File tree Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Expand file tree Collapse file tree 2 files changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -35,18 +35,10 @@ var hostingPlanName string = 'asp-${solutionSuffix}'
35
35
36
36
@description ('Optional. The pricing tier for the App Service plan.' )
37
37
@allowed ([
38
- 'F1'
39
- 'D1'
40
- 'B1'
41
38
'B2'
42
39
'B3'
43
- 'S1'
44
40
'S2'
45
41
'S3'
46
- 'P1'
47
- 'P2'
48
- 'P3'
49
- 'P4'
50
42
])
51
43
param hostingPlanSku string = 'B3'
52
44
Original file line number Diff line number Diff line change 6
6
"_generator": {
7
7
"name": "bicep",
8
8
"version": "0.37.4.10188",
9
- "templateHash": "2391105079639179141 "
9
+ "templateHash": "10335641937823504813 "
10
10
}
11
11
},
12
12
"parameters": {
48
48
"type": "string",
49
49
"defaultValue": "B3",
50
50
"allowedValues": [
51
- "F1",
52
- "D1",
53
- "B1",
54
51
"B2",
55
52
"B3",
56
- "S1",
57
53
"S2",
58
- "S3",
59
- "P1",
60
- "P2",
61
- "P3",
62
- "P4"
54
+ "S3"
63
55
],
64
56
"metadata": {
65
57
"description": "Optional. The pricing tier for the App Service plan."
You can’t perform that action at this time.
0 commit comments