Skip to content

Commit 5b5ca84

Browse files
authored
Update key-vault-windows.md
validation report
1 parent 660dda6 commit 5b5ca84

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
@@ -558,7 +558,7 @@ No, Key Vault VM Extension doesn’t have limit on the number of observedCertifi
558558
#### What will be the default permission if no account is provided in settings?
559559
Administrators and SYSTEM will get Full Control by default.
560560
#### How do you determine if a certificate key is going to be CAPI1 or CNG?
561-
We rely on the default behavior of [PFXImportCertStore API](https://learn.microsoft.com/windows/win32/api/wincrypt/nf-wincrypt-pfximportcertstore). By default, if a certificate has Provider Name attribute that matches with CAPI1, certificate will be imported using CAPI1 certificate, else it will be imported using CNG APIs.
561+
We rely on the default behavior of [PFXImportCertStore API](/windows/win32/api/wincrypt/nf-wincrypt-pfximportcertstore). By default, if a certificate has Provider Name attribute that matches with CAPI1, certificate will be imported using CAPI1 certificate, else it will be imported using CNG APIs.
562562
563563
### Troubleshoot
564564

0 commit comments

Comments
 (0)