Skip to content

Commit a5083a8

Browse files
authored
Merge pull request #106989 from jlichwa/patch-1
Update key-vault-linux.md
2 parents 2e2a6dc + 8c567e4 commit a5083a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ The JSON configuration for a virtual machine extension must be nested inside the
9898
"typeHandlerVersion": "1.0",
9999
"autoUpgradeMinorVersion": true,
100100
"settings": {
101+
"secretsManagementSettings": {
101102
"pollingIntervalInS": <polling interval in seconds, e.g. "3600">,
102103
"certificateStoreName": <certificate store name, e.g.: "MY">,
103104
"certificateStoreLocation": <certificate store location, currently it works locally only e.g.: "LocalMachine">,
@@ -205,4 +206,4 @@ Get-AzVMExtension -VMName <vmName> -ResourceGroupname <resource group name>
205206

206207
### Support
207208

208-
If you need more help at any point in this article, you can contact the Azure experts on the [MSDN Azure and Stack Overflow forums](https://azure.microsoft.com/support/forums/). Alternatively, you can file an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/) and select Get support. For information about using Azure Support, read the [Microsoft Azure support FAQ](https://azure.microsoft.com/support/faq/).
209+
If you need more help at any point in this article, you can contact the Azure experts on the [MSDN Azure and Stack Overflow forums](https://azure.microsoft.com/support/forums/). Alternatively, you can file an Azure support incident. Go to the [Azure support site](https://azure.microsoft.com/support/options/) and select Get support. For information about using Azure Support, read the [Microsoft Azure support FAQ](https://azure.microsoft.com/support/faq/).

0 commit comments

Comments
 (0)