Skip to content

Commit 46633da

Browse files
authored
Merge pull request microsoft#133 from microsoft/p-to-b-sku
change p to b sku
2 parents 2b66e69 + 527f80a commit 46633da

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)