Skip to content

Commit

Permalink
Merge pull request #253 from MirkoFl/patch-1
Browse files Browse the repository at this point in the history
Remove description for not longer existing code
  • Loading branch information
Sidney Andrews authored Jun 16, 2021
2 parents ac7017f + 7143c1e commit cfa102c
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 cfa102c

Please sign in to comment.