Skip to content

Commit 7b9c694

Browse files
authored
Update 16-measure-performance.md
Move comment for free tier to the right place
1 parent 23eaf62 commit 7b9c694

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

instructions/16-measure-performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ If you have not already cloned the lab code repository for **DP-420** to the env
3232
3333
1. In the **Git Bash terminal**, run the following commands. The commands open a browser window to connect to the azure portal where you will use the provided lab credentials.
3434

35-
> 📝 If you are using the Free Tier of Cosmos DB for this lab, you will need to update the ***azuredeploy.json*** file and change the throughput from 4000 to 1000 for all databases and containers.
36-
3735
```
3836
"C:\Program Files (x86)\Microsoft SDKs\Azure\CLI2\python.exe" -m pip install pip-system-certs
3937
az login
@@ -42,6 +40,8 @@ If you have not already cloned the lab code repository for **DP-420** to the env
4240
```
4341
> 💡 If you ran the **Cost of denormalizing data** lab first, and didn't remove the Azure resources created by that lab, close the integrated terminal, ignore the following step and move to the next section. Note that if you already have the resources created by the **Cost of denormalizing data** lab, and you try to run the script below, the script will fail.
4442
43+
> 📝 If you are using the Free Tier of Cosmos DB for this lab, you will need to update the ***azuredeploy.json*** file and change the throughput from 4000 to 1000 for all databases and containers.
44+
4545
1. In the **Git Bash terminal**, run the following commands. The commands run a script that creates a new Azure Cosmos DB account, and then build and start the app you use to populate the database and complete the exercises. *Once you have entered the provided credential for the azure account, the build may take 15-20 minutes to complete, so it might be a good time to get some coffee or tea*.
4646
4747
```

0 commit comments

Comments
 (0)