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/nosql/quickstart-java.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -144,8 +144,7 @@ Now go back to the Azure portal to get your connection string information and la
144
144
5. The app creates container with name `FamilyContainer`
145
145
6. The app will perform point reads using object IDs and partition key value (which is lastName in our sample).
146
146
7. The app will query items to retrieve all families with last name in ('Andersen', 'Wakefield', 'Johnson')
147
-
148
-
8. 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.
147
+
8. The app doesn't delete the created resources. Return to the Azure portal to [clean up the resources](#clean-up-resources) from your account so you don't incur charges.
0 commit comments