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
|`AZURE_ENV_NAME`| string |`azdtemp`| Used as a prefix for all resource names to ensure uniqueness across environments. |
12
12
|`AZURE_LOCATION`| string |`eastus2`| Location of the Azure resources. Controls where the infrastructure will be deployed. |
13
-
|`AZURE_AISERVICE_LOCATION`| string |`japaneast`| Set the Azure AI Service Location. |
14
13
|`AZURE_ENV_MODEL_DEPLOYMENT_TYPE`| string |`GlobalStandard`| Change the Model Deployment Type (allowed values: Standard, GlobalStandard). |
15
14
|`AZURE_ENV_MODEL_NAME`| string |`gpt-4o`| Set the Model Name (allowed values: gpt-4o). |
16
15
|`AZURE_ENV_MODEL_VERSION`| string |`2024-08-06`| Set the Azure model version (allowed values: 2024-08-06) |
17
16
|`AZURE_ENV_MODEL_CAPACITY`| integer |`200`| Set the Model Capacity (choose a number based on available GPT model capacity in your subscription). |
18
17
|`AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID`| string |`<Existing Workspace Id>`| Set this if you want to reuse an existing Log Analytics Workspace instead of creating a new one. |
19
18
|`AZURE_ENV_IMAGETAG`| string |`latest`| Set the Image tag Like (allowed values: latest, dev, hotfix) |
20
19
|`AZURE_ENV_JUMPBOX_SIZE`| string |`Standard_DS2_v2`| Specifies the size of the Jumpbox Virtual Machine. Set a custom value if `enablePrivateNetworking` is `true`. |
20
+
|`AZURE_ENV_JUMPBOX_ADMIN_USERNAME`| string |`JumpboxAdminUser`| Specifies the administrator username for the Jumpbox Virtual Machine. |
21
+
|`AZURE_ENV_JUMPBOX_ADMIN_PASSWORD`| string |`JumpboxAdminP@ssw0rd1234!`| Specifies the administrator password for the Jumpbox Virtual Machine. |
22
+
|`AZURE_ENV_COSMOS_SECONDARY_LOCATION`| string |*(not set by default)*| Specifies the secondary region for Cosmos DB. Required if `enableRedundancy` is `true`. |
|**Azure Region**| The region where resources will be created. | East US |
42
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
43
|**Capacity**| Configure capacity for **gpt-4o**. | 200 |
45
44
|**Model Deployment Type**| Change the Model Deployment Type (allowed values: Standard, GlobalStandard). | GlobalStandard |
46
45
|**Model Name**| Set the Model Name (allowed values: gpt-4o). | gpt-4o |
47
46
|**Model Version**| Set the Azure model version (allowed values: 2024-08-06). | 2024-08-06 |
48
47
|**Image Tag**| Set the Image tag (allowed values: latest, dev, hotfix). | latest |
49
48
|**Existing Log analytics workspace**| To reuse the existing Log analytics workspace Id. |`<Existing Workspace Id>`|
49
+
|**Jumpbox Admin Username**| Specifies the administrator username for the Jumpbox Virtual Machine. |`JumpboxAdminUser`|
50
+
|**Jumpbox Admin Password**| Specifies the administrator password for the Jumpbox Virtual Machine. |`JumpboxAdminP@ssw0rd1234!`|
51
+
|**Cosmos DB Secondary Location**| Specifies the secondary region for Cosmos DB. Set this if redundancy (`enableRedundancy`) is enabled. |`<Secondary Region>`|
50
52
51
53
52
54
This accelerator can be configured to use authentication.
0 commit comments