Azure function app on consumption plan not processing messages from service bus queue

Mike Taylor 25 Reputation points
2025-03-10T18:41:17.6133333+00:00

Hello,

I'm encountering an issue with my C# .NET Isolated function app (consumption plan) and its interaction with an Azure Service Bus queue. Specifically, one particular queue is not triggering the associated function app when messages are placed into it, while other queues function correctly.

Here's a breakdown of the situation:

  • Setup:
    • C# .NET Isolated function app (consumption plan)
      • Multiple Azure Service Bus queues (approximately 10)
        • One specific queue is failing to trigger the function app.
          • The rest of the queues are triggering the function app correctly.
          • Problem:
            • Messages placed into the problematic queue are not being processed by the function app.
              • Other queues are working as expected.
              • Troubleshooting steps taken:
                • Verified that messages are indeed being placed into the queue.
                  • I've used the Azure Portal "Diagnose and solve problems" tool, but it did not provide a solution.

Could anyone offer suggestions on how to further diagnose and resolve this issue? I'm looking for guidance on potential areas to investigate, such as:

  • Specific logs or metrics to examine for the problematic queue and function app.
  • Common configuration issues that might cause this behavior.
  • Any recommended troubleshooting steps beyond the Azure Portal's diagnostics.

Thank you for your assistance.

Mike

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,522 questions
{count} vote

Accepted answer
  1. Shireesha Eeraboina 1,980 Reputation points Microsoft External Staff
    2025-03-11T14:58:08.7766667+00:00

    Hi @Mike Taylor ,

    Thank you for your patience and for sharing your feedback on the Q&A community platform. I’m glad to hear that you were able to resolve your issue, and I appreciate you sharing your solution! Your contribution is valuable and can help others in the community facing similar challenges.

    As per the Microsoft Q&A community policy, "The question author cannot accept their own answer. They can only accept answers by others"

    I’m reposting your solution here so you can mark it as accepted if it resolves your query:

    "Modifying the Azure queue policy for the function app to enable managed capabilities".

    If you have any other questions, please let me know. Thank you again for your time and patience throughout this issue.  

    Please don’t forget to Accept Answer and Yes for "was this answer helpful" wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

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.