Skip to content

Commit

Permalink
Changed Data Lake Store pattern and example (#479)
Browse files Browse the repository at this point in the history
Data Lake Store pattern and example contained hyphen which is not supported
  • Loading branch information
Stefan Johner authored and Mike Wasson committed Apr 9, 2018
1 parent f1b37a5 commit a6bc41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/best-practices/naming-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |`<service short name>-<context>-<num>` |`awesomeservice-messages-001` |
|Table name | Storage account |3-63 |Case insensitive |Alphanumeric |`<service short name><context>` |`awesomeservicelogs` |
|File name | Storage account |3-63 |Lowercase | Alphanumeric |`<variable based on blob usage>` |`<variable based on blob usage>` |
|Data Lake Store | Global |3-24 |Lowercase | Alphanumeric |`<name>-dls` |`telemetry-dls` |
|Data Lake Store | Global |3-24 |Lowercase | Alphanumeric |`<name>dls` |`telemetrydls` |

### Networking

Expand Down

0 comments on commit a6bc41e

Please sign in to comment.