Use valid Public IP DNS labels
March 21, 2025 ยท View on GitHub
SYNOPSIS
Public IP domain name labels should meet naming requirements.
DESCRIPTION
When configuring Azure Public IP addresses domain name labels must meet naming requirements. The requirements for Public IP domain name labels are:
- Between 3 and 63 characters long.
- Lowercase letters, numbers, and hyphens.
- Start with a letter.
- End a letter or number.
- Domain name labels must be globally unique within a region.
RECOMMENDATION
Consider using domain name labels that meet Public IP naming requirements. Additionally consider naming resources with a standard naming convention.
NOTES
This rule does not check if Public IP domain name labels are unique.