Azure / Enterprise-Scale

The Azure Landing Zones (Enterprise-Scale) architecture provides prescriptive guidance coupled with Azure best practices, and it follows design principles across the critical design areas for organizations to define their Azure architecture
https://aka.ms/alz
MIT License
1.69k stars 963 forks source link

Duplicate use of name "Deploy-Sql-Security" #1640

Closed donk-msft closed 3 months ago

donk-msft commented 5 months ago

Community Note

Versions

terraform: N.A. azure provider: N.A module: Archetypes

Description

Duplicate use of name "Deploy-Sql-Security"

Describe the bug

The module contains an assignment "Deploy-Sql-Security" that refers to a built-in policy definition "Deploy SQL DB transparent data encryption". On the other hand there's also a Policy Initiative with the name "Deploy-Sql-Security" that contains 4 policy definitions.

Neither the policy nor policy initiative are actually assigned, but using the same name for two different definitions is confusing.

Steps to Reproduce

Screenshots

Additional context

Springstone commented 3 months ago

This is no longer the case, and the only reference to "Deploy-Sql-Security" is related to the initiative. Closing as no further action needed.