Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Commit cfa102c

Browse files
author
Sidney Andrews
authored
Merge pull request #253 from MirkoFl/patch-1
Remove description for not longer existing code
2 parents ac7017f + 7143c1e commit cfa102c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Instructions/Labs/AZ-204_lab_04.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ In this exercise, you configured your ASP.NET web application to connect to your
674674
Database database = await client.CreateDatabaseIfNotExistsAsync("Retail");
675675
```
676676
677-
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:
677+
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**:
678678
679679
```
680680
Container container = await database.CreateContainerIfNotExistsAsync("Online",

0 commit comments

Comments
 (0)