Skip to content

Commit 9bf3cf7

Browse files
docs: Update deployment guide and quota check documentation for VS Code Web usage
2 parents f888340 + 1df54e8 commit 9bf3cf7

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

docs/DeploymentGuide.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,18 @@ Select one of the following options to deploy the Container Migration Solution A
126126
2. Sign in with your Azure account when prompted
127127
3. Select the subscription where you want to deploy the solution
128128
4. Wait for the environment to initialize (includes all deployment tools)
129-
5. When prompted in the VS Code Web terminal, choose one of the available options shown below:
130-
131-
![VS Code Initial Prompt](./images/vscodeweb_intialize.png)
129+
5. Once the solution opens, the **AI Foundry terminal** will automatically start running the following command to install the required dependencies:
130+
131+
```shell
132+
sh install.sh
133+
```
134+
During this process, you’ll be prompted with the message:
135+
```
136+
What would you like to do with these files?
137+
- Overwrite with versions from template
138+
- Keep my existing files unchanged
139+
```
140+
Choose “**Overwrite with versions from template**” and provide a unique environment name when prompted.
132141
6. Proceed to [Step 3: Configure Deployment Settings](#step-3-configure-deployment-settings)
133142

134143
</details>

docs/QuotaCheck.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ Before deploying the accelerator, **ensure sufficient quota availability** for t
77
### Login if you have not done so already
88

99
```
10-
azd auth login
10+
az login
11+
```
12+
If using VS Code Web:
13+
```
14+
az login --use-device-code
1115
```
1216

1317
### 📌 Default Models & Capacities:
@@ -95,7 +99,7 @@ The final table lists regions with available quota. You can select any of these
9599
### **If using VS Code or Codespaces**
96100

97101
1. Open the terminal in VS Code or Codespaces.
98-
2. If you're using VS Code, click the dropdown on the right side of the terminal window, and select `Git Bash`.
102+
2. If you're using VS Code, click the dropdown on the right side of the terminal window, and select `Git Bash` / `bash`.
99103
![git_bash](images/readme/terminal_git_bash.png)
100104
3. Navigate to the `scripts` folder where the script files are located and make the script as executable:
101105
```sh
@@ -118,5 +122,6 @@ The final table lists regions with available quota. You can select any of these
118122
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
119123
az login
120124
```
125+
> Note: Use `az login --use-device-code` in VS Code Web.
121126
122127
6. Rerun the script after installing Azure CLI.
-34.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)