Enforcing Naming Convention for Resource Group via Azure Policy :: Harvesting Clouds (2024)

Enforcing Naming Convention for Resource Group via Azure Policy

@20aman Jun 18, 2021

Having the right naming convention is very important for your environment. If you already have a naming convention defined then you should try to enforce it in your environment. One such way to do this is via Azure policy. In this post, we will look at how we can do this with a policy sample.

Sample naming convention

Let's assume that the naming convention for the Resource Groups has the below features/restrictions:

  • The name should start with "RG-"
  • The name should end with the environment i.e. dev, test, or prod
  • The name should also end with the location i.e. US East, US West, etc.

E.g. the name should be something like RG-AccoutingRecordsApp-Dev-USE to denote that the resource group is for the accounting department for some "records app". This resource group is in a dev environment and within the US East location.

Enforcing the naming convention

To enforce the naming convention we will have negative conditions so that later we can apply the deny operation to stop the resource group from even creating. Also note that all of the conditions should be met. If any of the conditions is not met then the resource group creation will fail.

Policy sample:

{ "mode": "All", "policyRule": { "if": { "allOf": [ { "field": "type", "equals": "Microsoft.Resources/subscriptions/resourceGroups" }, { "anyOf": [ { "field": "name", "notLike": "RG-*" }, { "allOf": [ { "field": "name", "notLike": "*-DEV-USE" }, { "field": "name", "notLike": "*-DEV-USW" }, { "field": "name", "notLike": "*-TEST-USE" }, { "field": "name", "notLike": "*-TEST-USW" }, { "field": "name", "notLike": "*-PROD-USE" }, { "field": "name", "notLike": "*-PROD-USW" } ] } ] } ] }, "then": { "effect": "deny" } }, "parameters": {} }

Complete Policy Samples on GitHub

You can find the complete policy samples on the GitHub in my policy samples repository here: AzurePolicySamples - Enforcing Standards.

Enforcing Naming Convention for Resource Group via Azure Policy :: Harvesting Clouds (2024)
Top Articles
REGEXP_REPLACE
Debt Management Plans - a debt payment solution
11 beste sites voor Word-labelsjablonen (2024) [GRATIS]
Sdn Md 2023-2024
Immobiliare di Felice| Appartamento | Appartamento in vendita Porto San
Professor Qwertyson
San Diego Terminal 2 Parking Promo Code
Gw2 Legendary Amulet
Chase Claypool Pfr
Myunlb
Cape Cod | P Town beach
Tight Tiny Teen Scouts 5
Ave Bradley, Global SVP of design and creative director at Kimpton Hotels & Restaurants | Hospitality Interiors
Power Outage Map Albany Ny
Cincinnati Bearcats roll to 66-13 win over Eastern Kentucky in season-opener
123Moviescloud
De Leerling Watch Online
Slope Unblocked Minecraft Game
Think Up Elar Level 5 Answer Key Pdf
Painting Jobs Craigslist
iLuv Aud Click: Tragbarer Wi-Fi-Lautsprecher für Amazons Alexa - Portable Echo Alternative
Praew Phat
U Arizona Phonebook
Maxpreps Field Hockey
Dragger Games For The Brain
LCS Saturday: Both Phillies and Astros one game from World Series
C&T Wok Menu - Morrisville, NC Restaurant
Craigslist Roseburg Oregon Free Stuff
Apartments / Housing For Rent near Lake Placid, FL - craigslist
Workshops - Canadian Dam Association (CDA-ACB)
6892697335
Doctors of Optometry - Westchester Mall | Trusted Eye Doctors in White Plains, NY
Ancestors The Humankind Odyssey Wikia
Orange Pill 44 291
Truis Bank Near Me
Σινεμά - Τι Ταινίες Παίζουν οι Κινηματογράφοι Σήμερα - Πρόγραμμα 2024 | iathens.gr
Tgh Imaging Powered By Tower Wesley Chapel Photos
Zero Sievert Coop
Why Holly Gibney Is One of TV's Best Protagonists
Mohave County Jobs Craigslist
877-292-0545
10 Rarest and Most Valuable Milk Glass Pieces: Value Guide
The Largest Banks - ​​How to Transfer Money With Only Card Number and CVV (2024)
Sechrest Davis Funeral Home High Point Nc
Tito Jackson, member of beloved pop group the Jackson 5, dies at 70
Diamond Spikes Worth Aj
Tyrone Unblocked Games Bitlife
Arnold Swansinger Family
Parks And Rec Fantasy Football Names
Morgan State University Receives $20.9 Million NIH/NIMHD Grant to Expand Groundbreaking Research on Urban Health Disparities
Obituaries in Westchester, NY | The Journal News
Latest Posts
Article information

Author: Manual Maggio

Last Updated:

Views: 6091

Rating: 4.9 / 5 (69 voted)

Reviews: 84% of readers found this page helpful

Author information

Name: Manual Maggio

Birthday: 1998-01-20

Address: 359 Kelvin Stream, Lake Eldonview, MT 33517-1242

Phone: +577037762465

Job: Product Hospitality Supervisor

Hobby: Gardening, Web surfing, Video gaming, Amateur radio, Flag Football, Reading, Table tennis

Introduction: My name is Manual Maggio, I am a thankful, tender, adventurous, delightful, fantastic, proud, graceful person who loves writing and wants to share my knowledge and understanding with you.