Skip to content

Commit 7e14691

Browse files
Update articles/cosmos-db/nosql/quickstart-java.md
Co-authored-by: Scott Addie <[email protected]>
1 parent a441fb6 commit 7e14691

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/cosmos-db/nosql/quickstart-java.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ Now go back to the Azure portal to get your connection string information and la
144144
5. The app creates container with name `FamilyContainer`
145145
6. The app will perform point reads using object IDs and partition key value (which is lastName in our sample).
146146
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.
149148

150149
# [Async API](#tab/async)
151150

0 commit comments

Comments
 (0)