File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
82821. Open the terminal in VS Code or Codespaces.
83832. If you' re using VS Code, click the dropdown on the right side of the terminal window, and select `Git Bash`.
8484 
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 ```
90904. Run the appropriate script based on your requirement:
File renamed without changes.
You can’t perform that action at this time.
0 commit comments