Skip to content

Commit e108823

Browse files
authored
Fix the Synapse SQL Pool
Error: name can contain only letters, numbers or underscore, The value must be between 1 and 15 characters long with module.example.module.synapse_sql_pool
1 parent 20fad63 commit e108823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-resource-manager/management/resource-name-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ In the following tables, the term alphanumeric refers to:
747747
> | --- | --- | --- | --- |
748748
> | workspaces | global | 1-50 | Lowercase letters, hyphens, and numbers.<br><br>Start and end with letter or number.<br><br>Can't contain `-ondemand` |
749749
> | workspaces / bigDataPools | workspace | 1-15 | Letters and numbers.<br><br>Start with letter. End with letter or number.<br><br>Can't contain [reserved word](../troubleshooting/error-reserved-resource-name.md). |
750-
> | workspaces / sqlPools | workspace | 1-60 | Can't contain `<>*%&:\/?@-` or control characters.<br><br>Can't end with `.` or space.<br><br>Can't contain [reserved word](../troubleshooting/error-reserved-resource-name.md). |
750+
> | workspaces / sqlPools | workspace | 1-15 | Can contain only letters, numbers or underscore.<br><br>Can't contain [reserved word](../troubleshooting/error-reserved-resource-name.md). |
751751
752752
## Microsoft.TimeSeriesInsights
753753

0 commit comments

Comments
 (0)