Azure / avdaccelerator

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

WAF compliancy patch for ZRS #603

Closed yahanda closed 2 months ago

yahanda commented 3 months ago

Overview/Summary

Update default storage account type option to be completely WAF compliant as per ADO Items below: https://dev.azure.com/CSUSolEng/Accelerator%20-%20AVD/_workitems/edit/32716/

This PR fixes/adds/changes/removes

  1. The option to select "Zone redundant storage" for storage account is disabled by default. Zone redundant storage is supported for both Standard and premium storage.

Breaking Changes

  1. Replace me
  2. Replace me

Testing Evidence

Added Storage API check to verify if ZRS can be used in the region.

As part of this Pull Request I have

danycontre commented 2 months ago

@yahanda thanks for your contribution.