Skip to content

Commit 444e9d3

Browse files
Update DeploymentGuide.md
1 parent 4027401 commit 444e9d3

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

docs/DeploymentGuide.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@ Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
2222

2323
This will allow the scripts to run for the current session without permanently changing your system's policy.
2424

25-
### **Configurable Deployment Settings**
26-
27-
When you start the deployment, most parameters will have **default values**, but you can update the following settings by following the steps [here](../docs/CustomizingAzdParameters.md):
2825

2926

3027
## Deployment Options & Steps
@@ -100,19 +97,23 @@ Consider the following settings during your deployment to modify specific settin
10097
<details>
10198
<summary><b>Configurable Deployment Settings</b></summary>
10299

103-
When you start the deployment, most parameters will have **default values**, but you can update the following settings:
104-
105-
| **Setting** | **Description** | **Default value** |
106-
|------------|----------------| ------------|
107-
| **Azure Region** | The region where resources will be created. | eastus |
108-
| **Environment Name** | A **3-20 character alphanumeric value** used to generate a unique ID to prefix the resources. | byctemplate |
109-
| **Secondary Location** | A **less busy** region for **CosmosDB**, useful in case of availability constraints. | eastus2 |
110-
| **Deployment Type** | Select from a drop-down list. | Global Standard |
111-
| **GPT Model** | Choose from **gpt-4, gpt-4o** | gpt-4o |
112-
| **GPT Model Deployment Capacity** | Configure capacity for **GPT models**. | 30k |
113-
| **Embedding Model** | Default: **text-embedding-ada-002**. | text-embedding-ada-002 |
114-
| **Embedding Model Capacity** | Set the capacity for **embedding models**. | 80k |
115-
| **Existing Log analytics workspace** | To reuse the existing Log analytics workspace Id. | |
100+
When you start the deployment, most parameters will have **default values**, but you can update the following settings:[here](../docs/CustomizingAzdParameters.md):
101+
102+
| **Setting** | **Description** | **Default Value** |
103+
| ------------------------------------ | --------------------------------------------------------------------------------------------- | ------------------------ |
104+
| **Azure Region** | The region where resources will be created. | `eastus` |
105+
| **Environment Name** | A **3–20 character alphanumeric** value used to generate a unique ID to prefix the resources. | `byctemplate` |
106+
| **Secondary Location** | A **less busy** region for **CosmosDB**, useful in case of availability constraints. | `eastus2` |
107+
| **Deployment Type** | Model deployment type (allowed: `Standard`, `GlobalStandard`). | `GlobalStandard` |
108+
| **GPT Model** | Choose from **gpt-4**, **gpt-4o**. | `gpt-4o` |
109+
| **GPT Model Version** | Version of the GPT model to use (e.g., `2024-08-06`). | `2024-05-13` |
110+
| **OpenAI API Version** | Azure OpenAI API version used for deployments. | `2024-05-01-preview` |
111+
| **GPT Model Deployment Capacity** | Configure the capacity for **GPT model deployments** (in thousands). | `30k` |
112+
| **Embedding Model** | The embedding model used by the app. | `text-embedding-ada-002` |
113+
| **Embedding Model Capacity** | Configure the capacity for **embedding model deployments** (in thousands). | `80k` |
114+
| **Image Tag** | Image version for deployment (allowed: `latest`, `dev`, `hotfix`). | `latest` |
115+
| **Existing Log Analytics Workspace** | If reusing a Log Analytics Workspace, specify the ID. | *(none)* |
116+
116117

117118
</details>
118119

0 commit comments

Comments
 (0)