Skip to content

Commit 41d095e

Browse files
authored
Update main.bicep
1 parent ede7ad2 commit 41d095e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
targetScope = 'resourceGroup'
22
@description('Location for all resources.')
3-
param location string
3+
param location string = 'EastUS2'
44

55
@allowed([
66
'australiaeast'
@@ -28,7 +28,7 @@ param location string
2828
'westus3'
2929
])
3030
@description('Location for all Ai services resources. This location can be different from the resource group location.')
31-
param azureOpenAILocation string // The location used for all deployed resources. This location must be in the same region as the resource group.
31+
param azureOpenAILocation string = 'eastus2' // The location used for all deployed resources. This location must be in the same region as the resource group.
3232

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

0 commit comments

Comments
 (0)