Skip to main content
Jorge Bernhardt Jorge Bernhardt

Web Apps

2020

Retrieving Azure Web Apps diagnostics logs
·520 words·3 mins· 100 views · 5 likes
Microsoft Azure Web Apps
In a previous post, I showed you How to enable Azure Web App diagnostic logs. These logs provide an excellent way to detect problems and analyze how your application works. In this post, I want to show you how to retrieve diagnostic logs using command-line tools.
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.