Skip to content

Commit e8b1c0a

Browse files
Merge pull request #416 from microsoft/dev
chore: Merging dev changes to main branch
2 parents a087ff5 + 586b608 commit e8b1c0a

File tree

3 files changed

+98
-72
lines changed

3 files changed

+98
-72
lines changed

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)