@@ -107,6 +107,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
107
107
}
108
108
}
109
109
```
110
+
110
111
### [ Version-3.0] ( #tab/version3 )
111
112
112
113
``` json
@@ -154,6 +155,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
154
155
}
155
156
}
156
157
```
158
+
157
159
---
158
160
159
161
> [ !NOTE]
@@ -167,7 +169,8 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
167
169
168
170
## Property values
169
171
170
- ### [ Version-1.0] ( #tab/version1 )
172
+ ### [ Version-1.0] ( #tab/version1 )
173
+
171
174
172
175
| Name | Value / Example | Data Type |
173
176
| ---- | ---- | ---- |
@@ -195,14 +198,15 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
195
198
| pollingIntervalInS | 3600 | string |
196
199
| linkOnRenewal (optional) | true | boolean |
197
200
| requireInitialSync (optional) | false | boolean |
198
- | observedCertificates | [ {...}, {...} ] | string array |
201
+ | observedCertificates | [ {...}, {...}] | string array |
199
202
| observedCertificates/url | "https://myvault.vault.azure.net/secrets/mycertificate" | string |
200
203
| observedCertificates/certificateStoreName | MY | string |
201
204
| observedCertificates/certificateStoreLocation | LocalMachine or CurrentUser (case sensitive) | string |
202
205
| observedCertificates/keyExportable(optional) | false | boolean |
203
206
| observedCertificates/accounts(optional) | [ "Network Service", "Local Service"] | string array |
204
207
| msiEndpoint | http://169.254.169.254/metadata/identity/ouath2/token | string |
205
208
| msiClientId | c7373ae5-91c2-4165-8ab6-7381d6e75619 | string |
209
+
206
210
---
207
211
208
212
## Template deployment
@@ -243,6 +247,7 @@ The JSON configuration for a key vault extension is nested inside the virtual ma
243
247
}
244
248
}
245
249
```
250
+
246
251
### [ Version-3.0] ( #tab/version3 )
247
252
248
253
``` json
0 commit comments