Azure Function V4 .Net doesn't process the Azure Table Storage new items

Alberto Avendaño 0 Reputation points MVP
2023-11-27T22:18:26.0366667+00:00

Hi,

I have an issue with my Queue triggered Azure Functions that are not processing the new items.

The first case is an Azure Function that I migrated from V3 to V4, it works fine locally, but after the publishing in Azure the function doesn't process the new queue items.

The second case is a totally new Azure Function V4 that works fine locally, but after the publishing in Azure the function doesn't process the new queue items.

I thought the problem was a bad upgrade, but with a new project the issue persists.
I have read a lot of questions here and in Stack Overflow, but I was not able to find a solution.

Could you help me please?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,571 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
99 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Claudia Dos Santos Haz (CONCENTRIX CORPORATION) 935 Reputation points Microsoft Vendor
    2023-11-28T16:12:17.4733333+00:00

    Hi @Alberto Avendaño ,

    Here are some MS articles that may be helpful to you in dealing with your case.

    Let's start with the migration of Azure Functions V3.x to V4.x:

    https://learn.microsoft.com/en-us/azure/azure-functions/migrate-version-3-version-4?tabs=net8%2Cazure-cli%2Cwindows&pivots=programming-language-csharp

    Already for the second case where a totally new Azure Function V4 that works fine locally, but after the publishing in Azure the function doesn't process the new queue items, this article may help:

    https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-queue-trigger?tabs=python-v2%2Cisolated-process%2Cnodejs-v4%2Cextensionv5&pivots=programming-language-csharp

    Best regards,

    0 comments No comments