Skip to content

Commit 5e41612

Browse files
Update Deployment Guide to clarify VS Code Dev Containers and improve deployment instructions
1 parent 311ad73 commit 5e41612

File tree

1 file changed

+4
-21
lines changed

1 file changed

+4
-21
lines changed

docs/DeploymentGuide.md

Lines changed: 4 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ You can run this solution using GitHub Codespaces. The button will open a web-ba
8787
</details>
8888

8989
<details>
90-
<summary><b>Deploy in VS Code</b></summary>
90+
<summary><b>Deploy in VS Code Dev Containers</b></summary>
9191

9292
### VS Code Dev Containers
9393

@@ -135,24 +135,7 @@ Consider the following settings during your deployment to modify specific settin
135135
<details>
136136
<summary><b>Configurable Deployment Settings</b></summary>
137137

138-
When you start the deployment, most parameters will have **default values**, but you can update the following settings:[here](../docs/CustomizingAzdParameters.md):
139-
140-
| **Setting** | **Description** | **Default Value** |
141-
| ------------------------------------ | --------------------------------------------------------------------------------------------- | ------------------------ |
142-
| **Azure Region** | The region where resources will be created. | `eastus` |
143-
| **Environment Name** | A **3–20 character alphanumeric** value used to generate a unique ID to prefix the resources. | `byctemplate` |
144-
| **Secondary Location** | A **less busy** region for **CosmosDB**, useful in case of availability constraints. | `eastus2` |
145-
| **Deployment Type** | Model deployment type (allowed: `Standard`, `GlobalStandard`). | `GlobalStandard` |
146-
| **GPT Model** | The GPT model used by the app | `gpt-4.1` |
147-
| **GPT Model Version** | The GPT Version used by the app | `2024-05-13` |
148-
| **OpenAI API Version** | Azure OpenAI API version used for deployments. | `2024-05-01-preview` |
149-
| **GPT Model Deployment Capacity** | Configure the capacity for **GPT model deployments** (in thousands). | `30k` |
150-
| **Embedding Model** | The embedding model used by the app. | `text-embedding-ada-002` |
151-
| **Embedding Model Capacity** | Configure the capacity for **embedding model deployments** (in thousands). | `80k` |
152-
| **Image Tag** | Image version for deployment (allowed: `latest_waf`, `dev`, `hotfix`). | `latest_waf` |
153-
| **Existing Log Analytics Workspace** | If reusing a Log Analytics Workspace, specify the ID. | *(none)* |
154-
155-
138+
When you start the deployment, most parameters will have **default values**, but you can update the following settings [here](../docs/CustomizingAzdParameters.md)
156139

157140
</details>
158141

@@ -212,10 +195,10 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
212195
213196
3. Provide an `azd` environment name (e.g., "dgapp").
214197
4. Select a subscription from your Azure account and choose a location that has quota for all the resources.
215-
- This deployment will take *7-10 minutes* to provision the resources in your account and set up the solution with sample data.
198+
- This deployment generally takes *7-10 minutes* to provision the resources in your account and set up the solution with sample data.
216199
- If you encounter an error or timeout during deployment, changing the location may help, as there could be availability constraints for the resources.
217200
218-
5. Once the deployment has completed successfully and you would like to use the sample data, run the bash command printed in the terminal. The bash command will look like the following:
201+
5. Once the deployment has completed successfully and you would like to use the sample data, please open a **Git Bash** terminal and run the bash command printed below. The bash command will look like the following:
219202
```shell
220203
bash ./infra/scripts/process_sample_data.sh
221204
```

0 commit comments

Comments
 (0)