Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Update AVD recommendations #322

Merged
merged 2 commits into from
Aug 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions azure-specialized-workloads/avd/recommendations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -491,7 +491,7 @@
- name: Learn More
url: "https://learn.microsoft.com/azure/key-vault/general/disaster-recovery-guidance"

- description: Deploy two or more domain controllers on Azure VMs across availability zones in the AVD region
- description: Deploy multiple domain controllers across availability zones in each region with AVD session hosts.
aprlGuid: d61f6ee8-de1b-4fd9-9ce3-316cfe11ee05
recommendationTypeId: null
recommendationControl: Disaster Recovery
Expand All @@ -511,15 +511,15 @@
- name: Learn More
url: "https://learn.microsoft.com/azure/architecture/example-scenario/azure-virtual-desktop/azure-virtual-desktop-multi-region-bcdr"

- description: Deploy domain controllers on Azure VMs across availability zones in the AVD region
- description: Deploy two or more DNS servers across availability zones in each region with AVD session hosts.
aprlGuid: 99bf5c94-aa68-4bb3-8b7f-45d1c5f09b5d
recommendationTypeId: null
recommendationControl: High Availability
recommendationImpact: High
recommendationResourceType: Specialized.Workload/AVD
recommendationMetadataState: Active
longDescription: |
When using custom DNS servers, it is recommended to deploy DNS servers on Azure virtual machines across availability zones. This improves the environment's reliability by removing a dependency on an on-premises service and improves performance by creating a shorter path for name resolution.
When using custom DNS servers, deploy DNS servers on Azure virtual machines across availability zones in the same region as the session hosts. This improves the environment's reliability by removing a dependency on an on-premises service and improves performance by creating a shorter path for name resolution.
potentialBenefits: Enhanced reliability and performance
pgVerified: true
publishedToLearn: false
Expand Down