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
"pollingIntervalInS": <polling interval in seconds, e.g: "3600">,
47
-
"certificateStoreName": <certificate store name, e.g.: "MY">,
48
-
"linkOnRenewal": <Only Windows. This feature enables auto-rotation of SSL certificates, without necessitating a re-deployment or binding. e.g.: false>,
49
-
"certificateStoreLocation": <certificate store location, currently it works locally only e.g.: "LocalMachine">,
50
-
"requireInitialSync": <initial synchronization of certificates e..g: true>,
51
-
"observedCertificates": <list of KeyVault URIs representing monitored certificates, e.g.: "https://myvault.vault.azure.net/secrets/mycertificate"
52
-
}
53
-
}
40
+
"publisher": "Microsoft.Azure.KeyVault",
41
+
"type": "KeyVaultForWindows",
42
+
"typeHandlerVersion": "1.0",
43
+
"autoUpgradeMinorVersion": true,
44
+
"settings": {
45
+
"secretsManagementSettings": {
46
+
"pollingIntervalInS": <polling interval in seconds, e.g: "3600">,
47
+
"certificateStoreName": <certificate store name, e.g.: "MY">,
48
+
"linkOnRenewal": <Only Windows. This feature enables auto-rotation of SSL certificates, without necessitating a re-deployment or binding. e.g.: false>,
49
+
"certificateStoreLocation": <certificate store location, currently it works locally only e.g.: "LocalMachine">,
50
+
"requireInitialSync": <initial synchronization of certificates e..g: true>,
51
+
"observedCertificates": <list of KeyVault URIs representing monitored certificates, e.g.: "https://myvault.vault.azure.net/secrets/mycertificate"
52
+
}
53
+
}
54
54
}
55
55
}
56
56
```
@@ -92,17 +92,17 @@ The JSON configuration for a virtual machine extension must be nested inside the
0 commit comments