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
Copy file name to clipboardExpand all lines: docs/DeploymentGuide.md
+12-7Lines changed: 12 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,18 @@ Check the [Azure Products by Region](https://azure.microsoft.com/en-us/explore/g
36
36
37
37
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):
38
38
39
-
|**Setting**|**Description**|**Default value**|
40
-
|------------|----------------| ------------|
41
-
|**Azure Region**| The region where resources will be created. | East US|
42
-
|**Resource Prefix**| Prefix for all resources created by this template. This prefix will be used to create unique names for all resources. The prefix must be unique within the resource group. | None |
43
-
|**AI Location**| Location for all AI services resources. This location can be different from the resource group location | None |
44
-
|**Capacity**| Configure capacity for **gpt-4o**. | 5k |
45
-
|**Existing Log analytics workspace**| To reuse the existing Log analytics workspace Id. ||
|**Azure Region**| The region where resources will be created. | East US |
42
+
|**Resource Prefix**| Prefix for all resources created by this template. This prefix will be used to create unique names for all resources. The prefix must be unique within the resource group. | azdtemp |
43
+
|**AI Location**| Location for all AI services resources. This location can be different from the resource group location. | japaneast |
44
+
|**Capacity**| Configure capacity for **gpt-4o**. | 200 |
45
+
|**Model Deployment Type**| Change the Model Deployment Type (allowed values: Standard, GlobalStandard). | GlobalStandard |
46
+
|**Model Name**| Set the Model Name (allowed values: gpt-4o). | gpt-4o |
47
+
|**Model Version**| Set the Azure model version (allowed values: 2024-08-06). | 2024-08-06 |
48
+
|**Image Tag**| Set the Image tag (allowed values: latest, dev, hotfix). | latest |
49
+
|**Existing Log analytics workspace**| To reuse the existing Log analytics workspace Id. |`<Existing Workspace Id>`|
50
+
46
51
47
52
This accelerator can be configured to use authentication.
0 commit comments