Skip to content

Commit

Permalink
Update webapp.bicep
Browse files Browse the repository at this point in the history
  • Loading branch information
JmiliFarouk authored May 10, 2024
1 parent 7e1ce1c commit 7a0bfab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/webapp.bicep
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
param webAppName string = uniqueString(resourceGroup().id) // Generate unique String for web app name
param sku string = 'B1' // The SKU of App Service Plan
param sku string = 'S1' // The SKU of App Service Plan
param location string = resourceGroup().location

var appServicePlanName = toLower('AppServicePlan-${webAppName}')
Expand Down

0 comments on commit 7a0bfab

Please sign in to comment.