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
By default this template will use the environment name as the prefix to prevent naming collisions within Azure. The parameters below show the default values. You only need to run the statements below if you need to change the values.
4
+
5
+
> To override any of the parameters, run `azd env set <PARAMETER_NAME> <VALUE>` before running `azd up`. On the first azd command, it will prompt you for the environment name. Be sure to choose 3-20 characters alphanumeric unique name.
|**Azure Region**| The region where resources will be created. | East US |
142
-
|**Secondary Location**| A **less busy** region for **Azure Cosmos DB**, useful in case of availability constraints. | eastus2 |
143
-
|**Deployment Type**| Select from a drop-down list. | GlobalStandard |
144
-
|**GPT Model**| Choose from **gpt-4, gpt-4o, gpt-4o-mini**. | gpt-4o |
145
-
|**GPT Model Deployment Capacity**| Configure capacity for **GPT models**. | 140k |
137
+
When you start the deployment, most parameters will have **default values**, but you can update the following settings [here](../docs/CustomizingAzdParameters.md):
0 commit comments