service bus trigger is not triggering on portal when queue is receiving message..

Patel, Rohan 10 Reputation points
2023-05-12T09:03:06.85+00:00

Hi,

I have an HTTP Trigger function which runs on every post request hits to its endpoint and after triggering it sends message to the queue.

Now, as soon as queue receives message the service bus triggered has to be executed but it's not executing.

However, everything is working fine locally, but service bus trigger is not triggering after deployment.

{
  "bindings": [
      {
      "queueName": "servicequeue",
      "connection": "SERVICE_BUS_CONNECTION",
      "name": "myQueueItem",
      "type": "serviceBusTrigger",
      "direction": "in"
      }
  ],
  "scriptFile": "../dist/ServiceBusTrigger/index.js"
  }

Environment: Nodejs (Typescript) v3.

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
700 questions
{count} vote

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.