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 below settings by following the steps [here](CustomizingAzdParameters.md):
|**Environment Name**| A **3-20 character alphanumeric value** used to generate a unique ID to prefix the resources. |`azdtemp`|
145
-
|**Cosmos Location**| A **less busy** region for**CosmosDB**, usefulincase of availability constraints. |`eastus2`|
146
-
|**Deployment Type**| Select from a drop-down list (`Standard`, `GlobalStandard`). |`GlobalStandard`|
147
-
|**GPT Model**| Azure OpenAI GPT model to deploy. |`gpt-4o-mini`|
148
-
|**GPT Model Deployment Capacity**| Configure capacity for**GPT models**. Choose based on Azure OpenAI quota. |`30`|
149
-
|**Embedding Model**| OpenAI embedding model used for vector similarity. |`text-embedding-ada-002`|
150
-
|**Embedding Model Capacity**| Set the capacity for**embedding models**. Choose based on usage and quota. |`80`|
151
-
|**Image Tag**| The version of the Docker image to use (e.g., `latest_waf`, `dev`, `hotfix`). |`latest_waf`|
152
-
|**Azure OpenAI API Version**| Set the API version for OpenAI model deployments. |`2025-04-01-preview`|
153
-
|**AZURE_LOCATION**| Sets the Azure region for resource deployment. |`<User selects during deployment>`|
154
-
|**Existing Log Analytics Workspace**| To reuse an existing Log Analytics Workspace ID instead of creating a new one. |*(empty)*|
155
-
|**Existing AI Foundry Project Resource ID**| To reuse an existing AI Foundry Project Resource ID instead of creating a new one. |*(empty)*|
156
-
157
-
158
-
139
+
When you start the deployment, most parameters will have **default values**, but you can update the below settings by following the steps [here](CustomizingAzdParameters.md)
159
140
160
141
</details>
161
142
@@ -258,9 +239,9 @@ This will rebuild the source code, package it into a container, and push it to t
258
239
## Post Deployment Steps
259
240
260
241
1. **Import Sample Data**
261
-
-Run bash command printed in the terminal. The bash command will look like the following:
242
+
-please open a **Git Bash** terminal and run the bash command printed below. The bash command will look like the following ( need to replace with newly created "**Azure Resource Group Name**" with "**<AZURE_RESOURCE_GROUP>**" ):
0 commit comments