Skip to content

Commit 040bc52

Browse files
update applies to uniform orchestration mode. Clarify that update existing only applies to uniform orchestration mode.
1 parent 38db233 commit 040bc52

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/virtual-machines/windows/disks-enable-customer-managed-keys-powershell.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.custom: devx-track-azurepowershell, ignite-fall-2021
1212

1313
# Azure PowerShell - Enable customer-managed keys with server-side encryption - managed disks
1414

15-
**Applies to:** :heavy_check_mark: Windows VMs :heavy_check_mark: Flexible scale sets
15+
**Applies to:** :heavy_check_mark: Windows VMs :heavy_check_mark: Flexible scale sets :heavy_check_mark: Uniform scale sets
1616

1717
Azure Disk Storage allows you to manage your own keys when using server-side encryption (SSE) for managed disks, if you choose. For conceptual information on SSE with customer-managed keys, and other managed disk encryption types, see the [Customer-managed keys](../disk-encryption.md#customer-managed-keys) section of our disk encryption article.
1818

@@ -114,7 +114,9 @@ $diskEncryptionSet = Get-AzDiskEncryptionSet -ResourceGroupName $rgName -Name $d
114114
New-AzDiskUpdateConfig -EncryptionType "EncryptionAtRestWithCustomerKey" -DiskEncryptionSetId $diskEncryptionSet.Id | Update-AzDisk -ResourceGroupName $rgName -DiskName $diskName
115115
```
116116

117-
### Encrypt an existing virtual machine scale set with SSE and customer-managed keys
117+
### Encrypt an existing virtual machine scale set (uniform orchestration mode) with SSE and customer-managed keys
118+
119+
This script will work for scale sets in uniform orchestration mode only. For scale sets in flexible orchestration mode, follow the Encrypt existing managed disks for each VM.
118120

119121
Copy the script, replace all the example values with your own parameters, and then run it:
120122

0 commit comments

Comments
 (0)