Ga naar content
Zoek op onderwerpen, blogs, diensten etc.

RDS 2016 deployment (Full HA) in Azure IaaS in < 30 minutes, Azure Resource Manager FTW!

Blogs IaaS
18-8-2016

Remote Desktop Services (RDS) deployment on the Azure Infrastructure as a Service (IaaS) platform is becoming more common. The announcement of the deprecation of Azure RemoteApp, the turn-key solution on Azure to publish classic Windows applications, also made RDS on Azure IaaS one of the migration options going forward. Microsoft has also published various whitepapers that provide guidance to implement RDS 2012 R2 on Azure IaaS http://aka.ms/rdsonazure. Recently they have also updated this for Windows Server 2016 http://aka.ms/rdsonazure2016 which will be released this September of this year.

Automated deployments in the classic Azure Portal

I decided to take a closer look at the deployment itself, more specifically an automated deployment. RDS can obviously be deployed manually in Azure IaaS by creating new Virtual Machines, Virtual Networks, load balancers etc. Based on the classic Azure Portal (http://manage.windowsazure.com) this is what you would typically do. Optionally you could use Azure PowerShell to automate that process.

Automated deployments in the new Azure Portal

The new Azure Portal, codename Ibiza, (http://portal.azure.com) is all about Azure Resource Manager (ARM). ARM introduces a completely new way of thinking about your resources. Instead of creating individual resources, you start by thinking about the entire solution, a resource group, which contains all the resources you need for your solution. You manage and deploy a resource group as a sort of a logical unit, which helps identify all the resources a solution uses. Another benefit of ARM is that it allows you to retrieve billing and monitoring information for all the resources within a resource group and manage the access to those resources as a set rather than individually.

Besides the benefit of having all resources in logical units called Resource Groups, another huge benefit of ARM is the deployment itself. Sure you can create a Resource Group manually using the Portal or use Azure PowerShell. Typically, however, an Azure PowerShell script is sequential, you create a PowerShell script to automate the commands needed to create objects in Azure. When you run such a script those PowerShell commands are fired off sequentially creating your deployment. ARM provides the opportunity to have Azure create that same deployment for you in the most optimal way. For example, by defining dependencies ARM knows it must create a virtual NIC prior to the Virtual Machine and can for example create 10 Virtual Machines at the same time. This significantly improves the overall deployment time for any Azure deployment.

ARM in action to deploy RDS on Azure IaaS!

What is described in the previous paragraphs is exactly what I have been working on for RDS on Azure IaaS. The goal was to create an automated RDS deployment in Azure IaaS using JSON Templates.

RDS Server Manager

Continue reading here: http://microsoftplatform.blogspot.nl/2016/08/full-ha-rds-2016-deployment-in-azure.html

Meer over IaaS

datacenter in azure Ga naar Hoe bespaar je geld met een datacenter in Azure?
Blogpost / 20-11-2020

Hoe bespaar je geld met een datacenter in Azure?

Een transitie naar Azure: je voelt er wel wat voor. Maar is dat niet erg duur? Hoewel soms op het eerste gezicht een indrukwekkend prijskaartje a...
Datacenter Ga naar Modern datacenter in Azure: 8 voordelen en redenen om te starten
Blogpost / 17-6-2020

Modern datacenter in Azure: 8 voordelen en redenen om te starten

De veranderingen op IT-gebied gaan razendsnel. Zeker nu thuiswerken geen optie meer is, maar een must. Veel bedrijven kijken op dit moment of ze appli...
Ga naar Azure IaaS: een heldere definitie
Blogpost / 27-11-2018

Azure IaaS: een heldere definitie

.tb_button {padding:1px;cursor:pointer;border-right: 1px solid #8b8b8b;border-left: 1px solid #FFF;border-bottom: 1px solid #fff;}.tb_button.hover {bo...
Ga naar Azure Resource Manager - Template for RDS in IaaS
Blogpost / 15-7-2015

Azure Resource Manager - Template for RDS in IaaS

Azure Resource Manager is the Management API layer for the future Microsoft Cloud! The Microsoft RDS team released a template to deploy RDS in Aure Ia...