Skip to content

Commit 2ef4d7e

Browse files
moved comment to top
1 parent 4286d8f commit 2ef4d7e

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
@@ -13,6 +13,7 @@ param secondaryLocation string = 'eastus2'
1313
@description('Azure location for the solution. If not provided, it defaults to the resource group location.')
1414
param AZURE_LOCATION string = ''
1515

16+
// ========== AI Deployments Location ========== //
1617
@allowed([
1718
'australiaeast'
1819
'canadaeast'
@@ -33,7 +34,6 @@ param AZURE_LOCATION string = ''
3334
'westus'
3435
'westus3'
3536
])
36-
// ========== AI Deployments Location ========== //
3737
@description('Location for AI deployments. This should be a valid Azure region where OpenAI services are available.')
3838
@metadata({
3939
azd: {

0 commit comments

Comments
 (0)