We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8560e40 + 5473c40 commit a16f35fCopy full SHA for a16f35f
3 files changed
infra/main.bicep
@@ -34,6 +34,17 @@ param location string
34
})
35
param contentUnderstandingLocation string = 'WestUS'
36
37
+@allowed([
38
+ 'australiaeast'
39
+ 'eastus'
40
+ 'eastus2'
41
+ 'francecentral'
42
+ 'japaneast'
43
+ 'swedencentral'
44
+ 'uksouth'
45
+ 'westus'
46
+ 'westus3'
47
+])
48
@description('Required. Location for the Azure AI Services deployment.')
49
@metadata({
50
azd: {
0 commit comments