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

Commit 7143c1e

Browse files
authored
Remove description for not longer existing code
#250 #251 The wrong code was fixed but the description still mentioned the request units
1 parent ac7017f commit 7143c1e

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)