danielsollondon / azvmimagebuilder

Azure VM Image Builder
180 stars 153 forks source link

Changes to reflect current best practices. #123

Open HenryGelderbloem opened 2 years ago

HenryGelderbloem commented 2 years ago

I have updated the following to reflect updated best practices:

  1. Schema. The existing schema is deprecated so I have updated to it to the latest version.
  2. VM Size. I have changed the build VM size to use the latest version of the D-Series to match what should be used in production.
  3. SKU. Microsoft have released a SKU specifically for AVD that includes Office, Teams & FSLogix. I have updated the Offer and SKU to ensure that this gets used. Side note, the FSLogix script will require updating as it will fail if used with this Offer and SKU as it is already installed. FSLogix should be downloaded and version compared to the installed version to determine if an update (uninstall then install) is required.
  4. Teams. I have removed this as Teams machine-wide installer is included in the image.
  5. I have updated the FsLogix installer completely to download the latest version from Microsoft and compare the version number with that installed in the image. If it is out of date, the installed version will be uninstalled and the downloaded version is installed.
HenryGelderbloem commented 2 years ago

Mistakenly closed