Skip to content

Commit 2b63ecf

Browse files
authored
Stop B3 being downsized to B1 (#646)
1 parent 3e71fe1 commit 2b63ecf

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

infra/main.bicep

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,7 @@ module hostingplan './core/host/appserviceplan.bicep' = {
321321
name: hostingPlanSku
322322
}
323323
reserved: true
324+
tags: { Automation: 'Ignore' }
324325
}
325326
}
326327

infra/main.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"_generator": {
66
"name": "bicep",
77
"version": "0.26.54.24096",
8-
"templateHash": "1458329649110009885"
8+
"templateHash": "7715045314239280418"
99
}
1010
},
1111
"parameters": {
@@ -1339,6 +1339,11 @@
13391339
},
13401340
"reserved": {
13411341
"value": true
1342+
},
1343+
"tags": {
1344+
"value": {
1345+
"Automation": "Ignore"
1346+
}
13421347
}
13431348
},
13441349
"template": {

0 commit comments

Comments
 (0)