Skip to content

Commit b2acff3

Browse files
committed
Format updates
1 parent 0f10be3 commit b2acff3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/cosmos-db/data-explorer.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.author: Deborah.Chen
1616

1717
Azure Cosmos DB explorer is a standalone web-based interface that allows you to view and manage the data stored in Azure Cosmos DB. Azure Cosmos DB explorer is equivalent to the existing **Data Explorer** tab that is available in Azure portal when you create an Azure Cosmos DB account. The key advantages of Azure Cosmos DB explorer over the existing Data explorer are:
1818

19-
* You have a full screen real-estate to view your data, run queries, stored procedures, triggers and view their results.
19+
* You have a full screen real-estate to view your data, run queries, stored procedures, triggers, and view their results.
2020

2121
* You can provide temporary or permanent read or read-write access to your database account and its collections to other users who do not have access to Azure portal or subscription.
2222

@@ -26,17 +26,17 @@ Azure Cosmos DB explorer is a standalone web-based interface that allows you to
2626

2727
1. Sign in to [Azure Portal](https://portal.azure.com/).
2828

29-
2. From **All resources**, find and navigate to your Azure Cosmos DB account, select **Keys** and copy the **Primary Connection String**.
29+
2. From **All resources**, find and navigate to your Azure Cosmos DB account, select Keys, and copy the **Primary Connection String**.
3030

3131
3. Go to https://cosmos.azure.com/, paste the connection string and select **Connect**. By using the connection string, you can access the Azure Cosmos DB explorer without any time limits.
3232

3333
If you want to provide other users temporary access to your Azure Cosmos DB account, you can do so by using the read-write and read access URLs.
3434

35-
4. Open the **Data Explorer** blade, select **Open Full Screen**. From the pop-up dialog, you can view two access URL’s**Read-Write** and **Read**. These URLs allow you to share your Azure Cosmos DB account temporarily with other users. Access to the account expires in 24 hours after which you can re-connect by using a new access URL or the connection string.
35+
4. Open the **Data Explorer** blade, select **Open Full Screen**. From the pop-up dialog, you can view two access URLs**Read-Write** and **Read**. These URLs allow you to share your Azure Cosmos DB account temporarily with other users. Access to the account expires in 24 hours after which you can reconnect by using a new access URL or the connection string.
3636

37-
**Read-Write** – When you share the Read-Write URL with other users, they can view and modify the databases, collections, queries and other resources associated with that specific account.
37+
**Read-Write** – When you share the Read-Write URL with other users, they can view and modify the databases, collections, queries, and other resources associated with that specific account.
3838

39-
**Read** - When you share the read only URL 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 URL.
39+
**Read** - When you share the read-only URL 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 URL.
4040

4141
Choose the type of access you'd like to open the account with and click **Open**. After you open the explorer, the experience is same as you had with the Data Explorer tab in Azure portal.
4242

0 commit comments

Comments
 (0)