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 by following the steps [here](../docs/CustomizingAzdParameters.md):
|**Azure Region**| The region where resources will be created. | East US |
130
-
|**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 |
|**Model Deployment Type**| Change the Model Deployment Type (allowed values: Standard, GlobalStandard). | GlobalStandard |
133
-
|**Model Name**| Set the Model Name (allowed values: gpt-4o). | gpt-4o |
134
-
|**Model Version**| Set the Azure model version (allowed values: 2024-08-06). | 2024-08-06 |
135
-
|**Image Tag**| Set the Image tag (allowed values: latest, dev, hotfix). | latest |
136
-
|**Existing Log analytics workspace**| To reuse the existing Log analytics workspace Id. |`<Existing Workspace Id>`|
137
-
|**Jumpbox Admin Username**| Specifies the administrator username for the Jumpbox Virtual Machine. |`JumpboxAdminUser`|
138
-
|**Jumpbox Admin Password**| Specifies the administrator password for the Jumpbox Virtual Machine. |`JumpboxAdminP@ssw0rd1234!`|
139
-
|**Cosmos DB Secondary Location**| Specifies the secondary region for Cosmos DB. Set this if redundancy (`enableRedundancy`) is enabled. |`<Secondary Region>`|
140
-
125
+
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)
141
126
142
127
This accelerator can be configured to use authentication.
0 commit comments