Azure Storage Queue deletes messages
I have a WebJob running two different Quartz.net jobs. They both read from the Azure Queue the same way, but one of the jobs keeps loosing messages, I feel like I have tried everything but I cannot figure out what is wrong. Here are the steps Open the…
Azure Queue Storage

Why are not all messages processed by the Azure Function Queue Trigger?
Hello, I have an Azure Function Queue Trigger. Messages are sent by another Azure function to the queue with a visibility_timeout parameter to postpone the processing of these messages: queue_client.send_message(content=message,…
Azure Functions
Azure Queue Storage
Experiencing difficulties in accessing the link in the browser following the creation of a queue storage
I have established a queue storage; however, I am unable to access the message link in the browser due to an error indicating that I do not have the necessary authorization to view the link. It appears that there may be a problem with the network…
Azure Queue Storage
Azure Queue Storage message timeout
Hi everyone, We're running a Javascript function in Azure Functions that links to Azure Queue Storage. When images come into the Blob Storage, the queue gets populated with messages and then the function uses "sharp" to process them further. …
Azure Queue Storage
Azure Service Bus queue receive options
Hello, The Azure Service Bus queues vs. Azure Storage queues comparison page says as pros to SB queues, that long-polling and Push-style API receive modes are also available (while with Storage queues not). However, I cannot find any documentation on…
Azure Service Bus
Azure Queue Storage
Azure Function is not triggered when a message added in Queue which are configured in VNET
Hi Team, I have a function hosted in azure which needs to be triggered when a new message enters in message queue. but the function is not triggering. Both Function and Storage account are in VNET.
Azure Functions
Azure Queue Storage
A function app throws a Socket Exception when attempting to read or write from a storage queue
We have a .NET v.6 function app that reads/writes messages from a storage queue but is throwing a System.Net.Sockets.SocketException exception. The inner exception message is *"An attempt was made to access a socket in a way forbidden by its access…
Azure Functions
Azure Queue Storage
Azure function code changed in the portal is still sometimes doing what the old code did
I have made an queue trigger function that sends email adress to users using sendgrid, It has been running for almost a year and when I made any changes to it, it would run as expected. I am always using the azure portal editor because I found it the…
Azure Functions
Azure Queue Storage
Excercise steps needs to be fixed
Hello, in this excercise:https://learn.microsoft.com/en-us/training/modules/discover-azure-message-queue/6-send-receive-messages-service-bus under the "Retrieve the connection string for the Service Bus Namespace" section, it says "3.…
Azure Service Bus
Azure Queue Storage

Problem with BlobTrigger in a self hosted k8s runtime using Managed Identities
I am trying to setup managed identities so that a BlobTrigger function can access a storage container. The blob trigger function is hosted in a k8s runtime and not directly by Azure Functions. I have followed the docs as far as I can go but the pod is…
Azure Functions
Azure Blob Storage
Azure Queue Storage
Azure Kubernetes Service
Logic App Queue trigger how to check more often than once per minute?
Hi all, I am looking for a solution how to check Queue from the logic App more often. I see the Logic app allows you to set up Queue to be checked every n-second, but when I set it up for every 3 seconds it still checks only once every minute. If you…
Azure Logic Apps
Azure Queue Storage
Inconsistent Data Upload and Processing on Azure
I am experiencing inconsistent behavior while uploading and processing data on the Azure portal. I have two functions in one function app: one is an event-based trigger, and the other is a queue-based trigger. I am uploading data from NAS to an Azure…
Azure Functions
Azure Queue Storage
queue storage add message dialog box is not having OK button in azure portal.
Azure Data Lake Storage
Azure Functions
Azure Storage Explorer
Azure Storage
Azure Queue Storage
Error displaying all messages in a storage queue
I have a storage queue and I use Azure Storage Explorer to view its content. However, the app is limiting the number of messages I can view, and it seems to be interfering with the arrival of new messages. It's as if the storage queue becomes 'full'. I…
Azure Storage Explorer
Azure Queue Storage
Storage Account > Network when public access is disabled
Hi I have disabled the Storage Account i.e. Public network access to Disabled However it still allows me to make successful Queue - Get call from internet (GET…
Azure Storage
Azure Queue Storage
Connecting to Azure Storage Queue using Celery
Hello, I am trying to use Celery with Azure Storage Queues as a message broker. I have written the following code to connect to the queue: import os from celery import Celery from kombu.utils.url import safequote ## CELERY…
Azure Queue Storage
Azure Function App processing multiple queue messages at a time despite batchSize set to 1
I have an Azure Function written in Python that's meant to process messages from an Azure Storage Queue. In my host.json file, I have set "batchSize": 1 and "newBatchThreshold": 0 under the queues settings. This should mean that the…
Azure Functions
Azure Queue Storage
About Azure Functions maxDequeueCount in host.json
Hi, I'm using Azure Functions (Python) and configuring to executed the function just once so that it terminates and send the message to poison queue. I'm setting maxDequeueCount to one, but it won't work. This is my host.json file { …
Azure Functions
Azure Queue Storage
metadata_storage_path error in .NET with Azure AI Search.
Right now from my post api I am storing the address like UploadEmailAsync() in Azure Queue. I have tried saving it with and without JSON format but path which we use for Filters in Azure AI Search requires the base64 converted link. Right now i have…
Azure AI Search
Developer technologies ASP.NET ASP.NET Core
Azure Queue Storage
How to disable Storage Queue logs from spamming?
I get so much of Request [xxx] GET xxx and Response [xxxx] 200 OK (00.0s) I tried multiple of logLevel setting "logLevel" "Host.Results" "Function" "Host.Aggregator" "Azure.Storage.Queues" }, …