From 9d63881402693a8086e2235a0e00838df653ee78 Mon Sep 17 00:00:00 2001 From: Stefan Johner Date: Tue, 3 Apr 2018 15:25:10 +0200 Subject: [PATCH] Changed Data Lake Store pattern and example Data Lake Store pattern and example contained hyphen which is not supported --- docs/best-practices/naming-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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