As I finished writing my Citrix Tech Zone article on best practices to migrate from CVAD on-premises to CVAD Service on Azure at the end of July, I started to write PowerShell scripts to automate the process.

Here after you will find details regarding the first script I decided to release. This script will allow you to automate the deployment of 2 Cloud Connector on Azure.
You will need an Azure Subscription with basic Setup like Resource Group and Virtual Network.
You also need a site-to-site connectivity between your on-premises environment and Azure.
This can be achieved by:
You will need to download the 2 following files from my GitHub repository here
Note: Those 2 files need to be downloaded in the same folder.
Before you run the script, you will need to fill the Json fill with your own settings.
You have some mandatory parameters and some optional, here is the list of parameters needed:






Now that you have your Citrix Cloud information, you need to fill the Json file with other information:
Note: above are example based on my Lab, you need to ensure that information are accurate based on your on-premises and Azure environments.

Now you can run the script, here after is a video showing the script execution
I am looking for tester and feedback to try to improve the script as much as possible.
Feel free to share it, test it and provide me feedback preferably within an email: arnaud.pain@arnaud.biz.
Thank you!