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
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/).
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/).
Copy file name to clipboardExpand all lines: articles/virtual-machines/extensions/key-vault-windows.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,10 +3,11 @@ title: Azure Key Vault VM Extension for Windows
3
3
description: Deploy an agent performing automatic refresh of Key Vault secrets on virtual machines using a virtual machine extension.
4
4
services: virtual-machines-windows
5
5
author: msmbaldwin
6
+
tags: keyvault
6
7
7
8
ms.service: virtual-machines-windows
8
9
ms.topic: article
9
-
ms.date: 09/23/2018
10
+
ms.date: 12/02/2019
10
11
ms.author: mbaldwin
11
12
12
13
---
@@ -42,7 +43,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
42
43
"autoUpgradeMinorVersion": true,
43
44
"settings": {
44
45
"secretsManagementSettings": {
45
-
"pollingIntervalInS": <polling interval in seconds>,
46
+
"pollingIntervalInS": <polling interval in seconds, e.g: "3600">,
46
47
"certificateStoreName": <certificate store name, e.g.: "MY">,
47
48
"linkOnRenewal": <Only Windows. This feature enables auto-rotation of SSL certificates, without necessitating a re-deployment or binding. e.g.: false>,
48
49
"certificateStoreLocation": <certificate store location, currently it works locally only e.g.: "LocalMachine">,
@@ -64,7 +65,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
64
65
| Name | Value / Example | Data Type |
65
66
| ---- | ---- | ---- |
66
67
| apiVersion | 2019-07-01 | date |
67
-
| publisher | Microsoft.Azure.KeyVault| string |
68
+
| publisher | Microsoft.Azure.KeyVault| string |
68
69
| type | KeyVaultForWindows | string |
69
70
| typeHandlerVersion | 1.0 | int |
70
71
| pollingIntervalInS | 3600 | string |
@@ -96,7 +97,7 @@ The JSON configuration for a virtual machine extension must be nested inside the
96
97
"typeHandlerVersion": "1.0",
97
98
"autoUpgradeMinorVersion": true,
98
99
"settings": {
99
-
"pollingIntervalInS": <polling interval in seconds>,
100
+
"pollingIntervalInS": <polling interval in seconds, e.g: "3600">,
100
101
"certificateStoreName": <certificate store name, e.g.: "MY">,
101
102
"certificateStoreLocation": <certificate store location, currently it works locally only e.g.: "LocalMachine">,
102
103
"observedCertificates": <list of KeyVault URIs representing monitored certificates, e.g.: "https://myvault.vault.azure.net/secrets/mycertificate"
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/).
214
+
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