cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to put content to azure storage blob with SAS

tochen_snap
New Contributor II

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

5 REPLIES 5

tochen_snap
New Contributor II

i did try with rest put but canโ€™t make it work.

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!

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:

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,