You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/data-explorer.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
title: Use Azure Cosmos DB Explorer to manage your data
3
-
description: Azure Cosmos DB Explorer is a standalone web-based interface that allows you to view and manage the data stored in Azure Cosmos DB.
3
+
description: Learn about Azure Cosmos DB Explorer, a standalone web-based interface that allows you to view and manage the data stored in Azure Cosmos DB.
4
4
ms.service: cosmos-db
5
5
ms.custom: ignite-2022
6
6
ms.topic: how-to
@@ -24,26 +24,26 @@ Azure Cosmos DB Explorer is a standalone web-based interface that allows you to
24
24
25
25
1. From **All resources**, find and navigate to your Azure Cosmos DB account, select **Keys**, and copy the **Primary Connection String**. You can select either:
26
26
27
-
-**Read-write keys**. When you share the Read-write primary connection string other users, they can view and modify the databases, collections, queries, and other resources associated with that specific account.
28
-
-**Read-only** - When you share the read-only primary connection string with other users, they can view the databases, collections, queries, and other resources associated with that specific account. For example, if you want to share results of a query with your teammates who don't have access to Azure portal or your Azure Cosmos DB account, you can provide them with this value.
27
+
-**Read-write Keys**. When you share the Read-write primary connection string other users, they can view and modify the databases, collections, queries, and other resources associated with that specific account.
28
+
-**Read-only Keys**. When you share the read-only primary connection string with other users, they can view the databases, collections, queries, and other resources associated with that specific account. For example, if you want to share results of a query with your teammates who don't have access to Azure portal or your Azure Cosmos DB account, you can provide them with this value.
29
29
30
-
1. Go to [https://cosmos.azure.com/](https://cosmos.azure.com/).
30
+
1. Go to [https://cosmos.azure.com/](https://cosmos.azure.com/).
31
31
32
32
1. Select **Connect to your account with connection string**, paste the connection string, and select **Connect**.
33
33
34
34
To open Azure Cosmos DB Explorer from the Azure portal:
35
35
36
-
1. Select the **Data Explorer** in the left menu, then select **Open Full Screen**.
37
-
38
-
1. In the Open Full Screen dialog, select **Open**.
36
+
1. Select the **Data Explorer** in the left menu, then select **Open Full Screen**.
39
37
40
38
:::image type="content" source="./media/data-explorer/open-data-explorer.png" alt-text="Screenshot shows Data Explorer page with Open Full Screen highlighted.":::
41
39
40
+
1. In the **Open Full Screen** dialog, select **Open**.
41
+
42
42
## Known issues
43
43
44
44
Currently, viewing documents that contain a UUID isn't supported in Data Explorer. This limitation doesn't affect loading collections, only viewing individual documents or queries that include these documents. To view and manage these documents, users should continue to use the tool that was originally used to create these documents.
45
45
46
-
Customers receiving HTTP-401 errors may be due to insufficient Azure RBAC permissions for the customer's Azure account, particularly if the account has a custom role. Any custom roles must have `Microsoft.DocumentDB/databaseAccounts/listKeys/*` action to use Data Explorer if signing in using their Azure Active Directory credentials.
46
+
Customers receiving HTTP-401 errors may be due to insufficient Azure RBAC permissions for your Azure account, particularly if the account has a custom role. Any custom roles must have `Microsoft.DocumentDB/databaseAccounts/listKeys/*` action to use Data Explorer if signing in using their Azure Active Directory credentials.
0 commit comments