Skip to content

Commit 2e53b30

Browse files
authored
Merge pull request #93302 from MicahMcKittrick-MSFT/patch-258
MicrosoftDocs/azure-docs#41432
2 parents a056811 + 04e355c commit 2e53b30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-machines/extensions/key-vault-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ The Azure CLI can be used to deploy the Key Vault VM extension to an existing vi
164164
az vm extension set -n "KeyVaultForWindows" `
165165
--publisher Microsoft.Azure.KeyVault `
166166
-g "<resourcegroup>" `
167-
--vm-name "<vmName>" `
167+
--vmss-name "<vmName>" `
168168
--settings '{\"secretsManagementSettings\": { \"pollingIntervalInS\": \"<pollingInterval>\", \"certificateStoreName\": \"<certStoreName>\", \"certificateStoreLocation\": \"<certStoreLoc>\", \"observedCertificates\": [\ <observedCerts>\"] }}'
169169
```
170170
@@ -175,7 +175,7 @@ The Azure CLI can be used to deploy the Key Vault VM extension to an existing vi
175175
az vmss extension set -n "KeyVaultForWindows" `
176176
--publisher Microsoft.Azure.KeyVault `
177177
-g "<resourcegroup>" `
178-
--vm-name "<vmName>" `
178+
--vmss-name "<vmName>" `
179179
--settings '{\"secretsManagementSettings\": { \"pollingIntervalInS\": \"<pollingInterval>\", \"certificateStoreName\": \"<certStoreName>\", \"certificateStoreLocation\": \"<certStoreLoc>\", \"observedCertificates\": [\ <observedCerts>\"] }}'
180180
```
181181

0 commit comments

Comments
 (0)