Skip to content

Commit a596b1b

Browse files
committed
fixes
1 parent 35ccadb commit a596b1b

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

articles/cosmos-db/create-graph-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Now go back to the Azure portal to get your connection information and copy it i
161161
162162
You can now go back to Data Explorer and see the vertices added to the graph, and add additional data points.
163163
164-
1. Select **Data Explorer**, expand **sample-graph**, select **Graph**, and then select **Apply Filter**.
164+
1. In your Azure Cosmos DB account in the Azure portal, select **Data Explorer**, expand **sample-graph**, select **Graph**, and then select **Apply Filter**.
165165
166166
![Create new documents in Data Explorer in the Azure portal](./media/create-graph-java/azure-cosmosdb-data-explorer-expanded.png)
167167
@@ -230,7 +230,7 @@ That completes the resource creation part of this tutorial. You can continue to
230230
231231
## Next steps
232232
233-
In this quickstart, you've learned how to create an Azure Cosmos DB account, create a graph using the Data Explorer, and run a Java app that adds data to the graph. You can now build more complex queries and implement powerful graph traversal logic using Gremlin.
233+
In this quickstart, you learned how to create an Azure Cosmos DB account, create a graph using the Data Explorer, and run a Java app that adds data to the graph. You can now build more complex queries and implement powerful graph traversal logic using Gremlin.
234234
235235
> [!div class="nextstepaction"]
236236
> [Query using Gremlin](tutorial-query-graph.md)

articles/cosmos-db/create-graph-python.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ In this quickstart, you create and manage an Azure Cosmos DB Gremlin (graph) API
2828

2929
Or [try Azure Cosmos DB for free](https://azure.microsoft.com/try/cosmosdb/) without an Azure subscription.
3030

31-
- [Python](https://www.python.org/downloads/) version 3.5 or newer, which includes [pip package manager](https://pip.pypa.io/en/stable/installing/).
32-
- [Git](https://git-scm.com/).
31+
- [Python](https://www.python.org/downloads/) version 3.5 or newer with [pip](https://pip.pypa.io/en/stable/installing/) package installer.
3332
- [Python Driver for Gremlin](https://github.com/apache/tinkerpop/tree/master/gremlin-python).
33+
- [Git](https://git-scm.com/).
3434

3535
> [!NOTE]
3636
> This quickstart requires a graph database account created after December 20th, 2017. Existing accounts will support Python once they’re migrated to general availability.
@@ -238,7 +238,7 @@ That completes the resource creation part of this tutorial. You can continue to
238238
239239
## Next steps
240240
241-
In this quickstart, you've learned how to create an Azure Cosmos DB account, create a graph using the Data Explorer, and run a Python app to add data to the graph. You can now build more complex queries and implement powerful graph traversal logic using Gremlin.
241+
In this quickstart, you learned how to create an Azure Cosmos DB account, create a graph using the Data Explorer, and run a Python app to add data to the graph. You can now build more complex queries and implement powerful graph traversal logic using Gremlin.
242242
243243
> [!div class="nextstepaction"]
244244
> [Query using Gremlin](tutorial-query-graph.md)
110 Bytes
Loading

includes/cosmos-db-create-dbaccount-graph.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,7 @@
3434

3535
![The new account page for Azure Cosmos DB](./media/cosmos-db-create-dbaccount-graph/azure-cosmos-db-create-new-account.png)
3636

37-
4. The account creation takes a few minutes. Wait for the portal to display the page saying **Congratulations! Your Azure Cosmos DB account was created**.
37+
4. The account creation takes a few minutes. Wait for the portal to display the **Congratulations! Your Azure Cosmos DB account was created** page.
38+
39+
![Azure Cosmos DB account created page](./media/cosmos-db-create-dbaccount-graph/azure-cosmos-db-graph-created.png)
3840

0 commit comments

Comments
 (0)