File tree 2 files changed +1
-17
lines changed 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 8
8
"description" : " Name of the Vault"
9
9
}
10
10
},
11
- "location" : {
12
- "type" : " string" ,
13
- "allowedValues" : [
14
- " East US" ,
15
- " West US" ,
16
- " Central US" ,
17
- " West Europe" ,
18
- " South East Asia"
19
- ],
20
- "metadata" : {
21
- "description" : " This is the location where the backup vault will be created"
22
- }
23
- },
24
11
"skuName" : {
25
12
"type" : " string" ,
26
13
"defaultValue" : " Standard" ,
38
25
"type" : " Microsoft.Backup/BackupVault" ,
39
26
"apiVersion" : " 2015-03-15" ,
40
27
"name" : " [parameters('vaultName')]" ,
41
- "location" : " [parameters('location') ]" ,
28
+ "location" : " [resourceGroup().location ]" ,
42
29
"properties" : {
43
30
"sku" : {
44
31
"name" : " [parameters('skuName')]"
Original file line number Diff line number Diff line change 5
5
"vaultName" : {
6
6
"value" : " backupvault1"
7
7
},
8
- "location" : {
9
- "value" : " West US"
10
- },
11
8
"skuName" : {
12
9
"value" : " Standard"
13
10
}
You can’t perform that action at this time.
0 commit comments