Skip to content

Commit 4d7c452

Browse files
authored
Merge pull request #89497 from damabe/1570680-Part13
SEOImprovement: User Story 1570680, Part 13
2 parents cc954a7 + b8ea351 commit 4d7c452

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: cosmosdb-cassandra
88
ms.devlang: java
99
ms.topic: quickstart
1010
ms.date: 09/24/2018
11-
ms.custom: seo-java-august2019
11+
ms.custom: seo-java-august2019, seo-java-september2019
1212
---
1313

1414
# Quickstart: Build a Java app to manage Azure Cosmos DB Cassandra API data
@@ -147,9 +147,9 @@ Now go back to the Azure portal to get your connection string information and co
147147

148148
1. In the [Azure portal](https://portal.azure.com/), select **Connection String**.
149149

150-
![View and copy a username from the Azure portal, Connection String page](./media/create-cassandra-java/keys.png)
150+
![View and copy a username from the Azure portal, Connection String page](./media/create-cassandra-java/copy-username-connection-string-azure-portal.png)
151151

152-
2. Use the ![Copy button](./media/create-cassandra-java/copy.png) button on the right side of the screen to copy the CONTACT POINT value.
152+
2. Use the ![Copy button](./media/create-cassandra-java/copy-button-azure-portal.png) button on the right side of the screen to copy the CONTACT POINT value.
153153

154154
3. Open the `config.properties` file from `C:\git-samples\azure-cosmosdb-cassandra-java-getting-started\java-examples\src\main\resources` folder.
155155

@@ -203,7 +203,7 @@ Now go back to the Azure portal to get your connection string information and co
203203

204204
4. In the Azure portal, open **Data Explorer** to query, modify, and work with this new data.
205205

206-
![View the data in Data Explorer](./media/create-cassandra-java/data-explorer.png)
206+
![View the data in Data Explorer - Azure Cosmos DB](./media/create-cassandra-java/view-data-explorer-java-app.png)
207207

208208
## Review SLAs in the Azure portal
209209

articles/cosmos-db/create-sql-api-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Now go back to the Azure portal to get your connection string information and la
186186
187187
7. The app doesn't delete the created resources. Switch back to the portal to [clean up the resources](#clean-up-resources). from your account so that you don't incur charges.
188188

189-
![Console output](./media/create-sql-api-java/rxjava-console-output.png)
189+
![View the output in the console window](./media/create-sql-api-java/rxjava-console-output.png)
190190

191191

192192
## Review SLAs in the Azure portal

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Now go back to the Azure portal to get your connection string information and co
8282

8383
1. In the [Azure portal](https://portal.azure.com/), select **Connection String**.
8484

85-
![View and copy the required connection string information from the in the Connection String pane](./media/create-table-java/connection-string.png)
85+
![View the connection string information in the Connection String pane](./media/create-table-java/cosmos-db-quickstart-connection-string.png)
8686

8787
2. Copy the PRIMARY CONNECTION STRING using the copy button on the right.
8888

0 commit comments

Comments
 (0)