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
# Quickstart: Build a graph database with the Java SDK and the Azure Cosmos DB Table API
@@ -105,7 +105,7 @@ Now go back to the Azure portal to get your connection information and copy it i
105
105
106
106
Copy the first portion of the URI value.
107
107
108
-

108
+

109
109
2. Open the src/remote.yaml file and paste the unique ID value over `$name$` in `hosts: [$name$.graphs.azure.com]`.
110
110
111
111
Line 1 of remote.yaml should now look similar to
@@ -214,15 +214,15 @@ You can now go back to Data Explorer and see the vertices added to the graph, an
214
214
215
215
12. Now you can connect rakesh, and ashley. Ensure **ashley** is selected in the **Results** list, thenselect next to **Targets** on lower right side. You may need to widen your window to see the button.
216
216
217
-

217
+

218
218
219
219
13. In the **Target** box enter *rakesh*, and in the **Edge label** box enter *knows*, and thenselectthe check box.
220
220
221
-

221
+

222
222
223
223
14. Now select**rakesh** from the results list and see that ashley and rakesh are connected.
224
224
225
-

225
+

226
226
227
227
That completes the resource creation part of this tutorial. You can continue to add vertexes to your graph, modify the existing vertexes, or change the queries. Now let's review the metrics Azure Cosmos DB provides, and then clean up the resources.
Copy file name to clipboardExpand all lines: includes/cosmos-db-delete-resource-group.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,19 @@ ms.service: cosmos-db
4
4
ms.topic: include
5
5
ms.date: 03/23/2019
6
6
ms.author: sngun
7
+
ms.custom: seo-java-september2019
7
8
---
8
9
When you're done with your web app and Azure Cosmos DB account, you can delete the Azure resources you created so you don't incur more charges. To delete the resources:
9
10
10
11
1. In the Azure portal, select **Resource groups** on the far left. If the left menu is collapsed, select  to expand it.
11
12
12
13
2. Select the resource group you created for this quickstart.
13
14
14
-

15
+

15
16
16
17
2. In the new window, select **Delete resource group**.
17
18
18
-

19
+

19
20
20
21
3. In the next window, enter the name of the resource group to delete, and then select **Delete**.
Copy file name to clipboardExpand all lines: includes/cosmos-db-tutorial-review-slas.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ ms.service: cosmos-db
4
4
ms.topic: include
5
5
ms.date: 03/22/2019
6
6
ms.author: sngun
7
+
ms.custom: seo-java-september2019
7
8
---
8
9
The Azure portal monitors your Cosmos DB account throughput, storage, availability, latency, and consistency. Charts for metrics associated with an [Azure Cosmos DB Service Level Agreement (SLA)](https://azure.microsoft.com/support/legal/sla/cosmos-db/) show the SLA value compared to actual performance. This suite of metrics makes monitoring your SLAs transparent.
9
10
@@ -13,7 +14,7 @@ To review metrics and SLAs:
13
14
14
15
2. Select a tab such as **Latency**, and select a timeframe on the right. Compare the **Actual** and **SLA** lines on the charts.
15
16
16
-

17
+

0 commit comments