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
- Why does Azure Auto-Scale scale go lower then minimum amount of instances?
- Data execution plan ended with error on DB restore
- Why does Azure CloudConfigurationManager.GetSetting return null
- Do I need other roles than Worker Role for a web site and service layer in Azure?
- Azure Web App PATH Variable Modification
- Azure Data Factory: LinkedService for AzureSql in failed state
- How To Update a Web Application In Azure and Keep The App Up the whole time
- Using Azure MobileServices library with my own LAN WebApi
- ionCube loader error on Azure IIS
- App crash (if closed) after click on notification
- How to get sql data bases instances in azure using java api
- I want to create file in azure share using python PUT requests but getting error signature not correct including headers
- Enabling OPTIONS method on Azure Cloud Service (to enable CORS)
- Redirecting subdomain to directory on Azure
- Kaltura account settings error
Related Questions in VIRTUAL-MACHINE
- No laravel sync folders in homestead vagrant on windows
- Only 32 bit available in Oracle VM - Hadoop Installation
- Setting Email Notification for Virtual machine whic are down or services that are stopped in Azure Cloud
- Some weird error using Kivy 1.9.1
- How to enable Microsoft Access Driver (*.mdb, *.accdb) in Microsoft Azure windows server 2012 R2?
- scp between two virtual machines in virtualbox
- how to set network configuration for vm in esx host through command?
- List all VM's by their port mirroring settings PowerShell
- Downloading files from Google Cloud Bucket onto Google Compuete Engine Instance Startup (.NET)
- SonarQube not running on CentOS
- Vagrant Port Fowarding on Windows
- Docker inside Windows guest virtual machine
- SSH asking for password in Bluemix
- Running (& compiling) untrusted user code
- ANDY Error Unable to Launch VM Process
Related Questions in AZURE-VIRTUAL-MACHINE
- Azure VM: Single disk (filesystem) greater than 1023 GB?
- Backup strategy for build tool hosted on Azure VM
- New-AzureQuickVM not creating VM on exsisting Cloud Service?
- Ping Azure VM in same subnet using VM name
- 'Your credentials did not work' in MS Azure
- Installing Azure powershell in an azure Virtual Machine
- Azure Virtual Network Custom DNS Server
- Extend On-premise AD to Azure
- How can I use Azure-provided DNS for Resource Manager VMs?
- Find out data traffic coming in and going out through azure VM
- Azure manage compute API is failing with InvalidAPIVersion error
- Publishing ASP.net to Azure VM
- telnet to azure vm port from outside
- Copy files from Azure Blob Storage into azure SUSE LINUX VM
- Service Fabric Application vmImageSku
Related Questions in BITLOCKER
- How to check BitLocker is supported on the OS via C++?
- Detect bitlocker partition state using delphi
- Detect BitLocker programmatically from c# without admin
- Why am I getting this error when I run my Powershell script to enable bitlocker
- How to get bitlocker recovery keys for Intune device with MS Graph
- Trying to back up my Bitlocker Key to ADDS Through Script
- How to filter Bitlocker Device using Powershell
- Powershell bitlocker, cant find path in regedit
- Launching docker for windows throws "Deny write access to fixed drives not protected by Bitlocker"
- How to enable Bitlocker for C drive or any drive?
- Get the output of .exe file in Python3 on Windows
- How can I tell if Bitlocker is activated with Python
- Having Issues Checking Workstation Bitlocker Status Remotely
- How to find out if azure vm has KEK or BEK Encryption?
- Intune shows Bitlocker policy compliant when turned off
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 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.