Skip to content

Commit 61d7dc5

Browse files
Update Deployment Guide with installation steps
Added instructions for running installation command and handling prompts.
1 parent 3646ffc commit 61d7dc5

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

docs/DeploymentGuide.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,19 @@ Select one of the following options to deploy the Modernize Your Code Solution A
127127
3. Select the subscription where you want to deploy the solution
128128
4. Wait for the environment to initialize (includes all deployment tools)
129129
5. When prompted in the VS Code Web terminal, choose one of the available options shown
130-
131-
6. Proceed to [Step 3: Configure Deployment Settings](#step-3-configure-deployment-settings)
130+
6. Once the solution opens, the **AI Foundry terminal** will automatically start running the following command to install the required dependencies:
131+
132+
```shell
133+
sh install.sh
134+
```
135+
During this process, you’ll be prompted with the message:
136+
```
137+
What would you like to do with these files?
138+
- Overwrite with versions from template
139+
- Keep my existing files unchanged
140+
```
141+
142+
7. Proceed to [Step 3: Configure Deployment Settings](#step-3-configure-deployment-settings)
132143

133144
</details>
134145

0 commit comments

Comments
 (0)