You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"keyExportable": <Optional. Lets the private key be exportable. Example: "false">
134
-
"accounts": Example: ["Local Service"]>
133
+
"keyExportable": <Optional. Lets the private key be exportable. Example: "false">,
134
+
"accounts": <Example: ["Local Service"]>
135
135
}
136
136
]>
137
137
},
@@ -249,7 +249,8 @@ The following JSON snippets provide example settings for an ARM template deploym
249
249
"settings": {
250
250
"secretsManagementSettings": {
251
251
"pollingIntervalInS": <A string that specifies the polling interval in seconds. Example: 3600>,
252
-
"linkOnRenewal": <Windows only. Ensures s-channel binding when the certificate renews without necessitating redeployment. Example: true>,"observedCertificates": <An array of KeyVault URIs that represent monitored certificates, including certificate store location and ACL permission to certificate private key. Example:
252
+
"linkOnRenewal": <Windows only. Ensures s-channel binding when the certificate renews without necessitating redeployment. Example: true>,
253
+
"observedCertificates": <An array of KeyVault URIs that represent monitored certificates, including certificate store location and ACL permission to certificate private key. Example:
253
254
[
254
255
{
255
256
"url": <A Key Vault URI to the secret portion of the certificate. Example: "https://myvault.vault.azure.net/secrets/mycertificate1">,
@@ -261,7 +262,7 @@ The following JSON snippets provide example settings for an ARM template deploym
"keyExportable": <Optional. Lets the private key be exportable. Example: "false">
265
+
"keyExportable": <Optional. Lets the private key be exportable. Example: "false">,
265
266
"accounts": <Example: ["Local Service"]>
266
267
},
267
268
{
@@ -415,7 +416,7 @@ Use PowerShell to deploy the version 1.0 Key Vault VM extension to an existing V
415
416
> [!WARNING]
416
417
> PowerShell clients often prefix a quote mark `"` with a backslash `\` in the settings JSON file. The extraneous characters cause the akvvm_service to fail with the error, "[CertificateManagementConfiguration] Failed to parse the configuration settings with:not an object."
417
418
>
418
-
> You can see the supplied backslash `\` and quote `"` characters in the Azure portal. Check the contents of the settings JSON file under **Settings** > **Extensions + Applications**. To avoid the error, initialize the `$settings` property as a PowerShell `HashTable` as follows:
419
+
> You can see the supplied backslash `\` and quote `"` characters in the Azure portal. Check the contents of the settings JSON file under **Settings** > **Extensions + Applications**. To avoid the error, initialize the `$settings` property as a PowerShell `Hashtable` as follows:
0 commit comments