Using Azure Functions to move data from Solace to Azure SQL DB

adk79
adk79 Member Posts: 1

Hello,

I am using Solace & Azure Functions for the first time, and I was wondering if there is a git that answers my technical requirement. I have multiple files that come in real-time to Solace and I wanted to use Azure Functions to move them as they come into specific tables in Azure SQL Database.

Thanks in advance :)

Answers

  • HariRangarajan
    HariRangarajan Member, Administrator, Employee Posts: 14 admin

    Hi Adnane,

    Welcome to the Solace community.

    As I understand you are looking to trigger an Azure function for each event that is received in on a Solace topic/queue. This Azure function will then process and update the SQL database.

    You can use the Azure functions connector to acheive this. We have detailed documentation on how to set it up over here :

    https://docs.solace.com/Services/HTTP-Header-Authentication-Azure-Functions.htm

    Please feel free to ask any other questions you might have

    Regards