Skip to content

Commit 3c39913

Browse files
Merge pull request #243541 from mbrat2005/fix-kv-extension-v1-sample
Fix Windows KV Extension Sample Formatting
2 parents d8717b8 + 69d9d3d commit 3c39913

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,10 @@ The following JSON shows the schema for the Key Vault VM extension. Before you c
162162
"autoUpgradeMinorVersion": true,
163163
"settings": {
164164
"secretsManagementSettings": {
165-
"pollingIntervalInS": <A string that specifies the polling interval in seconds. Example: 3600>,
165+
"pollingIntervalInS": <A string that specifies the polling interval in seconds. Example: "3600">,
166166
"certificateStoreName": <The certificate store name. Example: "MY">,
167-
"linkOnRenewal": <Windows only. Ensures s-channel binding when the certificate renews without necessitating redeployment. Example: true>,"certificateStoreLocation": <The certificate store location, which currently works locally only. Example: "LocalMachine">,
167+
"linkOnRenewal": <Windows only. Ensures s-channel binding when the certificate renews without necessitating redeployment. Example: true>,
168+
"certificateStoreLocation": <The certificate store location, which currently works locally only. Example: "LocalMachine">,
168169
"requireInitialSync": <Require an initial synchronization of the certificates. Example: true>,
169170
"observedCertificates": <A string array of KeyVault URIs that represent the monitored certificates. Example: "[https://myvault.vault.azure.net/secrets/mycertificate"]>
170171
},

0 commit comments

Comments
 (0)