From 9682e6a07110bd4c6951697653a594a0a7bea1b0 Mon Sep 17 00:00:00 2001 From: Harmanpreet-Microsoft Date: Tue, 2 Sep 2025 11:55:35 +0530 Subject: [PATCH] Update quota_check.md to include infra directory step Added a step to navigate to the 'infra' directory before accessing the 'scripts' folder. --- docs/quota_check.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/quota_check.md b/docs/quota_check.md index f8cae1a5b..61a70dbbd 100644 --- a/docs/quota_check.md +++ b/docs/quota_check.md @@ -79,6 +79,7 @@ The final table lists regions with available quota. You can select any of these ![git_bash](images/git_bash.png) 3. Navigate to the `scripts` folder where the script files are located and make the script as executable: ```sh + cd infra cd scripts chmod +x quota_check_params.sh ```