Skip to content

Commit

Permalink
Merge pull request #251 from unaihuete93/patch-1
Browse files Browse the repository at this point in the history
Update AZ-204_lab_04.md
  • Loading branch information
Sidney Andrews authored Jun 15, 2021
2 parents fa1db64 + a47517e commit 9fb18f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Instructions/Labs/AZ-204_lab_04.md
Original file line number Diff line number Diff line change
Expand Up @@ -678,8 +678,7 @@ In this exercise, you configured your ASP.NET web application to connect to your
```
Container container = await database.CreateContainerIfNotExistsAsync("Online",
partitionKeyPath: $"/{nameof(Model.Category)}",
throughput: 1000
partitionKeyPath: $"/{nameof(Model.Category)}"
);
```
Expand Down

0 comments on commit 9fb18f7

Please sign in to comment.