File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -74,19 +74,16 @@ param chatHistoryDatabaseName string = 'chat-database'
74
74
param chatHistoryContainerName string = 'chat-history-v2'
75
75
param chatHistoryVersion string = 'cosmosdb-v2'
76
76
77
- // https://learn.microsoft.com/azure/ai-services/openai/concepts/models?tabs=python-secure %2Cstandard%2Cstandard -chat-completions#standard- deployment-model-availability
77
+ // https://learn.microsoft.com/azure/ai-services/openai/concepts/models?tabs=standard %2Cstandard-chat-completions#models-by- deployment-type
78
78
@description ('Location for the OpenAI resource group' )
79
79
@allowed ([
80
- 'canadaeast'
81
80
'eastus'
82
81
'eastus2'
83
- 'francecentral'
84
- 'switzerlandnorth'
85
- 'uksouth'
86
- 'japaneast'
87
82
'northcentralus'
88
- 'australiaeast '
83
+ 'southcentralus '
89
84
'swedencentral'
85
+ 'westus'
86
+ 'westus3'
90
87
])
91
88
@metadata ({
92
89
azd : {
@@ -873,7 +870,8 @@ module ai 'core/ai/ai-environment.bicep' = if (useAiProject) {
873
870
name : 'ai'
874
871
scope : resourceGroup
875
872
params : {
876
- location : openAiLocation
873
+ // Limited region support: https://learn.microsoft.com/azure/ai-foundry/how-to/develop/evaluate-sdk#region-support
874
+ location : 'eastus2'
877
875
tags : tags
878
876
hubName : 'aihub-${resourceToken }'
879
877
projectName : 'aiproj-${resourceToken }'
You can’t perform that action at this time.
0 commit comments