Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.65 KB

Azure.VNET.Name.md

File metadata and controls

43 lines (31 loc) · 1.65 KB
reviewed severity pillar category resource online version
2023-12-01
Awareness
Operational Excellence
OE:04 Continuous integration
Virtual Network

Use valid VNET names

SYNOPSIS

Virtual Network (VNET) names should meet naming requirements.

DESCRIPTION

When naming Azure resources, resource names must meet service requirements. The requirements for Virtual Network names are:

  • Between 2 and 64 characters long.
  • Alphanumerics, underscores, periods, and hyphens.
  • Start with alphanumeric.
  • End alphanumeric or underscore.
  • VNET names must be unique within a resource group.

RECOMMENDATION

Consider using names that meet Virtual Network naming requirements. Additionally consider naming resources with a standard naming convention.

NOTES

This rule does not check if Virtual Network names are unique.

LINKS