Introduction Recently we started to migrate all of our customers from Azure Service Management (also known as ASM or Azure Classic) to Azure Resource Manager (ARM). The reason we migrate everything to ARM are various. A few reasons are: RBAC on resources Use tags on resources Easier deployments (both new… Read more »
Recently I was working on a migration from ASM to ASR where an ExpressRoute and VNET-to-VNET was involved. In this migration I wanted to migrate everything away from ASM to ARM. In documentation found on the internet I found how to move the ExpressRoute from classic to Resource Manager. However… Read more »
Have you ever been in the situation that your Azure PowerShell command isn’t working? First try to update your Azure PowerShell version! How? Simple, by running the following command with local Administrator rights on your machine. Install-Module AzureRM -Force Install-Module Azure -Force If you would like to now what has been… Read more »
Yesterday I have spoken at “Everything Azure”, a KPN Internedservices event for customers and other people that are interested into the topics covererd.For this event we had the oppertunity to use the ‘Auditorium’ from Microsoft Netherlands at the Microsofts Headquarter in the Netherlands, Schiphol. “For a fixed price per month,… Read more »
As most of all other guys who are using Azure out there we are in a desperate need of backups for Azure Resource Manager.
Yesterday the Microsoft Azure team released (in Public Preview) the new backup tool for ARM, Recovery Services vaults.
Since we have upgraded our Azure Powershell to version 1.* we are unable to run the command “New-AzureLocalNetworkGateway”. Each time we run the command we run into a different error.
During my search for setting up User-Defined Routing with Azure Resource Manager i mostly found scripts for Azure Service Manager. I will guide you through the steps needed to do so in ARM.
In the past I deployed with Powershell, with the new Azure Resource Manager I started to investigate the deployment with Visual Studio. In this post you will read how to start and some tips.