10-24-2018 01:47 PM
I have account url
https://acct1.blob.core.windows.net/container1/
SAS
?sv=2017-11-09&ss=bfqt&srt=sco&sp=rwdlacup&se=2019-10-02T03:24:51Z&st=2018-10-24T19:24:51Z&spr=https&sig=%2Fv%2BvFQ3RinV85v2LijhaHXKO5c61rF0LbsWj9iSONcg%3d
How to put content to the container1 in Snaplogic?
Thanks
10-24-2018 01:49 PM
i did try with rest put but can’t make it work.
11-07-2018 07:14 AM
I have a Microsoft Azure SAS token (Shared Access Signatures). I want to use the REST snap GET to read the Azure BLOB content. How to do it? Thanks!
11-07-2018 12:36 PM
hi @tochen_snap please refer to following:
All of the File oriented Snaps (File Reader, File Writer, File Delete, File Poller, Multi File Reader, etc, etc) in the Binary Snap Packs (included in set of Core Snap Packs) support Blob storage (wasb & wasbs) among other protocols. These require you to configure an Azure Storage Binary Account with the appropriate credentials.
[Image lost]
Please refer to:
11-07-2018 01:13 PM
Thanks @Vladimir, I know how to use wasb/wasbs for azure. But i want to use azure SAS (Shared Access Signatures) as security token.
I see the Snaplogic can use REST snap and SAS token to access Azure service bus queue. see this link
I want to do the same thing (REST get and SAS) with Azure storage Blob.
Thanks,