Skip to content

Commit c79a37a

Browse files
committed
fixing the photos
1 parent b391fbf commit c79a37a

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

articles/cosmos-db/managed-identity-based-authentication.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,15 @@ For your scenario, you will read the sale receipt documents, summarize them, and
5252
1. Sign in to the Azure portal and navigate to your Azure Cosmos account. Open the **Access Management (IAM) Pane**, and then the **Role Assignments** tab:
5353
![IAM Pane](./media/managed-identity-based-authentication/cosmos-db-iam-tab.png)
5454

55-
1. Select the **+ Add** button, then **add role assignment**:
56-
<br/><img src="./media/managed-identity-based-authentication/cosmos-db-iam-tab-select-add.png" width="50%">
55+
1. Select the **+ Add** button, then **add role assignment**.
5756

5857
1. The **Add Role Assignment** panel opens to the right:
59-
<br/><img src="./media/managed-identity-based-authentication/cosmos-db-iam-tab-add-role-pane.png" width="50%">
58+
![Add Role](./media/managed-identity-based-authentication/cosmos-db-iam-tab-add-role-pane.png)
6059

6160
* **Role** - Select **DocumentDB Account Contributor**
6261
* **Assign access to** - Under the Select **System-assigned managed identity** subsection, select **Function App**.
6362
* **Select** - The pane will be populated with all the function apps, in your subscription, that have a **Managed System Identity**. In our case I select the **SummaryService** function app:
64-
<br/><img src="./media/managed-identity-based-authentication/cosmos-db-iam-tab-add-role-pane-filled.png" width="50%">
63+
![Select Assignment](./media/managed-identity-based-authentication/cosmos-db-iam-tab-add-role-pane-filled.png)
6564

6665
1. Select the function app and click **Save**.
6766

-1.7 KB
Loading
-14.2 KB
Loading

0 commit comments

Comments
 (0)