Skip to content

Commit

Permalink
Remove description for not longer existing code
Browse files Browse the repository at this point in the history
#250 #251 
The wrong code was fixed but the description still mentioned the request units
  • Loading branch information
MirkoFl authored Jun 16, 2021
1 parent ac7017f commit 7143c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Instructions/Labs/AZ-204_lab_04.md
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ In this exercise, you configured your ASP.NET web application to connect to your
Database database = await client.CreateDatabaseIfNotExistsAsync("Retail");
```

1. Within the **Main** method, add the following block of code to create a new **container** named **Online** if it doesn't already exist in the Azure Cosmos DB account with a partition key path of **/Category** and a throughput of **1000** Request Units:
1. Within the **Main** method, add the following block of code to create a new **container** named **Online** if it doesn't already exist in the Azure Cosmos DB account with a partition key path of **/Category**:

```
Container container = await database.CreateContainerIfNotExistsAsync("Online",
Expand Down

0 comments on commit 7143c1e

Please sign in to comment.