JamesKindon / jkindon.github.io

https://jameskindon.github.io/jkindon.github.io/
Other
0 stars 1 forks source link

Microsoft Azure Zone Architecture with Citrix Cloud #23

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Microsoft Azure Zone Architecture with Citrix Cloud

Designing, Implementing and Operating CVADS using an Azure Zone Architecture

https://jkindon.com/microsoft-azure-zone-architecture-with-citrix-cvads/

alozzy commented 1 year ago

I'm curious how to handle the Cloud Connectors with respect to resource locations in Citrix DaaS. For each Azure region in play (and each correpsonding Citrix DaaS "zone"), Citrix states that you should deploy (2) Cloud Connectors per zone. Each Cloud Connector communicates via HTTPS to Citrix Cloud but also needs port 80 connectivity to the VDAs in each Azure region in play, as well as connectivity to AD DCs.

So, it seems to me that leveraging VNet peering between regions would allow for each Citrix DaaS zone to have only one Cloud Connector yet still have redundancy for that role by having VDAs failover to a Cloud Connector VM that's located in a different region via the VNet peering arrangement.

Have you experimented with that, or do you always deploy (2) Cloud Connectors in each zone?

Same question RE FAS servers...

JamesKindon commented 1 year ago

Going cross Region fo VDA registration isn't a great idea, you should typically be designing each Azure Region as a self sustaining zone (Citrix DaaS Zone)

For each Region I would always do multiple Cloud Connectors, these may, or may not be Azure zone resilient depending on the customer requirement and zone availability within the region. Same goes for FAS, StoreFront, ADC's etc

On Fri, Jul 28, 2023 at 10:17 AM alozzy @.***> wrote:

I'm curious how to handle the Cloud Connectors with respect to resource locations in Citrix DaaS. For each Azure region in play (and each correpsonding Citrix DaaS "zone"), Citrix states that you should deploy (2) Cloud Connectors per zone. Each Cloud Connector communicates via HTTPS to Citrix Cloud but also needs port 80 connectivity to the VDAs in each Azure region in play, as well as connectivity to AD DCs.

So, it seems to me that leveraging VNet peering between regions would allow for each Citrix DaaS zone to have only one Cloud Connector yet still have redundancy for that role by having VDAs failover to a Cloud Connector VM that's located in a different region via the VNet peering arrangement.

Have you experimented with that, or do you always deploy (2) Cloud Connectors in each zone?

Same question RE FAS servers...

— Reply to this email directly, view it on GitHub https://github.com/JamesKindon/jkindon.github.io/issues/23#issuecomment-1654789925, or unsubscribe https://github.com/notifications/unsubscribe-auth/AGR7QKVOMXERCXLGGSLHO2TXSMAK5ANCNFSM6AAAAAA22ZCOXE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

alozzy commented 1 year ago

Really appreciate your feedback, James. Your blog is full of interesting and useful information!