Skip to content

Commit 109e360

Browse files
authored
Merge pull request #7906 from prashanthyv/patch-4
Update key-vault-use-from-web-application.md
2 parents a534558 + aaad6c5 commit 109e360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/key-vault/key-vault-use-from-web-application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ For more information on creating a test certificate, see [How to: Create Your Ow
154154

155155
### Associate the Certificate with an Azure AD application
156156

157-
Now that you have a certificate, you need to associate it with an Azure AD application. Presently, the Azure portal does not support this workflow; this can be completed through PowerShell. Run the following commands to assoicate the certificate with the Azure AD application:
157+
Now that you have a certificate, you need to associate it with an Azure AD application. Presently, the Azure portal does not support this workflow; this can be completed through PowerShell. Run the following commands to associate the certificate with the Azure AD application:
158158

159159
```ps
160160
$x509 = New-Object System.Security.Cryptography.X509Certificates.X509Certificate2

0 commit comments

Comments
 (0)