Skip to content

Commit 532f7b3

Browse files
Update deployment guide and quota check documentation for VS Code Web usage
1 parent 1f3b76a commit 532f7b3

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed

docs/DeploymentGuide.md

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

115-
![VS Code Initial Prompt](./images/vscodeweb_intialize.png)
115+
```shell
116+
sh install.sh
117+
```
118+
During this process, you’ll be prompted with the message:
119+
```
120+
What would you like to do with these files?
121+
- Overwrite with versions from template
122+
- Keep my existing files unchanged
123+
```
124+
Choose “**Overwrite with versions from template**” and provide a unique environment name when prompted.
116125
6. Continue with the [deployment options](#deployment-options).
117126

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

docs/quota_check.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +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+
11+
If using VS Code Web:
12+
```
13+
az login --use-device-code
914
```
1015

1116

@@ -79,7 +84,7 @@ The final table lists regions with available quota. You can select any of these
7984

8085
### **If using VS Code or Codespaces**
8186
1. Open the terminal in VS Code or Codespaces.
82-
2. If you're using VS Code, click the dropdown on the right side of the terminal window, and select `Git Bash`.
87+
2. If you're using VS Code, click the dropdown on the right side of the terminal window, and select `Git Bash` / `bash`.
8388
![git_bash](images/git_bash.png)
8489
3. Navigate to the `scripts` folder where the script files are located and make the script as executable:
8590
```sh
@@ -102,4 +107,5 @@ The final table lists regions with available quota. You can select any of these
102107
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
103108
az login
104109
```
110+
> Note: Use `az login --use-device-code` in VS Code Web.
105111
6. Rerun the script after installing Azure CLI.

0 commit comments

Comments
 (0)