Skip to content

Commit 6493698

Browse files
fix: Update allowed regions in main.bicep to include polandcentral and uaenorth
1 parent c1a964a commit 6493698

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var deployerInfo = deployer()
3333
var deployingUserPrincipalId = deployerInfo.objectId
3434

3535
// Restricting deployment to only supported Azure OpenAI regions validated with GPT-4o model
36-
@allowed(['australiaeast', 'eastus2', 'francecentral', 'japaneast', 'norwayeast', 'swedencentral', 'uksouth', 'westus', 'westus3'])
36+
@allowed(['polandcentral', 'uaenorth', 'australiaeast', 'eastus2', 'francecentral', 'japaneast', 'norwayeast', 'swedencentral', 'uksouth', 'westus', 'westus3'])
3737
@metadata({
3838
azd: {
3939
type: 'location'

0 commit comments

Comments
 (0)