From 7143c1e97c778acf4dfed7a8f467fe61d1c39ed9 Mon Sep 17 00:00:00 2001 From: MirkoFl Date: Wed, 16 Jun 2021 09:20:02 +0200 Subject: [PATCH] Remove description for not longer existing code #250 #251 The wrong code was fixed but the description still mentioned the request units --- Instructions/Labs/AZ-204_lab_04.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Instructions/Labs/AZ-204_lab_04.md b/Instructions/Labs/AZ-204_lab_04.md index 3dc2e659..91070675 100644 --- a/Instructions/Labs/AZ-204_lab_04.md +++ b/Instructions/Labs/AZ-204_lab_04.md @@ -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",