Skip to content

Commit

Permalink
Update App service plan SKU
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwayaboy authored Nov 11, 2024
1 parent 9fccf04 commit eb3d3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iac/createResources.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ resource productsapiappsvcplan 'Microsoft.Web/serverfarms@2022-03-01' = {
location: resourceLocation
tags: resourceTags
sku: {
name: 'B1'
name: 'B2ms' // Example SKU with more than 2 cores and 4GB memory
}
properties: {
reserved: true
Expand Down

0 comments on commit eb3d3a1

Please sign in to comment.