Questions tagged [azure-managed-disk]

45 questions
16
votes
4 answers

Difference between Managed and Unmanaged Disk

Can someone tell me the main benefits and differences between Managed disks and Unmanaged disks, various pros and cons of the managed and unmanaged disk and how best can I use this?
deadtest
  • 173
  • 1
  • 1
  • 10
4
votes
2 answers

Azure disk encryption vs encryption at host

I want to implement end to end encryption for my azure vm. According to the documentation encryption at host is the solution for data encryption at rest on a host machine. The other option is possibly Azure Disk Encryption. The solutions are…
Damian
  • 2,752
  • 1
  • 29
  • 28
4
votes
1 answer

Windows VM in Azure stuck at "Hi There"

I am having problems reconstituting a Windows Server 2016 VM from a VHD. I allocate a new Windows Server 2016 VM using unmanaged disks. After it is up and running, I load my software onto the VM. Then I test it. Finally I sysprep it (OOBE,…
djhallx
  • 690
  • 6
  • 17
4
votes
1 answer

Is there a way to view blobs of managed disks in Microsoft Azure Storage Explorer or the Azure Portal?

When I create a VM using Azure Resource Manager with an unmanaged disk, I can view its .vhd in Microsft Azure Storage Explorer and/or the Azure Portal under the specified storage account's Blob Container in a sub-container called "vhds". When I…
3
votes
2 answers

Restore managed OS disk snapshot to existing VM

Similar to this one but powershell exclusively and with managed disks and an existing VM. I took a snapshot of a managed OS disk and want to restore it but can't figure out how. I have tried a number of things but now think that you can't detach an…
sirdank
  • 3,351
  • 3
  • 25
  • 58
2
votes
0 answers

Is there a way to audit storage in azure?

I've spent quite some time trying to find a way that I can do a storage audit on our subscription. Currently we have a mixture of unmanaged disks in storage accounts (premium and standard), managed disks (prem / std) and storage accounts with random…
Matt H
  • 33
  • 4
2
votes
4 answers

How to create Azure vm with data disk and then format it via ansible

I can do it separate but cannot combine them together, since I don't know disk device name. My configuration: - name: Create Virtual Machine azure_rm_virtualmachine: resource_group: "{{ resource_group }}" name: "{{ item }}" vm_size: "{{…
Roy Zeng
  • 511
  • 7
  • 10
1
vote
0 answers

What are the options for Azure Functions to use additional hard drive?

I have Azure Functions running in AppService plan (Windows). One of the functions runs some kind of export data from the application and requires quite a lot of disk space. It started to run out of space on disk. Is there any option how to attach a…
eXavier
  • 4,821
  • 4
  • 35
  • 57
1
vote
1 answer

Attach managed data disks to a vm

I am trying to develop a script to attach data diskscreating from snapshots to another Azure VM Create SNAPSHOTS of existing data disks from source VM Create new DATADISKS from the SNAPSHOTS created from step 1 Attach the new DATADISKS to the…
1
vote
2 answers

Do Azure VMs Require Managed Disks?

I created a few VMs in my Azure Free Trial subscription about a week ago to experiment with. I checked up on the charges today and noticed that I was being charged for the disks that were created along with the VMs. (I believe these are what is…
Greg Graham
  • 473
  • 7
  • 18
1
vote
1 answer

Where is located managed disk after convertion?

Help me to understand. I created a VM of Windows OS with a regular VHD disk. Then I converted it to a managed disk. My original VHD is located at Resource Group -> Account Storage -> Containers -> vhds folder. I can't find my new managed disk. Where…
Kirill Sereda
  • 469
  • 1
  • 10
  • 25
1
vote
1 answer

Does converting an azure availability set to managed cause downtime?

We want to convert to managed disks in our azure virtual machines. We first need to convert the availability set to managed. During the conversion of the availability set is downtime expected?
LKOOL
  • 21
  • 2
1
vote
3 answers

Azure Marketplace: Is it possible to use images in Managed Application offer?

I created Azure Managed Application. I used managed images in mainTemplate.json to create new VMs, like in example: { "type": "Microsoft.Compute/images", "apiVersion": "2018-04-01", "name": "front-image", "location":…
1
vote
1 answer

azure containers and managed disks

Assuming that I want to use the Azure Container Service or the Azure App Service, to mount docker containers with ASP.Net Core APIs or/and Web Apps. Each API uses till now, for a part of its data, local storage in the host VM (Linux/Win) in parallel…
1
vote
2 answers

azure-sdk-for-python: get list of managed disks from a specified resource group

Its been a tough day. I am struggling to find how to get the list of managed disks by a specified resource group in azure-sdk-for-python. Searched all possible solutions, but nothing gets near what i was looking for. Hand salute for ms who did well…
Jeff
  • 760
  • 1
  • 12
  • 26
1
2 3