vWorld

vWorld – Oude Doesburgseweg 89C6901 HH Zevenaar – info@vworld.nl – Kantoor: 0316-798037 – Because it’s a virtual world!

Azure updates dec 15th 2020 (Unified Connection Monitor, ARM support Azure File Share and Azure Monitor support for WVD)

I recently published another Azure update Blog post on ShareGate. Link here. In this post I talked about : Unified Connection Monitor in Network Watcher Azure Resource Manager template for Azure file share support Azure Monitor support for Windows Virtual Desktop […]

Lees verder… from Azure updates dec 15th 2020 (Unified Connection Monitor, ARM support Azure File Share and Azure Monitor support for WVD)

How to deploy (additional) server roles on your IaaS Azure VM

Recently I needed an easy function to add additional servers roles on several IaaS virtual machines on a customer platform. This is how I accomplished this. For this example I’m going to install the IIS server role, it works for other roles ofcourse. I’ve created an simple powershell script with the following content :

[…]

Lees verder… from How to deploy (additional) server roles on your IaaS Azure VM

Using Azure Keyvault secrets with ARM templates

In my previous blog post I described how to deploy an VM using DevOps, fast and simple. But ofcourse you don’t want to store secrets in parameters files! Open your parameter file and search for adminPassword. It should look something like:

  Now replace it with the following

subscrcode = the code of […]

Lees verder… from Using Azure Keyvault secrets with ARM templates