This repo contains code for a website that makes it easier to quickly find and search for Azure Policy Aliases to use when authoring custom Azure policy definitions.
This repo is made by me and have no affliations with Microsoft.
Go to https://policyalias.mats.codes
For reasons unknown finding supported policy aliases is normally done through either PowerShell/Azure CLI or VS Code Extension.
Both of these approaches requires additional tooling setup, and multiple commands/steps to carry out. They also requires you to be signed-in to Azure just for finding out if an alias is available. Why not just a searchable reference documentation instead?
This web site uses the Get-AzPolicyAlias
cmdlet to generate the full overview of all supported policy aliases and is run once every day to always have a full list of up-to-date searchable policy aliases in a small, static web site.
You can see the latest updated aliases in the gh-pages branch.
- Azure PowerShell for indexing all available policy aliases
- Hugo with GeekDocs theme for web site
- GitHub Pages for hosting
- GitHub Actions for deployment
- AzAdvertizer.net Policy Aliases by @JulianHayward: Release and change tracking on Azure Governance capabilities, including policy aliases