Skip to content

Use valid CDN endpoint names#

Operational Excellence · Content Delivery Network · Rule · 2020_09 · Awareness

Azure CDN Endpoint names should meet naming requirements.

Description#

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

  • Between 1 and 50 characters long.
  • Alphanumerics and hyphens.
  • Start and end with a letter or number.
  • CDN endpoint names must be globally unique.

Recommendation#

Consider using names that meet CDN endpoint naming requirements. Additionally consider naming resources with a standard naming convention.

Notes#

This rule does not check if CDN endpoint names are unique.

Comments