Skip to content

Commit

Permalink
Stop B3 being downsized to B1 (Azure-Samples#646)
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-p-smith authored Apr 10, 2024
1 parent 7f1a917 commit d78b593
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions infra/main.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ module hostingplan './core/host/appserviceplan.bicep' = {
name: hostingPlanSku
}
reserved: true
tags: { Automation: 'Ignore' }
}
}

Expand Down
7 changes: 6 additions & 1 deletion infra/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.26.54.24096",
"templateHash": "1458329649110009885"
"templateHash": "7715045314239280418"
}
},
"parameters": {
Expand Down Expand Up @@ -1339,6 +1339,11 @@
},
"reserved": {
"value": true
},
"tags": {
"value": {
"Automation": "Ignore"
}
}
},
"template": {
Expand Down

0 comments on commit d78b593

Please sign in to comment.