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)

Azure updates dec 1st 2020 (Shared Image Gallery, Azure Monitor for VM Guest Health and Firewall Premium)

I recently started blogging for ShareGate : Every 2 weeks there will be an update with (my selection of) the latest Azure updates. In my first post I talked about : Azure Shared Image Gallery Azure Monitor for VM Guest Health Azure Firewall Premium Link In this blog posts I’ll explain the latest updates & […]

Lees verder… from Azure updates dec 1st 2020 (Shared Image Gallery, Azure Monitor for VM Guest Health and Firewall Premium)

This is why it’s important to deploy resources in datacenter region(s) nearby…

A couple of days ago I noticed someone was using the default datacenter region (West US) to deploy resources to instead of their local (West Europe) datacenter. I’ve asked that person for his reason. His response was that he didn’t thought that it made a significant difference…. To demonstrate the differences between the (Azure) datacenter […]

Lees verder… from This is why it’s important to deploy resources in datacenter region(s) nearby…

How to leave Azure subscription(s) associated to your Azure account

When you have access to multiple Azure subscriptions from (former) customers for example, you may want to remove them when you don’t need access any more. In this blogpost I describe how to get rid of them without contacting their administrators. It is possible to self-leave an Azure AD tenant. Here’s the steps: Log into […]

Lees verder… from How to leave Azure subscription(s) associated to your Azure account

How to Publish an App Service using Azure Application Gateway

In this post, I’m going to explain how to publish an App service using the Application Gateway. An Azure Application Gateway is a web traffic load balancer that enables you to manage traffic to your web applications. Core Components of the Azure Application Gateway [do_widget id=hootkit-notice-4] This “How to” shows you how to use the […]

Lees verder… from How to Publish an App Service using Azure Application Gateway

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

How to find the Azure Site Recovery Passphrase

When you have to manually install the Azure Site Recovery agent you must provide the Passphrase. In this blogpost I describe how you can find the Passphrase. Sign in to your configuration server, and then open a command prompt window as an administrator. To change the directory to the bin folder, execute the command cd %ProgramData%\ASR\home\svsystems\bin […]

Lees verder… from How to find the Azure Site Recovery Passphrase

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

How to encrypt (and decrypt) your Azure VM disks after deployment

This is how you can encrypt your Azure virtual machine disks :

You can find your keyvault Resource ID here :   The reason that I used the Resource id instead of the keyvault name is that now it’s possible for the keyvault to be part of another resourcegroup.   Use the following command […]

Lees verder… from How to encrypt (and decrypt) your Azure VM disks after deployment