Skip to content

Commit 9cebfdf

Browse files
Add allowed values for AI service locations
1 parent 8560e40 commit 9cebfdf

2 files changed

Lines changed: 92 additions & 70 deletions

File tree

infra/main.bicep

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,17 @@ param location string
3434
})
3535
param contentUnderstandingLocation string = 'WestUS'
3636

37+
@allowed([
38+
'australiaeast'
39+
'eastus'
40+
'eastus2'
41+
'francecentral'
42+
'japaneast'
43+
'swedencentral'
44+
'uksouth'
45+
'westus'
46+
'westus3'
47+
])
3748
@description('Required. Location for the Azure AI Services deployment.')
3849
@metadata({
3950
azd: {

0 commit comments

Comments
 (0)