Skip to content

Commit 08c72fe

Browse files
authored
Merge pull request #102894 from locious7/patch-1
Fix typo in IoT structure example
2 parents 4232389 + 2aefb7b commit 08c72fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/data-lake-storage-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ For example, landing telemetry for an airplane engine within the UK might look l
118118

119119
- *UK/Planes/BA1293/Engine1/2017/08/11/12/*
120120

121-
In this example, by putting the date at the end of the directory structure, you can use ACLs to more easily secure regions and subject matters to specific users and groups. If you put the data structure at the beginning, it would be much more difficult to secure these regions and subject matters. For example, if you wanted to provide access only to UK data or certain planes, you'd need to apply a separate permission for numerous directories under every hour directory. This structure would also exponentially increase the number of directories as time went on.
121+
In this example, by putting the date at the end of the directory structure, you can use ACLs to more easily secure regions and subject matters to specific users and groups. If you put the date structure at the beginning, it would be much more difficult to secure these regions and subject matters. For example, if you wanted to provide access only to UK data or certain planes, you'd need to apply a separate permission for numerous directories under every hour directory. This structure would also exponentially increase the number of directories as time went on.
122122

123123
#### Batch jobs structure
124124

0 commit comments

Comments
 (0)