Skip to content

Commit cadf1e1

Browse files
authored
Update articles/virtual-machines/extensions/key-vault-windows.md
1 parent cb6c91c commit cadf1e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ The following JSON shows the schema for the Key Vault VM extension. The extensio
102102
> This is because the `/secrets` path returns the full certificate, including the private key, while the `/certificates` path does not. More information about certificates can be found here: [Key Vault Certificates](../../key-vault/general/about-keys-secrets-certificates.md)
103103
104104
> [!IMPORTANT]
105-
> The 'authenticationSettings' property is **required** for VMs with any **user assigned identities**. Even if you want to use a system assigned identity this is still required otherwise the VM extension will not know which identity to use. Without this section, a VM with user assigned identities will result in the Key Vault extension failing and being unable to download certificates.
105+
> The 'authenticationSettings' property is **required** for VMs with any **user assigned identities**. Even if you want to use a system-assigned identity, this is still required; otherwise the VM extension will not know which identity to use. Without this section, a VM with user-assigned identities will result in the Key Vault extension failing and being unable to download certificates.
106106
> It specifies identity to use for authentication to Key Vault.
107107
108108
> [!IMPORTANT]

0 commit comments

Comments
 (0)