From a47517e05d70f1b8858dc80df7ce7dec7c2aab57 Mon Sep 17 00:00:00 2001 From: unaihuete93 <64772417+unaihuete93@users.noreply.github.com> Date: Tue, 15 Jun 2021 13:35:46 +0200 Subject: [PATCH] Update AZ-204_lab_04.md --- Instructions/Labs/AZ-204_lab_04.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Instructions/Labs/AZ-204_lab_04.md b/Instructions/Labs/AZ-204_lab_04.md index 4ee87a83..3dc2e659 100644 --- a/Instructions/Labs/AZ-204_lab_04.md +++ b/Instructions/Labs/AZ-204_lab_04.md @@ -678,8 +678,7 @@ In this exercise, you configured your ASP.NET web application to connect to your ``` Container container = await database.CreateContainerIfNotExistsAsync("Online", - partitionKeyPath: $"/{nameof(Model.Category)}", - throughput: 1000 + partitionKeyPath: $"/{nameof(Model.Category)}" ); ```