Hi
Is there any way to output from designer to a azure service bus?
If not, how can I output to a blob in azure?
Thanks in advance,
Solved! Go to Solution.
Hi @Hamder83
Sorry if i'm misunderstanding - i'm not an expert in Azure Service Bus, however i believe the Service Bus is to aid transactions of data between different Azure services. From what i understand, the Service Bus does not store any data itself.
You would be able to skip that step, and output data directly to the location you are wanting to save your data, whether thats an:
Azure SQL Database:
https://help.alteryx.com/20214/designer/microsoft-azure-sql-database
Azure DataLake Store:
https://help.alteryx.com/20214/designer/microsoft-azure-data-lake-store
OneDrive:
https://community.alteryx.com/t5/Public-Community-Gallery/OneDrive-Tools/ta-p/877893
If its specifically blob storage you need, you can also utilise the Microsoft API:
https://docs.microsoft.com/en-us/rest/api/storageservices/put-blob
By using the download tool:
https://help.alteryx.com/20214/designer/download-tool
Hope this helps,
TheOC
oh i forgot to accep this as solution. Thanks very much for the explanation, i think the microsoft api will be the solution :-)