Azure / avdaccelerator

AVD Accelerator deployment automation to simplify the setup of AVD (Azure Virtual Desktop) based on best practices
MIT License
308 stars 201 forks source link

Brownfield - Urgent Fix for App Attach VM Deployment #562

Closed JCoreMS closed 6 months ago

JCoreMS commented 6 months ago

Overview/Summary

URGENT Fix: Brownfield for App Attach VM was not configuring the VM via post deployment script as it was using a URL for Github that was not the "Raw content" version thus the PS1 on the VM was an HTML download. Adjusted the URL to correct the issue. This impacted all previous deployments since it was added to the accelerator.

This PR fixes/adds/changes/removes

  1. Variable with Post Deployment URL now correct

Breaking Changes

N/A

Testing Evidence

Re-deployed from updated code via a Template Spec and script downloaded and executed successfully. Easily noted by script's output log and the configuration for the VM was correct with added App Attach Tools.

As part of this Pull Request I have

danycontre commented 6 months ago

@JCoreMS thanks for your contribution.