Skip to content

Commit e75ff5f

Browse files
added ai location param
1 parent 54f9fe9 commit e75ff5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/CustomizingAzdParameters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ By default this template will use the environment name as the prefix to prevent
1010
| ------------------------------- | ------ | ----------------- | --------------------------------------------------------------------------------------------------- |
1111
| `AZURE_ENV_NAME` | string | `dkm` | Used as a prefix for all resource names to ensure uniqueness across environments. |
1212
| `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>` | Location for Azure OpenAI resources. Can be different from AZURE_LOCATION for optimized AI service placement. |
1314
| `AZURE_ENV_MODEL_DEPLOYMENT_TYPE` | string | `GlobalStandard` | Defines the deployment type for the AI model (e.g., Standard, GlobalStandard). |
1415
| `AZURE_ENV_MODEL_NAME` | string | `gpt-4.1` | Specifies the name of the GPT model to be deployed. |
1516
| `AZURE_ENV_MODEL_CAPACITY` | int | `100` | Sets the GPT model capacity. |

0 commit comments

Comments
 (0)