Skip to content

Commit 0ae9357

Browse files
docs: Update deployment guide and quota check documentation for VS Code Web usage
2 parents a7184e3 + 72e0a94 commit 0ae9357

3 files changed

Lines changed: 18 additions & 5 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,18 @@ You can run this solution in VS Code Dev Containers, which will open the project
100100
2. Sign in with your Azure account when prompted
101101
3. Select the subscription where you want to deploy the solution
102102
4. Wait for the environment to initialize (includes all deployment tools)
103-
5. When prompted in the VS Code Web terminal, choose one of the available options shown below:
103+
5. Once the solution opens, the **AI Foundry terminal** will automatically start running the following command to install the required dependencies:
104104

105-
![VS Code Initial Prompt](./images/vscodeweb_intialize.png)
105+
```shell
106+
sh install.sh
107+
```
108+
During this process, you’ll be prompted with the message:
109+
```
110+
What would you like to do with these files?
111+
- Overwrite with versions from template
112+
- Keep my existing files unchanged
113+
```
114+
Choose “**Overwrite with versions from template**” and provide a unique environment name when prompted.
106115
6. Continue with the [deploying steps](#deploying-with-azd)
107116

108117
</details>
-34.8 KB
Binary file not shown.

docs/quota_check.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,12 @@ Before deploying the accelerator, **ensure sufficient quota availability** for t
55
66
### Login if you have not done so already
77
```
8-
azd auth login
8+
az login
9+
```
10+
If using VS Code Web:
11+
```
12+
az login --use-device-code
913
```
10-
1114

1215
### 📌 Default Models & Capacities:
1316
```
@@ -75,7 +78,7 @@ The final table lists regions with available quota. You can select any of these
7578

7679
### **If using VS Code or Codespaces**
7780
1. Open the terminal in VS Code or Codespaces.
78-
2. If you're using VS Code, click the dropdown on the right side of the terminal window, and select `Git Bash`.
81+
2. If you're using VS Code, click the dropdown on the right side of the terminal window, and select `Git Bash` / `bash`.
7982
![git_bash](images/read_me/git_bash.png)
8083
3. Navigate to the `scripts` folder where the script files are located and make the script as executable:
8184
```sh
@@ -97,4 +100,5 @@ The final table lists regions with available quota. You can select any of these
97100
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
98101
az login
99102
```
103+
> Note: Use `az login --use-device-code` in VS Code Web.
100104
6. Rerun the script after installing Azure CLI.

0 commit comments

Comments
 (0)