When deploying an Azure Resource Manager (ARM) template you have to create a resource group within Azure. To deploy a template via script your script…
Instead of storing user credentials of an external system in a configuration file, you should store them in the Azure Key Vault. Before MSI (Managed…
Since a couple of months I have been developing extensions for Visual Studio Team Service (VSTS). I created extensions for task I had to do…
Most of the times companies have rules in place for managing their Azure environment. The main rules that should be in place are “Azure Policies”…
To connect an Azure App Service to a on-premise database you can make use of different solutions. Two of those solutions are: Hybrid Connection VPN…
A utility task is available for Visual Studio Team Services (VSTS) to invoke an http triggered Azure function. The ability to invoke a Function from…
Today I published an extension for Visual Studio Team Services (VSTS) that gives you the ability to add and remove role based access assignments in…
One of the things I like to do is sharing knowledge with the Community. I started my blog in 2008 and changed the platform a…
Today I published an extension for Visual Studio Team Services (VSTS) that gives you the ability to deploy PowerBI files (pbix) to PowerBI.com. It uses…
You can think of many situations where you would like to create a self hosted machine for Visual Studio team services (VSTS). Installing and configuring…
A couple of days ago I started developing extensions for Build and Release pipelines of Visual Studio Team Services (VSTS). One of these extensions is…
In some situations you will look into a current Azure Environment and the setup/governance of it and need to migrate or move resources around. The…