vWorld

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

How to convert a standalone or managed Ruckus AP to unleashed

Recently I installed several Ruckus Access Points at a customer’s site. This customer has several large rooms and was in urgent need of a stable and available internet supply in all rooms.  At this customer’s site, I installed several Ruckus models managed by Ruckus Unleashed. This is a free (Cloud) service from Ruckus and works […]

Lees verder… from How to convert a standalone or managed Ruckus AP to unleashed

How to use your tablet as an external whiteboard for Microsoft Teams

A picture says more than a thousand words, it is often said. That’s why I usually try to draw things during presentations and meetings. Nowadays, many laptops with a touch screen (think of the Microsoft surfaces) allow you to draw perfectly. However, my laptops sit in a docking station with the screen closed, and I […]

Lees verder… from How to use your tablet as an external whiteboard for Microsoft Teams

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