Skip to content

Use valid Private Endpoint names#

Operational Excellence · Private Endpoint · Rule · 2021_12 · Awareness

Private Endpoint names should meet naming requirements.

Description#

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

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

Recommendation#

Consider using names that meet Private Endpoint naming requirements. Additionally consider naming resources with a standard naming convention.

Notes#

This rule does not check if Private Endpoint names are unique.

Comments