Category: App Service

Get Azure App Service deployment logs from KUDU

Azure App Service Benjamin Perkins

If you are performing a deployment and it is not working, working only after some effort or it’s not working as expected, one feature that might help you find the reason is the deployment log available using KUDU. You can access your deployment details by entering https://***.scm.azurewebsites.net (where *** is the site name of your […]

Read More →

Using KUDU with Microsoft Azure Web Apps

Azure App Service Benjamin Perkins

There is a nice set of troubleshooting and analysis tools for use with Microsoft Azure Web Apps (formerlly Web Sites) called KUDU. Information about that tool set can be found here. It is useful for capturing a memory dump, as explained here, looking at deployment logs, viewing configuration parameters and much more. To access your […]

Read More →

HTTPS only on Azure App Service Web Apps

Azure App Service Benjamin Perkins

If you are looking for a resource that describes installing an SSL certificate on a Azure Web App, check here. Here is more information about this configuration. There are multiple modes currently supported on the Azure Web App platform: SNI base SSL – This is a new feature in IIS 8+ (SNI) that extends the […]

Read More →