Skip to content

Commit 3cd8a02

Browse files
committed
Adding certificate upload step
1 parent 28a3a6d commit 3cd8a02

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

articles/cosmos-db/certificate-based-authentication.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ In this step, you will register a sample web application in your Azure AD accoun
2626

2727
1. Sign into the [Azure portal](https://portal.azure.com/).
2828

29-
1. Open the Azure **Active Directory** pane, go to App registrations pane, and select **New registration**.
29+
1. Open the Azure **Active Directory** pane, go to **App registrations** pane, and select **New registration**.
3030

3131
![New application registration in Active Directory](./media/certificate-based-authentication/new-app-registration.png)
3232

@@ -110,6 +110,19 @@ The above command results in the output similar to the screenshot below:
110110

111111
1. Select **Save** after you fill out the form
112112

113+
## Register your certificate with Azure AD
114+
115+
You can associate the certificate-based credential with the client application in Azure AD from the Azure portal. To associate the credential, you must upload the certificate file with the following steps:
116+
117+
In the Azure app registration for the client application:
118+
119+
1. Sign into the [Azure portal](https://portal.azure.com/).
120+
121+
1. Open the Azure **Active Directory** pane, go to the **App registrations** pane, and open the sample app you created in the previous step.
122+
123+
1. Select **Certificates & secrets** and then **Upload certificate**. Browse the certificate file you created in the previous step to upload.
124+
125+
1. Select **Add**. After the certificate is uploaded, the thumbprint, start date, and expiration values are displayed.
113126

114127
## Access the keys from PowerShell
115128

0 commit comments

Comments
 (0)