Azure / avdaccelerator

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

Brownfield New App Attach Tools VM - JCore #465

Closed JCoreMS closed 1 year ago

JCoreMS commented 1 year ago

Overview/Summary

Adding deployment code for MSIX App Attach Tools VM for packaging apps with MSIX. Currently not using CARML but can updated if needed or required.

This PR fixes/adds/changes/removes

Deploys VM of OS choice with the following modifications

  1. Installs MSIX App Attach
  2. Installs PsfTooling App
  3. Downloads and extracts MSIX Manager command line tool
  4. Creates and installs self-signed certificate
  5. Updates registry pre recommendations for App Attach VM and removes Edge and Windows welcome screens

Breaking Changes

New add-on to brownfield

Testing Evidence

Tested deployment in commercial and US Gov clouds

As part of this Pull Request I have

JCoreMS commented 1 year ago

@danycontre - this is now using CARML and ready to merge unless I need to fix anything else.

danycontre commented 1 year ago

Thanks @JCoreMS for your contribution.