Skip to content

Commit 6aabbc8

Browse files
authored
Update key-vault-windows.md
1 parent be8e9e7 commit 6aabbc8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
100100
"observedCertificates": <list of KeyVault URIs representing monitored certificates, e.g.: "[https://myvault.vault.azure.net/secrets/mycertificate]">
101101
},
102102
"authenticationSettings": {
103-
"msiEndpoint": <Required when msiClientId is provided. MSI endpoint e.g. for most Azure VMs: "http://169.254.169.254/metadata/identity/ouath2/token">,
103+
"msiEndpoint": <Required when msiClientId is provided. MSI endpoint e.g. for most Azure VMs: "http://169.254.169.254/metadata/identity/oauth2/token">,
104104
"msiClientId": <Required when VM has any user assigned identities. MSI identity e.g.: "c7373ae5-91c2-4165-8ab6-7381d6e75619".>
105105
}
106106
}
@@ -148,7 +148,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
148148
]>
149149
},
150150
"authenticationSettings": {
151-
"msiEndpoint": <Required when msiClientId is provided. MSI endpoint e.g. for most Azure VMs: "http://169.254.169.254/metadata/identity/ouath2/token">,
151+
"msiEndpoint": <Required when msiClientId is provided. MSI endpoint e.g. for most Azure VMs: "http://169.254.169.254/metadata/identity/oauth2/token">,
152152
"msiClientId": <Required when VM has any user assigned identities. MSI identity e.g.: "c7373ae5-91c2-4165-8ab6-7381d6e75619".>
153153
}
154154
}
@@ -184,7 +184,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
184184
| certificateStoreLocation | LocalMachine or CurrentUser (case sensitive) | string |
185185
| requireInitialSync | false | boolean |
186186
| observedCertificates | ["https://myvault.vault.azure.net/secrets/mycertificate", "https://myvault.vault.azure.net/secrets/mycertificate2"] | string array
187-
| msiEndpoint | http://169.254.169.254/metadata/identity/ouath2/token | string |
187+
| msiEndpoint | http://169.254.169.254/metadata/identity/oauth2/token | string |
188188
| msiClientId | c7373ae5-91c2-4165-8ab6-7381d6e75619 | string |
189189

190190
### [Version-3.0](#tab/version3)
@@ -204,7 +204,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
204204
| observedCertificates/certificateStoreLocation | LocalMachine or CurrentUser (case sensitive) | string |
205205
| observedCertificates/keyExportable(optional) | false | boolean |
206206
| observedCertificates/accounts(optional) | ["Network Service", "Local Service"] | string array |
207-
| msiEndpoint | http://169.254.169.254/metadata/identity/ouath2/token | string |
207+
| msiEndpoint | http://169.254.169.254/metadata/identity/oauth2/token | string |
208208
| msiClientId | c7373ae5-91c2-4165-8ab6-7381d6e75619 | string |
209209

210210
---
@@ -240,7 +240,7 @@ The JSON configuration for a key vault extension is nested inside the virtual ma
240240
"observedCertificates": <list of KeyVault URIs representing monitored certificates, e.g.: ["https://myvault.vault.azure.net/secrets/mycertificate", "https://myvault.vault.azure.net/secrets/mycertificate2"]>
241241
},
242242
"authenticationSettings": {
243-
"msiEndpoint": <Required when msiClientId is provided. MSI endpoint e.g. for most Azure VMs: "http://169.254.169.254/metadata/identity/ouath2/token">,
243+
"msiEndpoint": <Required when msiClientId is provided. MSI endpoint e.g. for most Azure VMs: "http://169.254.169.254/metadata/identity/oauth2/token">,
244244
"msiClientId": <Required when VM has any user assigned identities. MSI identity e.g.: "c7373ae5-91c2-4165-8ab6-7381d6e75619".>
245245
}
246246
}
@@ -296,7 +296,7 @@ The JSON configuration for a key vault extension is nested inside the virtual ma
296296
]>
297297
},
298298
"authenticationSettings": {
299-
"msiEndpoint": <Required when msiClientId is provided. MSI endpoint e.g. for most Azure VMs: "http://169.254.169.254/metadata/identity/ouath2/token">,
299+
"msiEndpoint": <Required when msiClientId is provided. MSI endpoint e.g. for most Azure VMs: "http://169.254.169.254/metadata/identity/oauth2/token">,
300300
"msiClientId": <Required when VM has any user assigned identities. MSI identity e.g.: "c7373ae5-91c2-4165-8ab6-7381d6e75619".>
301301
}
302302
}
@@ -412,7 +412,7 @@ Example settings (settings.json):
412412
]
413413
},
414414
"authenticationSettings": {
415-
"msiEndpoint": "http://169.254.169.254/metadata/identity/ouath2/token",
415+
"msiEndpoint": "http://169.254.169.254/metadata/identity/oauth2/token",
416416
"msiClientId": "c7373ae5-91c2-4165-8ab6-7381d6e75619"
417417
}
418418
}
@@ -516,7 +516,7 @@ Example settings (settings.json):
516516
]
517517
},
518518
"authenticationSettings": {
519-
"msiEndpoint": "http://169.254.169.254/metadata/identity/ouath2/token",
519+
"msiEndpoint": "http://169.254.169.254/metadata/identity/oauth2/token",
520520
"msiClientId": "c7373ae5-91c2-4165-8ab6-7381d6e75619"
521521
}
522522
}

0 commit comments

Comments
 (0)