File tree Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Expand file tree Collapse file tree 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -8,28 +8,13 @@ param environmentName string
8
8
@minLength (1 )
9
9
@description ('Location for all resources' )
10
10
// 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
12
13
@allowed ([
13
- 'australiaeast'
14
- 'brazilsouth'
15
- 'canadaeast'
16
14
'eastus'
17
15
'eastus2'
18
- 'francecentral'
19
- 'germanywestcentral'
20
- 'japaneast'
21
- 'koreacentral'
22
- 'northcentralus'
23
- 'norwayeast'
24
- 'polandcentral'
25
- 'spaincentral'
26
- 'southafricanorth'
27
- 'southcentralus'
28
- 'southindia'
29
16
'swedencentral'
30
17
'switzerlandnorth'
31
- 'uksouth'
32
- 'westeurope'
33
18
'westus'
34
19
'westus3'
35
20
])
You can’t perform that action at this time.
0 commit comments