Category: Azure

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 →

Enable logging on your Windows Azure Web App – App Service from Visual Studio

Azure App Service Benjamin Perkins

With the release of Windows Azure SDK 2.0, you can enable the logging from within Visual Studio. I wrote another article which discussed how to enable Failed Request Tracing while logged into the Microsoft Azure Management console. You can review that article here. After installing the SDK, open Visual Studio and example the Server Explorer, […]

Read More →