Skip to content

Commit 63527b0

Browse files
authored
Merge pull request #122 from microsoft/gpickett-patch-3
Update main.bicep
2 parents c1a7556 + a7a1cbd commit 63527b0

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
@@ -27,7 +27,7 @@ param location string
2727
'westus3'
2828
])
2929
@description('Location for all Ai services resources. This location can be different from the resource group location.')
30-
param azureOpenAILocation string = resourceGroup().location // The location used for all deployed resources. This location must be in the same region as the resource group.
30+
param azureOpenAILocation string = 'eastus2' // The location used for all deployed resources. This location must be in the same region as the resource group.
3131

3232
@minLength(3)
3333
@maxLength(20)

0 commit comments

Comments
 (0)