vWorld

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

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

How to quickly encrypt/decrypt Azure VM disks using the portal

Some time ago Microsoft added the encryption option on the disk pane (Azure IaaS properties). Now you don’t need to use the CLI or Powershell commando’s to decrypt/encrypt your VM disks. Just go to the encryption button and the options already speak for themselves. When you already have one disk encrypted and just added an […]

Lees verder… from How to quickly encrypt/decrypt Azure VM disks using the portal