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_LOCATION`| string |``| Sets the Azure region for resource deployment. |
13
-
|`AZURE_ENV_NAME`| string |`env_name`| Sets the environment name prefix for all Azure resources. |
14
-
|`AZURE_CONTENT_UNDERSTANDING_LOCATION`| string |`swedencentral`| Specifies the region for content understanding resources. |
15
-
|`AZURE_SECONDARY_LOCATION`| string |`eastus2`| Specifies a secondary Azure region. |
16
-
|`AZURE_OPENAI_MODEL_DEPLOYMENT_TYPE`| string |`GlobalStandard`| Defines the model deployment type (allowed: `Standard`, `GlobalStandard`). |
17
-
|`AZURE_OPENAI_DEPLOYMENT_MODEL`| string |`gpt-4o-mini`| Specifies the GPT model name (e.g., `gpt-4`, `gpt-4o-mini`). |
18
-
|`AZURE_ENV_MODEL_VERSION`| string |`2024-07-18`| Sets the Azure model version (allowed: `2024-08-06`, etc.). |
19
-
|`AZURE_OPENAI_API_VERSION`| string |`2025-01-01-preview`| Specifies the API version for Azure OpenAI. |
20
-
|`AZURE_OPENAI_DEPLOYMENT_MODEL_CAPACITY`| integer |`30`| Sets the GPT model capacity. |
21
-
|`AZURE_ENV_IMAGETAG`| string |`latest`| Sets the image tag (`latest`, `dev`, `hotfix`, etc.). |
22
-
|`AZURE_ENV_USE_CASE`| string |`Retail-sales-analysis`| Specifies the use case to deploy (allowed: `Retail-sales-analysis`, `Insurance-improve-customer-meetings`). |
23
-
|`AZURE_ENV_LOG_ANALYTICS_WORKSPACE_ID`| string | Guide to get your [Existing Workspace ID](/documents/re-use-log-analytics.md)| Reuses an existing Log Analytics Workspace instead of creating a new one. |
24
-
|`USE_LOCAL_BUILD`| string |`false`| Indicates whether to use a local container build for deployment. |
25
-
|`AZURE_EXISTING_AI_PROJECT_RESOURCE_ID`| string |`<Existing AI Project resource Id>`| Reuses an existing AIFoundry and AIFoundryProject instead of creating a new one. |
12
+
|`AZURE_LOCATION`| string |``| Sets the Azure region for resource deployment. |
13
+
|`AZURE_ENV_NAME`| string |`env_name`| Sets the environment name prefix for all Azure resources (3-20 chars). |
14
+
|`AZURE_SECONDARY_LOCATION`| string |`eastus2`| Specifies a secondary Azure region for databases. |
15
+
|`AZURE_OPENAI_MODEL_DEPLOYMENT_TYPE`| string |`GlobalStandard`| Defines the model deployment type (allowed: `Standard`, `GlobalStandard`). |
16
+
|`AZURE_OPENAI_DEPLOYMENT_MODEL`| string |`gpt-4.1-mini`| Specifies the GPT model name (e.g., `gpt-4.1-mini`). |
17
+
|`AZURE_ENV_MODEL_VERSION`| string |`2025-04-14`| Sets the GPT model version. |
18
+
|`AZURE_OPENAI_API_VERSION`| string |`2025-01-01-preview`| Specifies the API version for Azure OpenAI. |
19
+
|`AZURE_OPENAI_DEPLOYMENT_MODEL_CAPACITY`| integer |`150`| Sets the GPT model capacity (minimum: 10). |
20
+
|`AZURE_ENV_IMAGETAG`| string |`latest_workshop`| Sets the container image tag. |
21
+
|`AZURE_ENV_USE_CASE`| string |`Retail-sales-analysis`| Specifies the use case (allowed: `Retail-sales-analysis`, `Insurance-improve-customer-meetings`). |
0 commit comments