Skip to content

Commit

Permalink
upgrade to non-legacy plan
Browse files Browse the repository at this point in the history
  • Loading branch information
edalholt committed Sep 26, 2024
1 parent 5903780 commit 532ae6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/azureInfrastructure.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ resource appServicePlan 'Microsoft.Web/serverfarms@2022-09-01' = {
name: '${appName}-plan'
location: location
sku: {
name: 'S1'
tier: 'Standard'
name: 'P0v3'
tier: 'Premium0V3'
}
properties: {
reserved: true
Expand Down

0 comments on commit 532ae6d

Please sign in to comment.