Recommendations to others considering Azure Web Apps:
Azure WebApps are easy to adopt and integrates nicely into various ci/cd pipelines. Azure Application Insights nicely integrates with WebApps and is a very useful tool to diagnose application errors and performance issues. WebApps come in different pricing models that suites various business requirements. AutoScale feature makes it easy to scale the application according to CPU or Memory usage.
Azure WebApps also supports docker containers on which you can host both linux and windows containers. WebApps supports multiple programming languages. for eg: NET Core, Java,Python.
Azure DevOps has got inbuilt steps for Deployments to Azure WebApps making it easy for automation. WebApps also have a deployment API which supports zip package deployment. MSDeploy is another deployment option.
WebApps supports integration with Azure KeyVault making it an easy and secure way to store secret values. WebApps also support inbuilt backup and restore feature. Review collected by and hosted on G2.com.
What problems is Azure Web Apps solving and how is that benefiting you?
We use Azure WebApps for hosting our .NET core applications. WebApps also help us run our NodeJs and ASP.Net applications. WebApps also solves automation problems by supporting powershell core. Review collected by and hosted on G2.com.