azure-dev
azure-dev copied to clipboard
Scenario: As a developer, I want to ensure that all deployed resources conform with my organization's policy
Create a base policy set that defines the best practices for a given resource type, e.g. encryption at rest. Apply these when the resources are deployed.
Use Azure Policy to ensure deployments comply with company standards Overview of Azure Policy - Azure Policy | Microsoft Docs https://docs.microsoft.com/en-us/azure/governance/policy/overview
- Prevent deploying resources that do not comply with company security policy (e.g. VMs with RDP or SSH enabled ports)
- prevent deploying resources in 1 resource group to multiple regions or to business approved regions (e.g. Azure Gov)
Converted to an epic and moved to GA. @markweitzel , take note.
I think some of this will become relevant with ADE work in Gallium (related #1113 )
Closing this in favour of #1113