Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.19 KB

File metadata and controls

38 lines (26 loc) · 1.19 KB
severity Awareness
pillar Operational Excellence
category Repeatable infrastructure
resource SQL Managed Instance
resourceType Microsoft.Sql/managedInstances
online version https://azure.github.io/PSRule.Rules.Azure/en/rules/Azure.SQLMI.Name/

Use valid SQL Managed Instance names

SYNOPSIS

SQL Managed Instance names should meet naming requirements.

DESCRIPTION

When naming Azure resources, resource names must meet service requirements. The requirements for SQL Managed Instance names are:

  • Between 1 and 63 characters long.
  • Lowercase letters, numbers, and hyphens.
  • Can't start or end with a hyphen.
  • SQL Managed Instance names must be globally unique.

RECOMMENDATION

Consider using names that meet SQL Managed Instance naming requirements. Additionally consider naming resources with a standard naming convention.

NOTES

This rule does not check if SQL Managed Instance names are unique.

LINKS