Skip to content

Commit

Permalink
Update AZ-204_lab_04.md
Browse files Browse the repository at this point in the history
  • Loading branch information
unaihuete93 authored Jun 15, 2021
1 parent fa1db64 commit a47517e
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

1 comment on commit a47517e

@SjoerddeClippelaar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you. We had a training today and encountered this issue, but found out removing it would solve the problem.

Please sign in to comment.