Skip to content

Commit 880cb20

Browse files
committed
reduce allowed regions to where agents are supported
1 parent 477544d commit 880cb20

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

infra/main.bicep

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,13 @@ param environmentName string
88
@minLength(1)
99
@description('Location for all resources')
1010
// Look for desired models on the availability table:
11-
// https://learn.microsoft.com/azure/ai-services/openai/concepts/models#global-standard-model-availability
11+
// Agents must be supported in the region
12+
// https://learn.microsoft.com/azure/ai-services/agents/concepts/model-region-support
1213
@allowed([
13-
'australiaeast'
14-
'brazilsouth'
15-
'canadaeast'
1614
'eastus'
1715
'eastus2'
18-
'francecentral'
19-
'germanywestcentral'
20-
'japaneast'
21-
'koreacentral'
22-
'northcentralus'
23-
'norwayeast'
24-
'polandcentral'
25-
'spaincentral'
26-
'southafricanorth'
27-
'southcentralus'
28-
'southindia'
2916
'swedencentral'
3017
'switzerlandnorth'
31-
'uksouth'
32-
'westeurope'
3318
'westus'
3419
'westus3'
3520
])

0 commit comments

Comments
 (0)