So this is the second time ive run into this. Ive started the process of enabling bitlocker on C drive. It asks for password and i supply one. It then asks to restart and i do. Azure portal shows it as running, but when i try to connect, it shows as the computer being off. Ideas? I really need to get back in there.
Azure VM stops working after encrypting C drive?
1.6k Views Asked by Monz At
1
There are 1 best solutions below
Related Questions in AZURE
- How to update to the latest external Git in Azure Web App?
- I need an azure product that executes my intensive ffmpeg command then dies, and i only get charged for the delta. Any Tips?
- Inject AsyncCollector into a service
- mutual tls authentication between app service and function app
- Azure Application Insights Not Displaying Custom Logs for Azure Functions with .NET 8
- Application settings for production deployment slot in Azure App Services
- Encountered an error (ServiceUnavailable) from host runtime on Azure Function App
- Implementing Incremental consent when using both application and delegated permissions
- Invalid format for email address in WordPress on Azure app service
- Producer Batching Service Bus Vs Kafka
- Integrating Angular External IP with ClusterIP of .NET microservices on AKS
- Difficulty creating a data pipeline with Fabric Datafactory using REST
- Azure Batch for Excel VBA
- How to authenticate only Local and Guest users in Azure AD B2C and add custom claims in token?
- Azure Scale Sets and Parallel Jobs
Related Questions in VIRTUAL-MACHINE
- My server TCP doesn't receive messages from the client in C
- How do I fix VERR_INVALID_HANDLE (0X80004005) Error in VirtualBox?
- Why when I want to open a folder from Visual Studio Code does the screen go crazy?
- net.show command only shows my own ip not other devices
- Azure VM RDP doesn't require 'Virtual Machine Admin/User Login' roles despite what documentation says
- How to create a VM with proxmox API?
- Broken Windows Server, after crash of VM - CBS_E_SOURCE_MISSING
- Trouble Connecting USB Wireless Adapter via Bridged Adapter in VirtualBox for Kali Linux
- Using Maven to feed minikube on a VM
- New to llvm - trying to make the files but getting collect2: fatal error
- virStorageFileBackendFileRead Failed to open file '/dev/...': Permission denied
- How to run kubernetes on a virtual windows server 2019?
- Is it possible to connect to a Google Cloud VM using IPv6?
- Provide access to Azure Storage Account for all VMs in resource group
- In a Managed Application Azure Marketplace deployment template, if one of the resources is a VM, how can the vendor access the vm?
Related Questions in AZURE-VIRTUAL-MACHINE
- Cost saving recommendations and best practices for Azure
- How can i create an Azure alert when user logs into a VM?
- Azure SQL Managed Instance Connection with .net 4.8 api/svc host
- Access AWS secret manager from Azure VM
- How to create an Azure VM from an existing managed disk with PowerShell?
- How to use New-AzConfigurationAssignment Powershell cmdlet for Dynamic Scope for different subscriptions -Azure update manager
- How to Connect to Mosquitto MQTT server in VM using Typescript
- Issues creating Windows Server VM (for Azure Data Factory self-hosted IR) from custom image built using Packer
- Azure Virtual Machines cannot connect to Internet even after NSG exception rule
- Intermittent Redis timeout issues when a Function attempts to connect to the server
- What is the most cost-effective way to automatically start an Azure VM?
- Why fails my internet request to Azure VM?
- DNS lookup events stopped propagating to log analytics
- How to host .net tcpclient listner in azure virtual machine
- Azure App Service Certificate for Azure VM
Related Questions in BITLOCKER
- dislocker: fuse: mountpoint is not empty
- What event does Windows use to detect a drive has been unlocked by bitlocker?
- Is there a way to solve this
- How to get bitlocker recovery keys for Intune device with MS Graph
- Why am I getting this error when I run my Powershell script to enable bitlocker
- Turn Bitlocker on with Powershell, Automating Device setup
- Dislocker error: "EOW information at offset 4b22000 failed to pass the tests"
- How to remove bitlocker if i forgot password and recovery key
- Get BitLocker recovery password
- Is there any way to open BitLocker on Windows10 OS drive(C:) automatically on StartUp that is running on XenOrchestra vm machine?
- How I lock my drive through bit locker, If bitlocker is sending me error while locking drive
- Problem with Windows 11 login & BitLocker on a laptop that needs a reinstall
- Autorun a script on a bitlocked harddrive using Windows Task Scheduler once it's manually unlocked
- I have bitlocker keys saved to a text file. Is there a powershell script I can run on a domain controller to save the keys in AD computer objects?
- Bitlocker Encryption on All Drives
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You cannot simply encrypt an Azure VM by enabling bitlocker. The only way to encrypt the disk is to go through the Azure Disk Encryption process. This requires storing your encryption keys in Azure Keyvault. While this process enables bitlocker it needs to get the encryption key from keyvault because while the machine is booting you don't have access to the console to enter a password.
If you have enabled bitlocker on a vm, hopefully it has failed on the first verify boot, and if you force a reboot it will work.
If you have skipped the verify step and gone straight to encrypting the disk you will need to mount the disk in another VM and use your recovery key to access the data again.