You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you start the deployment, most parameters will have **default values**, but you can update the following settings:[here](../docs/CustomizingAzdParameters.md):
|**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**, usefulincase 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)
156
139
157
140
</details>
158
141
@@ -212,10 +195,10 @@ Once you've opened the project in [Codespaces](#github-codespaces), [Dev Contain
212
195
213
196
3. Provide an `azd` environment name (e.g., "dgapp").
214
197
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.
216
199
- If you encounter an error or timeout during deployment, changing the location may help, as there could be availability constraints for the resources.
217
200
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:
0 commit comments