Skip to content

Commit 7321fb9

Browse files
committed
New restriction, other updates.
1 parent 36dd585 commit 7321fb9

4 files changed

+7
-6
lines changed

articles/virtual-machines/scripts/copy-managed-disks-to-same-or-different-subscription.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@ sourceResourceGroupName=mySourceResourceGroupName
4242
#Provide the name of the managed disk
4343
managedDiskName=myDiskName
4444
45-
#Provide the name of the disk encryption set
45+
#Provide the name of the target disk encryption set
4646
diskEncryptionSetName=myName
4747
48-
#Provide the disk encryption set resource group
48+
#Provide the target disk encryption set resource group
4949
diskEncryptionResourceGroup=myGroup
5050
5151
#Set the context to the subscription Id where managed disk exists

articles/virtual-machines/scripts/copy-snapshot-to-same-or-different-subscription.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ sourceSubscriptionId="<subscriptionId>"
4545
#Provide the name of your resource group where snapshot exists
4646
sourceResourceGroupName=mySourceResourceGroupName
4747
48-
#Provide the name of the disk encryption set
48+
#Provide the name of the target disk encryption set
4949
diskEncryptionSetName=myName
5050
51-
#Provide the disk encryption set resource group
51+
#Provide the target disk encryption set resource group
5252
diskEncryptionResourceGroup=myGroup
5353
5454
#Provide the name of the snapshot

articles/virtual-machines/scripts/create-managed-disk-from-snapshot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ diskSize=128
5757
#Provide the storage type for Managed Disk. Premium_LRS or Standard_LRS.
5858
storageType=Premium_LRS
5959
60-
#Provide the name of the disk encryption set
60+
#Provide the name of the target disk encryption set
6161
diskEncryptionSetName=myName
6262
63-
#Provide the disk encryption set resource group
63+
#Provide the target disk encryption set resource group
6464
diskEncryptionResourceGroup=myGroup
6565
6666
#Set the context to the subscription Id where Managed Disk will be created

includes/virtual-machines-managed-disks-customer-managed-keys-restrictions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
- Only [software and HSM RSA keys](../articles/key-vault/keys/about-keys.md) of sizes 2,048-bit, 3,072-bit and 4,096-bit are supported, no other keys or sizes.
1313
- [HSM](../articles/key-vault/keys/hsm-protected-keys.md) keys require the **premium** tier of Azure Key vaults.
1414
- For Ultra Disks and Premium SSD v2 only: Snapshots created from disks that are encrypted with server-side encryption and customer-managed keys must be encrypted with the same customer-managed keys.
15+
- Disks using incremental snapshots and incremental snapshots themselves can't be copied to different encryption sets.
1516
- Most resources related to your customer-managed keys (disk encryption sets, VMs, disks, and snapshots) must be in the same subscription and region.
1617
- Azure Key Vaults may be used from a different subscription but must be in the same region as your disk encryption set. As a preview, you can use Azure Key Vaults from [different Azure Active Directory tenants](../articles/virtual-machines/disks-cross-tenant-customer-managed-keys.md).
1718
- Disks encrypted with customer-managed keys can only move to another resource group if the VM they are attached to is deallocated.

0 commit comments

Comments
 (0)