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

Update storageAzureFiles bicep module #591

Closed pazdedav closed 4 months ago

pazdedav commented 4 months ago

Overview/Summary

This change updates the varDirectoryServiceOptions variable in the module to correctly configure the storage account for 'Entra ID Domain Services' integration, as required by the resource definition

This PR fixes/adds/changes/removes

  1. 590

Breaking Changes

Testing Evidence

After deploying the Baseline workload from a local fork that has this variable changed, the deployment succeeds when using EntraDS as a value for avdIdentityServiceProvider parameter.

image

image

As part of this Pull Request I have

danycontre commented 4 months ago

@pazdedav thanks for the great finding and contribution.