Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 907 Bytes

File metadata and controls

25 lines (15 loc) · 907 Bytes

[Optional]: Customizing resource names

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.

To override any of the parameters, run azd env set <key> <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.

Change the Model Deployment Type (allowed values: Standard, GlobalStandard)

azd env set AZURE_ENV_MODEL_DEPLOYMENT_TYPE Standard

Set the Model Name (allowed values: gpt-4)

azd env set AZURE_ENV_MODEL_NAME gpt-4

Change the Model Capacity (choose a number based on available GPT model capacity in your subscription)

azd env set AZURE_ENV_MODEL_CAPACITY 30