PoC Guide: Citrix DaaS with Azure Virtual Desktop Hybrid
Overview
Microsoft Azure Virtual Desktops allow enterprises to deliver virtual applications and desktops from Azure. This proof of concept (PoC) guide is designed to help you quickly configure Citrix DaaS with Azure Virtual Desktop for a trial evaluation only, in a hybrid environment. At the end of this PoC guide you will be able to bridge your on-premises Citrix DaaS deployment with a Microsoft Azure subscription using Citrix DaaS. You will be able to let your users launch a Azure Virtual Desktop virtual app or desktop utilizing the new Windows 11 Multi-Session experience, while also accessing on-premises resources.
Conceptual Architecture
Scope
In this PoC guide, you experience the role of a Citrix Cloud and Microsoft Azure administrator and create a hybrid environment that spans your organization’s on-premises deployment and Azure. You provide access to a virtualization environment consisting of the Windows 11 Multi-Session experience in Azure Virtual Desktop (AVD) and on-premises resources to an end user with Citrix DaaS.
This guide showcases how to perform the following actions:
- Create a new Azure subscription and an Azure Active Directory (AAD) Tenant (if you don’t have one)
- Connect your on-premises AD to your AAD using Azure AD Connect
- Create Master Image using Windows 11 Enterprise for Virtual Desktops
- Create a Citrix Cloud account (if you don’t have one)
- Request a Citrix DaaS trial
- Create a Citrix DaaS account (Citrix Cloud account) and add the Azure tenant as a Resource Location
- Create a Windows Server VM and install the Citrix Cloud Connector in your Azure resource location
- Prepare the Azure Virtual Desktop template for the session host virtual machines (VMs). Install the Citrix Virtual Delivery Agent on the AVD VM
- Utilize your Citrix Virtual Apps and Desktops service account (Citrix Cloud account) to connect to your Azure subscription using the Citrix Cloud Connector
- Use Citrix Machine Creation Services for deploying a catalog and then create a delivery group
- Create a Windows Server VM and install the Citrix Cloud Connector in on-premises Resource Location and add it as a resource location
- Utilize your Citrix DaaS account (Citrix Cloud account) to connect to your on-premises resources using the Citrix Cloud Connector
- Let your users connect to the AVD or on premises sessions via Citrix Workspace
There is a requirement from Microsoft that the AVD session hosts must be joined to a Windows Active Directory (AD) domain that has been synchronized with either Azure AD using Azure AD Connect or with Azure AD Domain Services. This would require you to connect your on-premises Active Directory to your organization’s Azure subscription. This is out-of-scope for this guide but if you are also a Citrix Networking or Citrix SD-WAN customer then you can use Site-to-Site VPN with Citrix ADC (which requires a public IP) or Citrix SD-WAN. The two preceding options are creating IPsec tunnels between your on-premises environment and the AVD network in Azure.
If you are looking for a solution that does much more than just set-up a link between these two locations, then we suggest considering creating an end to end SDWAN solution. The main advantages this gives you are integrated security, orchestration, and policy based configuration. SDWAN has further benefits:
- Enables direct access to video-on-demand that is rendered from the customer data center
- Provides intelligent traffic steering from the VDA to other on-premises properties
- VoIP and real-time video traffic are navigated from the corporate data center
- Aggregate more than 1 link to give you resiliency and expanded bandwidth by combining the different links
To set up an end to end SDWAN solution you can follow these guides:
Configuring SDWAN to connect to Azure virtual network
Deploy SDWAN on Azure using SDWAN Center
Express route or Point-to-Site VPN which doesn’t require a public IP are other options to establish the connectivity.
This guide provides detailed instructions on how to deploy and configure your environment including VMs, connecting your AD to Azure AD. As a Citrix and Azure tenant administrator, you create the AVD environment to enable your users to test various scenarios that showcase Citrix DaaS and Azure Virtual Desktop integration.
Create an Azure Subscription and an Azure Active Directory Tenant
If you are an existing Microsoft O365 customer you should already have an Azure Active Directory (AAD) and so you can log in to Azure as the global administrator of the subscription and skip to the next section.
-
Go to the url: Sign into Azure and login to Azure
-
Enter you information, click Next
-
Verify your identity and then provide your credit card details for billing purposes. You may be asked to verify your card details by making a payment of ~ USD 1
-
Once you are done you should see this in Azure Portal. If that is the payment method you want to use click Next. Else change it and then click Next.
-
If you agree, check I agree check box for subscription agreement, offer details and privacy statement. Click Sign Up.
-
Alternately you can enroll in an O365 Enterprise E3 trial by going to this link and providing your details
-
Click + Create a Resource and search for Azure Active Directory and select it
-
Click Create
-
Provide the Organization name and Initial domain name of the AD that you want to create. Select the Country or Region and then click Create
-
Wait for the Azure AD to be created
Connect the on premises AD to Azure AD using Azure AD Connect
-
Launch an RDP session to the AD.
-
Open a browser and login to Azure as the global administrator of the subscription and Azure AD. Click Azure Active Directory and then Azure AD Connect. Click Download Azure AD Connect
-
In the browser window that opens click Download
-
Click Run
-
In the Azure AD connect dialog, click Continue
-
Click Use Express Settings
-
Provide the Azure Active Directory global administrator Username and Password. Click Next and login again if requested
-
Provide the Active Directory enterprise administrator Username and Password. Click Next.
-
Check the Continue without matching all UPN suffixes to verified domains, click Next
-
Click Install
-
Once the config is complete, click Exit
-
Go back to the Azure Active Directory page in the Azure portal and click Users. Validate that the user(s) you created are visible in the list.
Create a master image using Windows 11 Enterprise Multi-session
-
Select + or + Create a resource. Search for Microsoft Windows 11 and select the Microsoft Windows 11 option that shows Windows 11 Enterprise multi-session in the drop-down list.
-
Select the Windows 11 Enterprise multi-session option from the drop-down list and then click Create
-
Select the appropriate Subscription and the Resource group created for AVD to deploy the machine in. Provide a name for the Master Image VM. Choose the same region as the AD VM. Enter the credentials for the administrator account. Click Next: Disks
-
Select the appropriate OS disk type and Encryption type for your deployment. Click Next: Networking
-
Select the virtual network that your other VMs are on and ensure that a Public IP is being created for the Master Image. Click Review + Create
-
Ensure that the Validation Passed message appears and check the machine settings. Click Create to begin the Master Image VM creation
-
Once the VM creation completes, click Go to resource.
-
The VM must have a networking rule to allow incoming RDP traffic on it Public IP. Click Networking in the Favorites column. Click Add inbound port rule
-
Your public IP can be obtained by running a google search for
whatsmyip
address to make RDP connections to the AD VM. Select IP Address as Source, enter the Public IP Address of the machine you want to connect from in the Source IP field, set Destination Port ranges to 3389, and Protocol to TCP. Set an appropriate Priority value and provide a name to the rule. * Click Add*: Leaving port 3389 open remotely long-term can pose a security risk.
-
RDP in to the machine with the admin credentials you provided when creating the VM and join the VM to the domain and reboot the machine.
Create a Cloud Connector in your Azure subscription
-
Select + or + Create a resource in Azure. Select Windows Server 2019 Datacenter under Get Started to create a new Windows Server 2016 machine.
-
Select the appropriate Subscription and the Resource group created for AVD to deploy the machine in. Provide a name for the Cloud connector VM. Choose the same region as the AD VM. Enter the credentials for the administrator account. Click Next: Disks
-
Select the appropriate OS disk type and Encryption Type for your deployment. Click Next: Networking
-
Select the virtual network that your other VMs are on and ensure that a Public IP is being created for the Cloud Connector VM. Click Review + Create
-
Ensure that the Validation Passed message appears and check the machine settings. Click Create to begin the Cloud connector VM creation
-
Once the VM creation completes, click Go to Resource
-
The VM must have a networking rule to allow incoming RDP traffic on it Public IP. Click Networking in the favorites column and then click the name of the network interface
-
Click Network Security Group and then select the Network Security Group of yoyur AVD VM as it already has the port rules to allow access to your machine. Click Save
*: Leaving port 3389 open remotely long-term can pose a security risk.
-
RDP in to the machine with the admin credentials you provided when creating the VM and join the Cloud Connector VM to the domain and reboot the machine.
Create a Citrix Cloud account
If you are new to Citrix Cloud, please follow the instructions on the Citrix Cloud Sign Uppage.
If you are an existing Citrix Cloud customer continue onto the next section. Ensure that you have an active Citrix Cloud account. If your account has expired you need to contact sales to enable it.
Create a new Resource Location
-
RDP to the Cloud Connector VM and login as the AD admin. Goto the URL: Citrix Cloud.
-
Enter Username and Password. Click Sign In. (If your account manages more than one customer select the appropriate one)
-
Under Resource Locations Click Edit or Add New
-
Click + Resource Location and enter name of the New Resource Location. Click Save
-
Under the newly created resource location click + Cloud Connectors
-
Click Download. Click Run when the download begins
-
Citrix Cloud connectivity test successful message should be displayed. Click Sign in and Install to continue. If the test fails, check the following link to resolve the issue - CTX224133
-
From the drop-down lists select the appropriate Customer and Resource Location. Click Install
-
Once the installation completes, a service connectivity test runs. Let it complete and you should again see a successful result. Click Close
-
Refresh the Resource Location page in Citrix Cloud. Click on Cloud Connectors
-
The newly added Cloud Connector is listed. In production environments, ensure to have 2 Cloud Connectors per resource location
Request a Citrix DaaS trial
-
Sign in to your Citrix Cloud account
-
From the management console, select Request Trial for the Citrix DaaS Service
Note:
For some services you must reqwuest a demo from a Citrix sales representative before you can try out the service. Requesting a demo allows you to discuss your organization’s cloud service needs with a Citrix sales representative. Also, the sales representative ensures you have all the information needed to use the service successfully. When your trial is approved and ready to use, Citrix will send you an email notification.
Install Virtual Delivery Agent on the AVD host VM
While we wait, we can install the Citrix Virtual Apps and Desktops, Virtual Delivery Agent on the Windows 11 Multiuser VM that we created.
-
Connect to the AVD VM via RDP as the domain admin
-
Open Citrix.com in your browser. Hover over Sign in and click My Account
-
Sign in with your Username and Password.
-
Click Downloads.
-
From the Select a Product drop-down list, select Citrix Virtual Apps and Desktops
-
In the page that opens, select the latest version of Citrix Virtual Apps and Desktops 7 (without the .x at the end)
-
Scroll down to Components that are on the product ISO but also packaged separately. Click the chevron to expand the section. Click Download File under Server OS Virtual Delivery Agent
-
Check “I have read and certify that I comply with the above Export Control Laws” check box, if you agree. Click Accept. The download should begin.
-
Save the file and Run it when the download completes
-
Click Next in the Environment section to create a master MCS image.
-
In the Core Components section, check the Citrix Workspace app check box if your users would use the session to launch sessions from within it. Click Next
-
In the Additional section choose the components you need and click Next
NOTE: To see logon information in Citrix Director, select also Citrix User Profile Manager
-
Enter the UPN for the Cloud Connector VM and click Test Connection. Ensure that the test is successful a green tick appears next to the entered UPN. Click Add and click Next
-
Click Next in the Feature section and Next again in the Firewall section.
-
Click Install in the Summary section
-
Once the installation completes, in the Diagnostics section click Connect. Enter your Citrix Cloud credentials, click OK. Once the credentials are validated, click Next
-
Click Finish and let the VM reboot.
Create a hosting connection between Citrix DaaS and Azure
Configure Citrix DaaS to connect to the Azure Subscription that hosts the Azure Virtual Desktop VMs.
-
Once the trial is approved, Log in to Citrix Cloud from your local machine. Scroll to My Services, and locate DaaS service tile, click Manage
-
the Full Configuration page is displayed
-
in the left navigation menu, click Zones and verify that the Resource Location and Cloud Connector you have setup are visible.
-
In the left menu under Configuration. Click Hosting and then click Add Connection and Resources that host the machines.
-
From the drop downs select Create New Connection, Microsoft© AzureTM as Connection Type, Azure Global for Azure environment and an the Azure zone location setup as a Resources Location. Select Citrix provisioning tools (Machine Creation Services selected. Click Next
-
Paste your Azure Subscription ID in the Subscription ID text box and enter a Connection Name. Click Create New to create a new service principal. Alternately you can manually grant Citrix Cloud Access to the Azure subscription (with more restrictive roles than the default contributor) CTX224110
-
Sign in to your Azure account when prompted. Ensure that the user is an owner and not an external user in the subscription
-
Check the Consent on behalf of your organization check box and click Accept if you agree. Once the validation completes Connected is displayed. Click Next
-
Select the appropriate Region and click Next
-
Enter a Name for these resources and select the appropriate Virtual network and Subnet where the VMs are to be created. Click Next. Review the Summary and click Finish
-
You are returned to the Hosting page. Once you are done click Machine Catalogs to start creating your catalog.
Create a Machine Catalog and a Delivery Group
-
Click Create Machine Catalog.
-
In the Machiune Catalog Setup dialog, click Next
-
Ensure Multi-Session OS is selected. Click Next
-
Ensure Machines that are power managed and Citrix Machine Creation service are selected and the correct Azure network is shown in the Resources. Click Next
-
Choose the correct disk that is associated with the AVD VM. From the minimum functional level drop-down select 1811 (or newer). Click Next. A pop-up appears to ask for the VM attached to the VHD to be stopped.
-
Log in to the Azure portal and Under Virtual Machines, go to the AVD VM and Click the Stop button. Ignore the warning about losing the Public IP. Wait for status to show Stopped (deallocated). Return to the Citrix Cloud tab and click Close
-
Leave Defaults and click Next
-
Modify the number of VMs if you want and select the machine size you want for your VMs. Click Next
-
Click Next
-
Set the write back cache size if you want it. Click Next
-
Click Next and click Close
-
Select the OU in which the VMs should be placed. Enter the computer Account naming scheme. Ensure the name is fewer than 15 chars long and ends with a #. Click Next
-
Click Enter Credentials. In the dialog that opens enter username and password of the AD admin. Click Done. Click Next
-
Click Next
-
Click Next
-
Enter a name for the machine catalog. Click Finish
-
Wait for the catalog to be created.
-
When Machine Catalog creation is finished, from the left side menu click Delivery Groups then Create Delivery Group.
-
Select the Windows 11 Multisession Catalog. Increment the number of machines to the number of VMS you want to add to the delivery group. Click Next
-
For our example we will select the Allow any authenticated users to use this Delivery Groupo radio button. Click Next
-
If you want to also make apps available from this delivery group click the Add drop-down list and choose From Start Menu
-
From the Add Applications from Start Menu Dialog check the boxes next to the apps you want to make available. Then click OK
-
Click Next
-
In the Desktops section click Add. Enter Display Name for the delivery group. Ensure Enable desktop is checked. Click OK
-
Click Next
-
Click Next
-
Select the appropriate License Type and Click Next
-
Enter a Delivery Group name. Click Finish
-
Once the delivery group is created, your Delivery Group overivew should look like this.
If you want to add your on-premises resources to the Workspace follow the below steps.
Create a Cloud Connector in your on-premises data center
- Add a cloud connector in your on-premises data center. Create a Windows server 2012 R2 or 2016 VM in your on-premises. Repeat the steps in the “Create a new Resource Location” section.
Add on-premises site to the Workspace
- Follow the steps in the guide to add the on-premises site to Citrix DaaS. Complete till the end of Task 3: Configure connectivity and confirm settings in this page.
Launch the session from Citrix Workspace
-
Open the Workspace URL you had saved earlier (from Citrix Cloud) to the Citrix Workspace. Log in as one of the domain users that you had added to the Delivery Group.
-
Click View all Desktops
-
Click on the Windows 11 Multi-session DG desktop that you created in Azure.
-
The session should launch giving you access to the Azure Virtual Desktop
Summary
The guide walked you through bringing your Azure hosted Azure Virtual Desktop and on premises resources (using Workspace Configuration) together, so users access them in one place. You learned how to create a hybrid setup to manage both Azure Virtual Desktops based VMs and on premises based resources using Citrix VIrtual Apps and Desktops. The process included creating a network conneciton between the Azure virtual network and your on premises data center. Also you learned how to synchronize your on premises Active Directory with Azure Active Directory with Azure AD connect. We even looked at how to create a Citrix Cloud account, if you didn’t have one and get access to Citrix Virtual Apps and Desktops service, which makes all this work.
To learn more about migrating your on premises Citrix Virtual Apps and Desktops setup to the cloud, read the deployment guide
In this article
- Overview
- Conceptual Architecture
- Scope
- Create an Azure Subscription and an Azure Active Directory Tenant
- Connect the on premises AD to Azure AD using Azure AD Connect
- Create a master image using Windows 11 Enterprise Multi-session
- Create a Cloud Connector in your Azure subscription
- Create a Citrix Cloud account
- Create a new Resource Location
- Request a Citrix DaaS trial
- Install Virtual Delivery Agent on the AVD host VM
- Create a hosting connection between Citrix DaaS and Azure
- Create a Machine Catalog and a Delivery Group
- Create a Cloud Connector in your on-premises data center
- Add on-premises site to the Workspace
- Launch the session from Citrix Workspace
- Summary