Skip to content

Use valid Public IP names#

Operational Excellence · Public IP address · Rule · 2020_06

Public IP names should meet naming requirements.

Description#

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

  • Between 1 and 80 characters long.
  • Alphanumerics, underscores, periods, and hyphens.
  • Start with alphanumeric.
  • End alphanumeric or underscore.
  • Public IP names must be unique within a resource group.

Recommendation#

Consider using names that meet Public IP naming requirements. Additionally consider naming resources with a standard naming convention.

Notes#

This rule does not check if Public IP names are unique.


Last update: 2023-09-10

Comments