We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a087ff5 + 586b608 commit e8b1c0aCopy full SHA for e8b1c0a
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