Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added proposal to readme
  • Loading branch information
matthiasguentert committed Jul 30, 2021
1 parent fe1cdbe commit 08a3aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This repository holds a bunch of bicep templates that creates and assigns Azure polices to audit or enforce a specific naming convention.

The preset follows Microsoft naming convention which was proposed [here](https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/resource-abbreviations) and adds some that where missing (e.g. private endpoints).
The preset follows Microsoft naming convention which was proposed [here](https://docs.microsoft.com/en-us/azure/cloud-adoption-framework/ready/azure-best-practices/resource-abbreviations) and adds some that where missing (e.g. private endpoints). For resource types where Microsoft doesn't make any suggestions I have created my own proposals, which can be found [here](https://github.com/matthiasguentert/azure-naming-convention-initiative/blob/main/PROPOSAL.md).

However you can modify them according to your needs. The underyling module uses a `notLike` condition so you can check for pre- and postfixes, e.g. `app-*` would match `app-some-web-application` whereas `*-app` would match `some-web-application-app`.

Expand Down

0 comments on commit 08a3aec

Please sign in to comment.