Azure CLI Rules
Manage Microsoft Azure resources from the command line. VMs, storage, networking, and cloud service deployments.
3 rules
Mandatory Tags on All Azure Resources
Beginner
Enforce mandatory tags on every Azure resource using Azure Policy — Project, Environment, Team, and ManagedBy tags required at creation, with inheritance from resource groups.
globs: **/*.bicep, **/*.tf, **/*.json, **/azure/**
tagging, azure-policy, governance, cost-allocation
View Rule
Network Security Group Standards
Intermediate
Enforce Azure NSG standards — deny all inbound by default, allow specific ports from specific sources, use Application Security Groups, and log all traffic with NSG flow logs.
globs: **/*.bicep, **/*.tf, **/*.json, **/network/**
nsg, network-security, firewall-rules, asg
View Rule
Azure Resource Group Naming & Organization
Beginner
Standardize Azure resource group naming, location selection, and resource organization — group by lifecycle, tag consistently, and enforce naming patterns across subscriptions.
globs: **/*.bicep, **/*.tf, **/*.json, **/azure/**
resource-groups, naming-conventions, tagging, organization
View Rule