We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4286d8f commit 2ef4d7eCopy full SHA for 2ef4d7e
infra/main.bicep
@@ -13,6 +13,7 @@ param secondaryLocation string = 'eastus2'
13
@description('Azure location for the solution. If not provided, it defaults to the resource group location.')
14
param AZURE_LOCATION string = ''
15
16
+// ========== AI Deployments Location ========== //
17
@allowed([
18
'australiaeast'
19
'canadaeast'
@@ -33,7 +34,6 @@ param AZURE_LOCATION string = ''
33
34
'westus'
35
'westus3'
36
])
-// ========== AI Deployments Location ========== //
37
@description('Location for AI deployments. This should be a valid Azure region where OpenAI services are available.')
38
@metadata({
39
azd: {
0 commit comments