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
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
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
getting [Errno 11001] getaddrinfo failed when sending queue message
I am using azure.storage.queue to add message into queue. connect_str = self._config.GetValue( 'azureQueue', 'AZURE_STORAGE_CONNECTION_STRING') q_name = self._config.GetValue( 'azureQueue',…
Azure Storage Explorer
Azure Queue Storage
Reactor.core.exceptions$reactiveexception: java.net.Unknownhostexception
Hi guys, We're having trouble with accessing the properties of our storage services. We're getting java.net.Unknownhostexception every time trying to reach the endpoints of services (this happened with fileShare, table, queue, and blob). I did try an…
Azure Table Storage
Azure Storage
Azure Blob Storage
Azure Queue Storage

How to connect azure queue storage and azure blob storage with celery by sas token
I try to use Azure queue storage as my celery broker. I have this kind of code: app = Celery('myapp', broker='azurestoragequeues://:{sas_token}@{url}', backend='azureblockblob://:{another_sas_token}@{another_url}') When I run celery -A myapp, I got this…
Azure Queue Storage

Azure Function Queue-Blob Storage failed with 404
Hi All, I have created a Az Function which takes the messages from Queue storage to Blob Storage. The function seemed to work fine for first 20 messages and later started throwing 404 error (The specified container does not exist.). I did check the…
Azure Functions
Azure Storage
Azure Queue Storage
Azure service bus failed received message failed exception
Hi I am getting below exception while receiving message from azure bus service- 2023-04-27T19:00:26Z [Verbose] Received request to drain the host 2023-04-27T19:00:26Z [Information] DrainMode mode enabled 2023-04-27T19:00:26Z [Information] …
Azure Service Bus
Azure Functions
Azure Queue Storage

Connection Issues Using Access Keys - Failing Locally not on azure
I have a WebJob that is connecting to a queue on a storage account recompfiles while I debugged 2 days ago everything worked, from yesterday (11/11/2022) it just stopped working with the error: Please make sure your credentials are correct The…
Azure Storage
Azure Queue Storage
Azure App Service
Storage file, queue and table services
Hello, I created a storage account and had few checks to code for. Ensures file shares do not allow full write delete or read ACL permissions Ensures tables do not allow full write delete or read ACL permissions Ensures queues do not allow…
Azure Table Storage
Azure Files
Azure Storage
Azure Queue Storage

Batch size is not honored by Azure functions locally
Hi, This is my host file for Azure queue functions { "version": "2.0", "extensions": { "queues": { "batchSize": 32, "newBatchThreshold": 32 } } } I would expected 64 messages…
Azure Functions
Azure Queue Storage
.NET 5 Azure Function (dotnet-isolated) - Input binding from keyvault
I am trying to connect my function app to keyvault and get queue name and connection secrets. This was working well with .netcore3.1 app using the ConfigureAppConfiguration(IFunctionsConfigurationBuilder builder) method in FunctionStartup. After…
Azure Functions
Azure Queue Storage
Developer technologies C#
Queue trigger only working for one queue
Hi I have a function app with two queue trigger functions. Each function is responsible for processing a new message when the respective queue recieves a new message. This is the code for the first function: Code for the second…
Azure Functions
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

