Skip to content

Commit ab9b4e7

Browse files
committed
updating based on feedback
1 parent 294e85e commit ab9b4e7

8 files changed

+3
-3
lines changed

articles/cosmos-db/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1008,7 +1008,7 @@
10081008
href: ../private-link/create-private-endpoint-cosmosdb-portal.md?toc=/azure/cosmos-db/toc.json&bc=/azure/cosmos-db/breadcrumb/toc.json
10091009
- name: Configure Cross Origin Resource Sharing(CORS)
10101010
href: how-to-configure-cross-origin-resource-sharing.md
1011-
- name: Secure Azure Cosmos keys using Key Vault
1011+
- name: Secure keys using Key Vault
10121012
href: access-secrets-from-keyvault.md
10131013
- name: Secure keys using a managed identity
10141014
href: managed-identity-based-authentication.md

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ For your scenario, you will read the sale receipt documents, summarize them, and
5353
![IAM Pane](./media/managed-identity-based-authentication/cosmos-db-iam-tab.png)
5454

5555
1. Select the **+ Add** button, then **add role assignment**:
56-
![Add Role Assignment](./media/managed-identity-based-authentication/cosmos-db-iam-tab-select-add.png)
56+
<img src="./media/managed-identity-based-authentication/cosmos-db-iam-tab-select-add.png" width="50%">
5757

5858
1. The **Add Role Assignment** panel opens to the right:
5959
<img src="./media/managed-identity-based-authentication/cosmos-db-iam-tab-add-role-pane.png" width="50%">
@@ -73,7 +73,7 @@ Now we have a function app that has a system-assigned managed identity. That ide
7373
This sample uses the [List Keys API](https://docs.microsoft.com/rest/api/cosmos-db-resource-provider/DatabaseAccounts/ListKeys) to access your Azure Cosmos account keys.
7474

7575
> [!IMPORTANT]
76-
> If you want to [assign the **Cosmos DB Account Reader**](#grant-the-system-assigned-managed-identity-access-to-your-azure-cosmos-db) role, you will need to use the read only [List Keys api](https://docs.microsoft.com/rest/api/cosmos-db-resource-provider/DatabaseAccounts/ListReadOnlyKeys). This will only populate the read only keys.
76+
> If you want to [assign the **Cosmos DB Account Reader**](#grant-the-managed-identity-access-to-your-azure-cosmos-account) role, you will need to use the read only [List Keys api](https://docs.microsoft.com/rest/api/cosmos-db-resource-provider/DatabaseAccounts/ListReadOnlyKeys). This will only populate the read only keys.
7777
7878
The List Keys API returns the `DatabaseAccountListKeysResult` object. This type isn't defined in the C# libraries. The following code shows the implementation of this class:
7979
```csharp
300 Bytes
Loading
-2.19 KB
Loading
-47 KB
Loading
-830 Bytes
Loading
-41.5 KB
Loading
874 Bytes
Loading

0 commit comments

Comments
 (0)