diff --git a/docs/best-practices/naming-conventions.md b/docs/best-practices/naming-conventions.md index 32da42b0ded..f43521d39f4 100644 --- a/docs/best-practices/naming-conventions.md +++ b/docs/best-practices/naming-conventions.md @@ -99,7 +99,7 @@ In general, avoid having any special characters (`-` or `_`) as the first or las |Queue name |Storage account |3-63 |Lowercase |Alphanumeric and hyphen |`--` |`awesomeservice-messages-001` | |Table name | Storage account |3-63 |Case insensitive |Alphanumeric |`` |`awesomeservicelogs` | |File name | Storage account |3-63 |Lowercase | Alphanumeric |`` |`` | -|Data Lake Store | Global |3-24 |Lowercase | Alphanumeric |`-dls` |`telemetry-dls` | +|Data Lake Store | Global |3-24 |Lowercase | Alphanumeric |`dls` |`telemetrydls` | ### Networking