| 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/ |
SQL Managed Instance names should meet naming requirements.
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.
Consider using names that meet SQL Managed Instance naming requirements. Additionally consider naming resources with a standard naming convention.
This rule does not check if SQL Managed Instance names are unique.