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
+15-11Lines changed: 15 additions & 11 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'//Fixed for model availability, change back to resourceGroup().location
3
+
paramlocationstring
4
4
5
5
@allowed([
6
6
'australiaeast'
@@ -28,12 +28,12 @@ param location string = 'EastUS2' //Fixed for model availability, change back to
28
28
'westus3'
29
29
])
30
30
@description('Location for all Ai services resources. This location can be different from the resource group location.')
31
-
paramazureOpenAILocationstring= 'eastus2'// The location used for all deployed resources. This location must be in the same region as the resource group.
31
+
paramazureOpenAILocationstring// The location used for all deployed resources. This location must be in the same region as the resource group.
32
32
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