0
votes

I need some help with Azure Managed Disks:

  1. How to generate SAS url/urli for managed disk?

  2. How we can move the VHD/VM from one subscription to another subscription or from one location (westus) to another location (eastus)?

  3. How we can de-provisioning the user/Generalized the managed disk VM while creating managed disk VM?

  4. How I will get access or permission of one subscription because to move managed disk snapshot?

1
thats 4 questions, not one ;) - 4c74356b41

1 Answers

0
votes

Question 1

If you were referring to export disk you can generate SAS token.

  1. Select the Managed Disk
  2. Disk properties select export disk
  3. Click generate URL

then Azure will generate the URL for you

Question 2

  1. Select the resource you want to move
  2. Resource overview you can find the Resource group, there select change.
  3. Select the resource group need to move

Note:- If the resource is depend on any dependencies need to move those resources too.

Question 3

Need more information what your trying to do : I have to shared managed disk to some one by using SAS url? How to create new VM from managed disk SAS url?

Question 4

Subscription Admin has to provide the relevant RBAC permissions to move snapshots. Eg:VM Contributor