This change updates infra/webapp.bicep to provision the App Service Plan with the S1 tier rather than B1. That likely reflects a need for stronger baseline performance and platform capabilities in the deployed web app environment, rather than leaving it on a lower-cost basic tier. The practical effect is that new deployments will come up on a more capable hosting plan with fewer resource constraints.

Updated the web app infrastructure template to use an S1 App Service Plan SKU instead of B1 for better production readiness. - zhengqunkoo/eShopOnWeb