Skip to content

Commit

Permalink
swedencentral is missing in possible Location for Azure Open Ai
Browse files Browse the repository at this point in the history
  • Loading branch information
zecloud committed Mar 7, 2024
1 parent 02cdc13 commit a60e3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ param location string
param tags string = ''

@description('Location for the OpenAI resource group')
@allowed([ 'canadaeast', 'westus', 'eastus', 'eastus2', 'francecentral', 'switzerlandnorth', 'uksouth', 'japaneast', 'northcentralus', 'australiaeast' ])
@allowed([ 'canadaeast', 'westus', 'eastus', 'eastus2', 'francecentral','swedencentral', 'switzerlandnorth', 'uksouth', 'japaneast', 'northcentralus', 'australiaeast' ])
@metadata({
azd: {
type: 'location'
Expand Down

0 comments on commit a60e3d1

Please sign in to comment.