ContributionsMost RecentMost LikesSolutionsRe: How to put content to azure storage blob with SAS @Vladimir, i want to upload a file into a blob container with REST snap and SAS (SharedAccessSignature). How to do it? There is no such example in Snaplogic document. Thanks. Re: What is the azure protocol wasb and wasbs port used Hi [aleung), any updated on my last question? Re: What is the azure protocol wasb and wasbs port used I see snaplogic have this config jcc.jvm_options = -DDEFAULT_URL_PATTERN=..core.windows.net. for azure cloud. If i change it to the following. is it going to work? jcc.jvm_options = -DDEFAULT_URL_PATTERN=“..core.windows.net.,.core.usgovcloudapi.net” Thanks, Re: What is the azure protocol wasb and wasbs port used You did not answer my question. the the associated account has “account name” and the url (wasb:///snaplogic/testDir/sampl/csv ) has the “container name”. For the part “.blob.core.windows.net”, where do you keep? hard coded? In case NYC azure us gov cloud, the url is “blob.core.usgovcloudapi.net”. What to do with this case? Re: What is the azure protocol wasb and wasbs port used Why does wasb protocol only use blob container and it does not need the host? The host is account-name.blob.core.windows.net. Under the hood, you “hard code” it in somewhere? Very strange? What is the azure protocol wasb and wasbs port used I want to know what port used in the wasb/wasbs protocol? wasb:///snaplogic/testDir/sampl/csv (to write ‘sample.csv’ file into the ‘testDir’ folder in the ‘Snaplogic’ container) What is the port used under the hood? Re: Azure Service Bus Integration I see you have implemented SQS. What about for azure queue? You have not implemented it yet. Re: Azure Service Bus Integration Hi @dmiller, any updated on this question? Re: How to put content to azure storage blob with SAS 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 Azure Service Bus Integration Application Integration Patterns Created by @elesh.mistry The video that was here is no longer available. Pipelines demonstrated in this video: Azure Service Bus (Write) V3_2018_06_22.slp (12.2 KB) Azure Service Bus (Read and Delete) V2_2018_06_22.slp (12.5 KB) I want to do the same thing (REST get and SAS) with Azure storage Blob. Thanks, Re: How to put content to azure storage blob with SAS 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!