Skip to content

Commit 527f80a

Browse files
committed
change p to b sku
1 parent 2b66e69 commit 527f80a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infra/main.bicep

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -390,9 +390,9 @@ resource frontendAppServicePlan 'Microsoft.Web/serverfarms@2021-02-01' = {
390390
location: location
391391
tags: tags
392392
sku: {
393-
name: 'P1v2'
393+
name: 'B2'
394394
capacity: 1
395-
tier: 'PremiumV2'
395+
tier: 'Basic'
396396
}
397397
properties: {
398398
reserved: true

0 commit comments

Comments
 (0)