Skip to content

Commit a60e3d1

Browse files
committed
swedencentral is missing in possible Location for Azure Open Ai
1 parent 02cdc13 commit a60e3d1

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
@@ -11,7 +11,7 @@ param location string
1111
param tags string = ''
1212

1313
@description('Location for the OpenAI resource group')
14-
@allowed([ 'canadaeast', 'westus', 'eastus', 'eastus2', 'francecentral', 'switzerlandnorth', 'uksouth', 'japaneast', 'northcentralus', 'australiaeast' ])
14+
@allowed([ 'canadaeast', 'westus', 'eastus', 'eastus2', 'francecentral','swedencentral', 'switzerlandnorth', 'uksouth', 'japaneast', 'northcentralus', 'australiaeast' ])
1515
@metadata({
1616
azd: {
1717
type: 'location'

0 commit comments

Comments
 (0)