@@ -103,20 +103,24 @@ Consider the following settings during your deployment to modify specific settin
103103< details>
104104 < summary><b> Configurable Deployment Settings< /b></summary>
105105
106- When you start the deployment, most parameters will have ** default values** , but you can update the following settings:
107-
108- | ** Setting** | ** Description** | ** Default value** |
109- | ------------| ----------------| ------------|
110- | ** Azure Region** | The region where resources will be created. | eastus |
111- | ** Environment Name** | A ** 3-20 character alphanumeric value** used to generate a unique ID to prefix the resources. | kmtemplate |
112- | ** Azure AI Content Understanding Location** | Select from a drop-down list of values. | swedencentral |
113- | ** Secondary Location** | A ** less busy** region for **Azure SQL and Azure Cosmos DB**, useful in case of availability constraints. | eastus2 |
114- | ** Deployment Type** | Select from a drop-down list. | GlobalStandard |
115- | ** GPT Model** | Choose from ** gpt-4, gpt-4o, gpt-4o-mini** | gpt-4o-mini |
116- | ** GPT Model Deployment Capacity** | Configure capacity for ** GPT models** . | 30k |
117- | ** Embedding Model** | Default: ** text-embedding-ada-002** . | text-embedding-ada-002 |
118- | ** Embedding Model Capacity** | Set the capacity for ** embedding models** . | 80k |
119- | ** Existing Log analytics workspace** | To reuse the existing Log analytics workspace Id. | |
106+ When you start the deployment, most parameters will have ** default values** , but you can update the following settings [here](../docs/CustomizingAzdParameters.md):
107+
108+ | ** Setting** | ** Description** | ** Default value** |
109+ | ------------------------------------------- | --------------------------------------------------------------------------------------------------------- | ---------------------- |
110+ | ** Azure Region** | The region where resources will be created. | * (empty)* |
111+ | ** Environment Name** | A ** 3–20 character alphanumeric value** used to generate a unique ID to prefix the resources. | env\_ name |
112+ | ** Azure AI Content Understanding Location** | Region for content understanding resources. | swedencentral |
113+ | ** Secondary Location** | A ** less busy** region for **Azure SQL and Azure Cosmos DB**, useful in case of availability constraints. | eastus2 |
114+ | ** Deployment Type** | Select from a drop-down list (allowed: ` Standard` , ` GlobalStandard` ). | GlobalStandard |
115+ | ** GPT Model** | Choose from ** gpt-4, gpt-4o, gpt-4o-mini** . | gpt-4o-mini |
116+ | ** GPT Model Version** | The version of the selected GPT model. | 2024-07-18 |
117+ | ** OpenAI API Version** | The Azure OpenAI API version to use. | 2024-02-15-preview |
118+ | ** GPT Model Deployment Capacity** | Configure capacity for ** GPT models** (in thousands). | 30k |
119+ | ** Embedding Model** | Default: ** text-embedding-ada-002** . | text-embedding-ada-002 |
120+ | ** Embedding Model Capacity** | Set the capacity for ** embedding models** (in thousands). | 80k |
121+ | ** Image Tag** | Docker image tag to deploy. Common values: ` latest` , ` dev` , ` hotfix` , ` latest_migrated` . | latest\_ migrated |
122+ | ** Existing Log Analytics Workspace** | To reuse an existing Log Analytics Workspace ID. | * (empty)* |
123+
120124
121125
122126< /details>
0 commit comments