Skip to content

Commit a482213

Browse files
authored
update docs
1 parent 3206092 commit a482213

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/login_and_acl.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,9 @@ The script performs the following steps:
233233
- Creates example [groups](https://learn.microsoft.com/entra/fundamentals/how-to-manage-groups) listed in the [sampleacls.json](/scripts/sampleacls.json) file.
234234
- Creates a filesystem / container `gptkbcontainer` in the storage account.
235235
- Creates the directories listed in the [sampleacls.json](/scripts/sampleacls.json) file.
236-
- Uploads the sample PDFs referenced in the [sampleacls.json](/scripts/sampleacls.json) file into the appropriate directories.
236+
- Scans the directories for files recursively if you add the option '--scandirs' (default false) cto the argument list (default off) and you don't have '"scandir": false' (default true) below the directory element in the sampleacls.json file.
237+
- Caluclates md5 checksuk of each file refrenced anc compares with existing 'filename.ext.md5' file. Skip upload if same else upload and storenew md5 value in 'filename.ext.md5'
238+
- Uploads the sample PDFs referenced in the [sampleacls.json](/scripts/sampleacls.json) file or files found in the folders with scandir option set to true into the appropriate directories.
237239
- [Recursively sets Access Control Lists (ACLs)](https://learn.microsoft.com/azure/storage/blobs/data-lake-storage-acl-cli) using the information from the [sampleacls.json](/scripts/sampleacls.json) file.
238240

239241
In order to use the sample access control, you need to join these groups in your Microsoft Entra tenant.

0 commit comments

Comments
 (0)