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 |`macae`| Used as a prefix for all resource names to ensure uniqueness across environments. |
12
-
|`AZURE_LOCATION`| string |`swedencentral`| Location of the Azure resources. Controls where the infrastructure will be deployed. |
13
-
|`AZURE_ENV_OPENAI_LOCATION`| string |`swedencentral`| Specifies the region for OpenAI resource deployment. |
12
+
|`AZURE_LOCATION`| string |`<User selects during deployment>`| Location of the Azure resources. Controls where the infrastructure will be deployed. |
13
+
|`AZURE_ENV_OPENAI_LOCATION`| string |`<User selects during deployment>`| Specifies the region for OpenAI resource deployment. |
14
14
|`AZURE_ENV_MODEL_DEPLOYMENT_TYPE`| string |`GlobalStandard`| Defines the deployment type for the AI model (e.g., Standard, GlobalStandard). |
15
15
|`AZURE_ENV_MODEL_NAME`| string |`gpt-4o`| Specifies the name of the GPT model to be deployed. |
16
16
|`AZURE_ENV_FOUNDRY_PROJECT_ID`| string |`<Existing Workspace Id>`| Set this if you want to reuse an AI Foundry Project instead of creating a new one. |
0 commit comments