Tags: Azure

Scaling your Microsoft Azure App Service Web App

Azure App Service Benjamin Perkins

Having spent many years supporting web sites running on IIS one of the most challenging aspects was managing load. I was able to plan for near-term growth by tracking the CPU, Memory, total number of requests, etc… over time and once the utilization of these elements exceeded my threshold for what I considered manageable, it […]

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 →