Skip to content

Commit c1a7556

Browse files
authored
Merge pull request #121 from microsoft/gpickett-patch-2
Gpickett patch 2
2 parents 1cafaf8 + cbef995 commit c1a7556

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 // The location used for all deployed resources. This location must be in the same region as the resource group.
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.
3131

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

0 commit comments

Comments
 (0)