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
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
targetScope = 'resourceGroup'
2
-
@description('Location for all resources.')
3
-
paramlocationstring
2
+
// @description('Location for all resources.')
3
+
// param location string
4
4
5
5
@allowed([
6
6
'australiaeast'
@@ -28,12 +28,12 @@ param location string
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//= 'eastus2' // 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.')
36
-
paramprefixstring = 'macae'
36
+
paramprefixstring//= 'macae'
37
37
38
38
@description('Tags to apply to all deployed resources')
0 commit comments