-
Notifications
You must be signed in to change notification settings - Fork 92
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: AVD guidance updates #432
Conversation
Hey @danycontre, could you take a look at the yaml schema linter errors and resolve? |
azure-resources/VirtualMachineImages/imageTemplates/recommendations.yaml
Outdated
Show resolved
Hide resolved
@oZakari please let me know if anything else is pending. |
@moisesjgomez @swathibhat1 please review this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
0f37eed
into
Azure:main
@@ -24,7 +24,7 @@ | |||
recommendationResourceType: Microsoft.DesktopVirtualization/hostPools | |||
recommendationMetadataState: Active | |||
longDescription: | | |||
Create maintenance schedules for AVD agent updates to avoid disruptions. Use Scheduled Agent Updates to set maintenance windows for updating Azure Virtual Desktop agent, side-by-side stack, and Geneva Monitoring agent. | |||
Create up to two maintenance windows for the Azure Virtual Desktop agent, side-by-side stack, and Geneva Monitoring agent to get updated so that updates don't happen during peak business hours. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For clarity, small rewrite:
Configure up to two maintenance windows for updating the Azure Virtual Desktop agent, side-by-side stack, and Geneva Monitoring agent, ensuring that these updates occur outside of peak business hours.
@@ -42,7 +42,7 @@ | |||
recommendationResourceType: Microsoft.DesktopVirtualization/hostPools | |||
recommendationMetadataState: Active | |||
longDescription: | | |||
For optimized AVD configuration, place Hybrid VMs in unique OUs. Segregate Prod and DR units for environment-specific settings. This ensures targeted configurations for session hosts, including FSLogix, timeouts, and session controls. | |||
Place domain joined session hosts VMs in unique OUs. Segregate Prod and DR units for environment-specific settings. This ensures targeted configurations for session hosts, including FSLogix, session controls, etc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For clarity, small rewrite:
Segregate Prod and DR units into unique Organizational Units (OU) for environment-specific settings, ensuring targeted configurations for session hosts including FSLogix, session controls, etc.
@@ -24,14 +24,14 @@ | |||
recommendationResourceType: Microsoft.VirtualMachineImages/imageTemplates | |||
recommendationMetadataState: Active | |||
longDescription: | | |||
The Azure Image Builder service, used for deploying Image Templates, lacks availability zones support. By replicating Image Templates to a secondary, preferably paired, region, quick recovery from a region failure is enabled, ensuring continuous virtual machine deployment from these templates. | |||
The Azure Image Builder service lacks availability zones support. Replicating Image Templates to a secondary region will enable the build of new images in secondary region. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one doesn't make sense to me.
First sentence mentioned lack of AZ support and second sentence refers to secondary region.
Might make sense to have something closer to:
The Azure Image Builder Service is a regional service. Replicate Image Templates to a secondary region to enable build of new images in secondary region if/when required.
Though guid b14ee8ed-7d27-447b-b6fb-6472cb5f4b75 says something similar as well, we may remove this one?
Overview/Summary
Related Issues/Work Items
NA
Examples:
NA
Breaking Changes
As part of this pull request I have
main
branch