Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 1.26 KB

File metadata and controls

39 lines (27 loc) · 1.26 KB
severity Awareness
pillar Operational Excellence
category Repeatable infrastructure
resource Content Delivery Network
resourceType Microsoft.Cdn/profiles/endpoints
online version https://azure.github.io/PSRule.Rules.Azure/en/rules/Azure.CDN.EndpointName/

Use valid CDN endpoint names

SYNOPSIS

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.

LINKS