azure event grid data flow for multiple subscriptions to same input storage source
Hi, Consider I have the following scenario: So I have 2 different subscriptions: sub1, sub2 both subscribed to the same storage account and publishing events to 2 different queues in the same storage account. which of the following is…
Azure Blob Storage
Azure Queue Storage
Azure Event Grid
Error: unable to verify the first certificate in nodejs azure queue storage createMessage
I am trying out testing my Azure Queue Storage on Azurite emulator on MacOS in a local environment. I wrote a piece of code to send a message, which was to be viewed on Azure Storage Explorer. I am using the https connection string as stated in the…
Azure Storage Explorer
Azure Queue Storage

Recent Azure Queue changes break C# QueueTrigger and QueueClient APIs
Recent changes to the Azure Queues, indicated by this GitHub issue: https://github.com/Azure/azure-sdk-for-net/pull/16689 breaks the interactions with existing .NET QueueTriggers receiving a string and existing .NET QueueClients posting a string.
Azure Queue Storage


Azure Functions functionAppScaleLimit of 1 isn't working as expected to limit concurrency on Queue Trigger
I have a Function App with multiple queue triggers set up and am trying to limit concurrency by setting functionAppScaleLimit to 1. After testing this, I'm getting timeouts because two queue triggers will execute at around the same time, but only one is…
Azure Functions
Azure Queue Storage
QueueTriggered FunctionApp failing with : Timeout exceeded
I am running a QueueTriggered FunctionApp developed in Python under App Service Plan : myFunction (EP3: 1) Earlier I had set functionTimeout host.json to 02:00:00 but it failed with error Timeout value of 02:00:00 was exceeded by function:…
Azure Functions
Azure Queue Storage
Build fails at Nuget Push stage
Build fails at Nuget push stage.Saying "Pushing took too long". This happened earlier this week i repeated the build and on the third trial, it succeeded. But today i have tried like eight times to no avail. I will appreciate any ideas.
Azure Migrate
Azure Logic Apps
Azure Queue Storage
Azure Automation

Azure function: set infinite TTL when adding a message to a queue
Hi, I've created an Azure Function having an HTTP trigger and an Azure Queue Storage as output. The function simply add a new message to the Queue. It's possible to set the Expiration Time TTL to infinite (-1) when the message is added to the…
Azure Functions
Azure Queue Storage
Queue Service (Azure AD): Failed to list queues: authMode: 4
Hello, I did open the Connectivity check for my storage account and found this error there: Queue service (Azure AD) Endpoint accessible: Yes List queues: Failed Failed to list queues: authMode: 4 code: AuthorizationPermissionMismatch content:…
Azure Storage
Azure Queue Storage
How many Azure storage queue messages can be leased at one time?
I want to take messages from Azure Storage queue in batches, making use of the lease ability. How many Azure storage queue message can be leased at a maximum? Is there actually a maximum? Sander
Azure Storage
Azure Queue Storage


Unable to trigger azure function though service bus queue
I wanted to trigger a function whenever a queue receives a message. The queue is getting loaded with the input message but service bus is not triggering the function. No error or No output.
Azure Service Bus
Azure Functions
Azure Queue Storage

Setting the Category of an Email through an HTTPS PATCH request
I want to send a PATCH request to set the "categories" collection of an email to a value say "XYZ". What's wrong with the following HTTP request in Microsoft Graph Explorer and how can it be corrected? PATCH …
Azure Information Protection
Azure Queue Storage
Microsoft Security | Microsoft Entra | Microsoft Entra ID
Occasional problem using Active/Passive Windows Cluster with Message Queuing Role
Hi, I am experiencing an occasional problem with an Active/Passive Windows Failover cluster and would like to get some help and guidance on how to find the root cause to the problem. The cluster is setup using two Windows Server 2019 with a quorum disc…
Azure Queue Storage
Azure Queue Storage -Unexpected delay in message delivery on a queue
I am experiencing a delay between the time an application adds a message to a queue and the time it becomes available to read from the queue [Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently…
Azure Queue Storage
Azure Queue Storage -dequeue behavior timeout and DequeueCount property
Hi all, Tried to research how is the Azure Queue Storage react on dequeue, however not much documentation done by Microsoft on this. Could any one share that any documents / comment on: 1) Is dequeue means deleting the message permanently OR make the…