Skip to content

Commit 8664723

Browse files
authored
Update key-vault-linux.md
1 parent ed0bad6 commit 8664723

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ The following JSON snippets provide example settings for deploying the Key Vault
578578

579579
### [Version-1.0/2.0](#tab/version12)
580580

581-
```azurecli
581+
```azurecli
582582
# Start the deployment
583583
az vm extension set -n "KeyVaultForLinux" `
584584
--publisher Microsoft.Azure.KeyVault `
@@ -587,11 +587,11 @@ The following JSON snippets provide example settings for deploying the Key Vault
587587
--version 2.0 `
588588
--enable-auto-upgrade true `
589589
--settings '{\"secretsManagementSettings\": { \"pollingIntervalInS\": \"<pollingInterval>\", \"certificateStoreName\": \"<certStoreName>\", \"certificateStoreLocation\": \"<certStoreLoc>\", \"observedCertificates\": [\" <observedCert1> \", \" <observedCert2> \"] }}'
590-
```
590+
```
591591

592592
* To deploy the extension on a virtual machine scale set:
593593

594-
```azurecli
594+
```azurecli
595595
# Start the deployment
596596
az vmss extension set -n "KeyVaultForLinux" `
597597
--publisher Microsoft.Azure.KeyVault `
@@ -600,7 +600,8 @@ The following JSON snippets provide example settings for deploying the Key Vault
600600
--version 2.0 `
601601
--enable-auto-upgrade true `
602602
--settings '{\"secretsManagementSettings\": { \"pollingIntervalInS\": \"<pollingInterval>\", \"certificateStoreName\": \"<certStoreName>\", \"certificateStoreLocation\": \"<certStoreLoc>\", \"observedCertificates\": [\" <observedCert1> \", \" <observedCert2> \"] }}'
603-
```
603+
```
604+
604605
---
605606

606607
Please be aware of the following restrictions/requirements:

0 commit comments

Comments
 (0)