Forum Discussion
i did try with rest put but can’t make it work.
- tochen_snap7 years agoNew Contributor II
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:
- tochen_snap7 years agoNew Contributor II
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,