Skip to content

Commit f8c32e8

Browse files
authored
Update SAS token placeholder in README.md
1 parent d989ef8 commit f8c32e8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ Get Black/White List from external Path (**URL/UNC/Local/GPO**) - download/copy
106106

107107
If the external Path is a Private Azure Container protected by a SAS token (**resourceURI?sasToken**), every special character should be escaped at installation time.<br>
108108
It doesn't work to call Powershell in **CMD** to install **WAU** with the parameter:<br>
109-
`-ListPath https://storagesample.blob.core.windows.net/sample-container?v=2023-11-31&sr=b&sig=39Up9jzHkxhUIhFEjEh9594DIxe6cIRCgOVOICGSP%3A377&sp=rcw`<br>
109+
`-ListPath https://storagesample.blob.core.windows.net/sample-container?v=2023-11-31&sr=b&sig=PLACEHOLDER_FOR_YOUR_AZURE_SAS_TOKEN&sp=rcw`<br>
110110
Instead you must escape **every** special character (notice the `%` escape too) like:<br>
111-
`-ListPath https://storagesample.blob.core.windows.net/sample-container^?v=2023-11-31^&sr=b^&sig=39Up9jzHkxhUIhFEjEh9594DIxe6cIRCgOVOICGSP%%3A377^&sp=rcw`
111+
`-ListPath https://storagesample.blob.core.windows.net/sample-container^?v=2023-11-31^&sr=b^&sig=PLACEHOLDER_FOR_YOUR_AZURE_SAS_TOKEN^&sp=rcw`
112112

113113

114114
If a blacklist or whitelist is configured via Group Policy (GPO), WAU will automatically use these settings. There is no longer a need to specify "GPO" as a value for `ListPath`, detection is automatic as soon as a list is defined in Group Policy.

0 commit comments

Comments
 (0)