Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fawohlsc/azure-policy-samples
Azure Policy samples.
https://github.com/fawohlsc/azure-policy-samples
azure azure-policy microsoft
Last synced: about 2 months ago
JSON representation
Azure Policy samples.
- Host: GitHub
- URL: https://github.com/fawohlsc/azure-policy-samples
- Owner: fawohlsc
- License: mit
- Created: 2021-01-28T10:41:05.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-19T14:19:53.000Z (about 3 years ago)
- Last Synced: 2024-08-01T22:43:05.162Z (5 months ago)
- Topics: azure, azure-policy, microsoft
- Homepage:
- Size: 103 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-azure-policy - fawohlsc/azure-policy-samples
README
# Azure Policy Samples
The purpose of this repository is to collect some of my Azure Policy samples. Before applying the policies to your environment please properly check and test them. Also take a look at [Azure/Azure-Policy](https://github.com/Azure/azure-policy) and [Azure/Community-Policy](https://github.com/Azure/Community-Policy/), which are great additional sources for Azure Policy. Happy coding!List of samples:
- [redis-firewallrules](./redis-firewallrules) - Deploys Redis firewall rules and denies creating incompliant firewall rules.List of samples, which I published on [Azure/Community-Policy](https://github.com/Azure/Community-Policy/):
- [modify-subnet-routetable](https://github.com/Azure/Community-Policy/tree/master/Policies/Network/modify-subnet-routetable) - Adds the default route table to subnets. Other route tables are replaced with the default route table.
- [modify-routetable-nexthopvirtualappliance](https://github.com/Azure/Community-Policy/tree/master/Policies/Network/modify-routetable-nexthopvirtualappliance) - Adds route with address prefix 0.0.0.0/0 pointing to the virtual appliance in case there is none.
- [deny-route-nexthopvirtualappliance](https://github.com/Azure/Community-Policy/tree/master/Policies/Network/deny-route-nexthopvirtualappliance) - Deny route with address prefix 0.0.0.0/0 not pointing to the virtual appliance.
- [deny-route-nexthopinternet](https://github.com/Azure/Community-Policy/tree/master/Policies/Network/deny-route-nexthopinternet) - Deny route with next hop type internet.
- [modify-subnet-nsg](https://github.com/Azure/Community-Policy/tree/master/Policies/Network/modify-subnet-nsg) - Adds the default network security group to subnets in case there is none.