Skip to content

Commit 91e1fb9

Browse files
committed
🏓 Wed Oct 23 16:06:43 UTC 2024
1 parent c62e282 commit 91e1fb9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

‎src/InfrastructureAsCode/main.bicep

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,10 @@ resource appServicePlan 'Microsoft.Web/serverfarms@2022-09-01' = {
5454
location: location
5555
kind: 'linux'
5656
properties: {
57-
zoneRedundant: false
57+
reserved: true
5858
}
5959
sku: {
60-
capacity: 1
61-
tier: 'Standard'
62-
size: sku
60+
name: sku
6361
}
6462
}
6563

0 commit comments

Comments
 (0)