We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 13c3163 + 7670af2 commit 68c5741Copy full SHA for 68c5741
1 file changed
infra/modules/appServicePlan.bicep
@@ -8,8 +8,8 @@ resource appServicePlan 'Microsoft.Web/serverfarms@2023-01-01' = {
8
name: appServicePlanName
9
location: location
10
sku: {
11
- name: 'F1'
12
- tier: 'Free'
+ name: 'B1'
+ tier: 'Basic'
13
}
14
properties: {
15
reserved: false // Windows
0 commit comments