As mentioned in the overview Azure Function provide event-based serverless computing that make it easy to develop and scale your application, paying only for the…
Azure Functions provide event-based serverless computing that make it easy to develop and scale your application. By using Azure Functions CI you can setup continious…
For every application that is build a logging framework needs to be present. Tracing and Application are framework that can be used in almost every…
This post is written as a reminder for myself and for others who keep forgetting. The thing I keep forgetting is where to find the option to undo…
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…
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 can…
Starting with Application Insights can be done by adding NuGet Packages to your project. In the above screenshot you see two NuGet Packages: Microsoft.ApplicationInsights.JavaScript: NuGet…
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…
With the component created in part 2 we can start using it to deploy applications to our SharePoint environment. We start by creating a new…
If you want to use the BizTalk Deployment framework in combination with Release Management you need to adjust the default build template that comes with…
To setup a build in combination with Release Management you need the Release Management build template. This template looks like the default build template but…
In one of my previous post (Configuring Web Site Binding with Release Management) I showed how you can make a custom action for Release Management…