Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
549 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have researched and there is a preview function to export policy code to github. Is there any solutions similar to this but its GITLAB? Thanks
Hi,
You can always run PowerShell or Az CLI command to do that. My suggestion is to deploy your custom policy definitions, definitions sets and policy assignments via ARM/Bicep. That way your configuration will always be in code, and you will not need to export it.
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.