Skip to content

Commit 639d7c1

Browse files
moved the quota check file to scripts folder
1 parent 2217d13 commit 639d7c1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content-gen/docs/QuotaCheck.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ The final table lists regions with available quota. You can select any of these
7272
**To check quota for the deployment**
7373

7474
```sh
75-
curl -L -o quota_check_params.sh "https://raw.githubusercontent.com/microsoft/content-generation-solution-accelerator/main/content-gen/infra/script/quota_check_params.sh"
75+
curl -L -o quota_check_params.sh "https://raw.githubusercontent.com/microsoft/content-generation-solution-accelerator/main/content-gen/infra/scripts/quota_check_params.sh"
7676
chmod +x quota_check_params.sh
7777
./quota_check_params.sh
7878
```
@@ -82,9 +82,9 @@ The final table lists regions with available quota. You can select any of these
8282
1. Open the terminal in VS Code or Codespaces.
8383
2. If you're using VS Code, click the dropdown on the right side of the terminal window, and select `Git Bash`.
8484
![git_bash](images/git_bash.png)
85-
3. Navigate to the `content-gen/infra/script` folder where the script files are located and make the script as executable:
85+
3. Navigate to the `content-gen/infra/scripts` folder where the script files are located and make the script as executable:
8686
```sh
87-
cd content-gen/infra/script
87+
cd content-gen/infra/scripts
8888
chmod +x quota_check_params.sh
8989
```
9090
4. Run the appropriate script based on your requirement:
File renamed without changes.

0 commit comments

Comments
 (0)