Skip to content

Commit 56f5f0a

Browse files
committed
Additional fixes
1 parent b8984ed commit 56f5f0a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
17.9 KB
Loading

articles/cosmos-db/nosql/tutorial-dotnet-console-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ Now that you've created your first item in the container, you can use the same S
412412
1. Back in the terminal, run the application to read the single item using a SQL query.
413413
414414
```bash
415-
dotnet run -- --name 'Mica Pereira'
415+
dotnet run -- --name 'Mica Pereira' --state 'Washington' --country 'United States'
416416
```
417417
418418
1. The output of the command should indicate that the query required multiple RUs.
@@ -576,7 +576,7 @@ To wrap up things, you'll use the Data Explorer in the Azure portal to view the
576576
577577
1. On the **Data Explorer** page, expand the `cosmicworks` database, and then select the `customers` container.
578578
579-
:::image type="content" source="media/tutorial-dotnet-web-app/section-data-container.png" alt-text="Screenshot of the selected container node within the database node.":::
579+
:::image type="content" source="media/tutorial-dotnet-console-app/data-explorer-container.png" alt-text="Screenshot of the selected container node within the database node.":::
580580
581581
1. In the command bar, select **New SQL query**.
582582

0 commit comments

Comments
 (0)