Deploy your Azure Website with VSTS Build
From VSTS (Visual Studio Team Services) your can deploy to a Azure Website directly directly from a build. Setting this up will require a couple of steps. In...
From VSTS (Visual Studio Team Services) your can deploy to a Azure Website directly directly from a build. Setting this up will require a couple of steps. In...
Just before the Christmas Holiday’s I wanted to share some insights with the readers of my blog around Development Cycles and Office365. Development Cycles c...
Starting with Application Insights can be done by adding NuGet Packages to your project. In the above screenshot you see two NuGet Packages: Microsoft.Appl...
Application Insights has been around for a while now and after a while I was wondering if there was a integration within Visual Studio. For the readers that ...
In some situations you would like your Azure website to only work under HTTPS. By default a Azure website will work under HTTP and HTTPS. Today I was searchi...