Azure / RDS-Templates

ARM Templates for Remote Desktop Services deployments
MIT License
482 stars 610 forks source link

Always update drain mode #770

Closed nakranimohit0 closed 10 months ago

nakranimohit0 commented 11 months ago

This addresses issues when ARM times out to update drain mode even though backend succeeds after some time (~1 min) and script assumes that drain mode is not set. Because of this, script doesn't reset it after turning off VM.

nakranimohit0 commented 10 months ago

Looks good, but maybe add a comment so someone doesn't try to add this optimization back in the future.

Thanks for taking a look. Added a comment