Hello @mpls
It's great that you're setting up infrastructure to support your business in a different region! Deploying Azure Virtual Desktop (AVD) resources across regions is a common practice and can be done effectively with proper planning. You can deploy VMs in one region and have the AVD meta data stored in another region. This is documented and supported https://zcusa.951200.xyz/en-us/azure/virtual-desktop/data-locations
Best Practices for Multi-Region Deployment:
Data Residency and Compliance: Ensure that your deployment complies with data residency and compliance requirements for your organization.
Network Latency: Consider network latency between regions. While it's technically feasible to have resources in different regions, higher latency can impact user experience.
High Availability and Disaster Recovery: Deploying resources across regions can improve high availability and disaster recovery capabilities. This setup can help mitigate the impact of regional outages1.
Resource Management: Use Azure Resource Manager templates to manage and deploy resources consistently across regions.
Monitoring and Maintenance: Implement robust monitoring and maintenance practices to ensure the health and performance of your AVD environment.
Steps to Deploy AVD Across Regions:
Create Host Pool in Japan West: Start by creating the host pool in the Japan West region.
Create Workspace and Application Group: Set up the workspace and application group in the SE Asia region.
Configure Network Connectivity: Ensure proper network connectivity between the regions to minimize latency and ensure seamless access.
Deploy Session Hosts: Deploy session host VMs in the Japan West region.
Assign Users: Assign users or groups to the application group for access to desktops and applications.
Additional Considerations:
Template Export and Modification: If you need to move resources between regions, export a template, modify it, and redeploy it in the new region.
Azure Service Tags: Use Azure service tags to simplify network security rules and allow traffic between regions.
If I have answered your question, please accept this as answer as a token of appreciation and don't forget to thumbs up for "Was it helpful"!