You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: infra/main.bicep
+10-14Lines changed: 10 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
targetScope = 'resourceGroup'
2
2
@description('Location for all resources.')
3
-
paramlocationstring = 'EastUS2'
3
+
paramlocationstring = 'EastUS2'//Fixed for model availability, change back to resourceGroup().location
4
4
5
5
@allowed([
6
6
'australiaeast'
@@ -33,7 +33,7 @@ param azureOpenAILocation string = 'eastus2' // The location used for all deploy
33
33
@minLength(3)
34
34
@maxLength(20)
35
35
@description('Prefix for all resources created by this template. This prefix will be used to create unique names for all resources. The prefix must be unique within the resource group.')
0 commit comments