Skip to main content
Jorge Bernhardt Jorge Bernhardt

Get-AzWebApp

2020

How to Enable Azure Web App diagnostic logs
·721 words·4 mins· 100 views · 5 likes
Azure CLI Azure Cloud Shell Azure PowerShell Connect-AzAccount
Azure Application Service web applications provide diagnostic functionality to logging information from the web server on which the web application runs and the web application itself. These logs provide an excellent way to detect problems and analyze how your application works but this functionality is disabled by default.
Azure Web Apps Deployments
·1255 words·6 mins· 100 views · 5 likes
Azure CLI Azure Cloud Shell Connect-AzAccount Get-AzSubscription
In this post, I want to show you how to create the infrastructure to host a web application. To do this, you will need to at least create two resources: a web application and an App Service plan.