Can you trigger external api using Azure blob storage queue?

Amit Maharjan 41 Reputation points
2021-06-28T04:39:30.41+00:00
  • we have an azure queue storage
  • we would like to link the queue storage to external api instead of resource from azure
  • for example if a message is pushed to the queue, it should trigger external api
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
105 questions
0 comments No comments
{count} votes

Accepted answer
  1. deherman-MSFT 37,081 Reputation points Microsoft Employee
    2021-06-29T18:44:29.37+00:00

    @Amit Maharjan
    There is no way to directly trigger the API from Azure Queue Storage. However you could have Queue Storage trigger an Azure Function. That function could trigger your external API.

    Create a function triggered by Azure Queue storage
    Azure Queue storage trigger for Azure Functions

    Hope this helps! Let us know if you have further questions or need further assistance.

    -------------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.