Skip to content

Commit 595578c

Browse files
authored
Adding more regions (#660)
1 parent c01d292 commit 595578c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ param openAiHost string // Set in main.parameters.json
3535
param openAiServiceName string = ''
3636
param openAiResourceGroupName string = ''
3737
@description('Location for the OpenAI resource group')
38-
@allowed(['canadaeast', 'eastus', 'francecentral', 'japaneast', 'northcentralus'])
38+
@allowed(['canadaeast', 'eastus', 'eastus2', 'francecentral', 'switzerlandnorth', 'uksouth', 'japaneast', 'northcentralus'])
3939
@metadata({
4040
azd: {
4141
type: 'location'

0 commit comments

Comments
 (0)