103 questions with Azure Queue Storage tags

Sort by: Updated
1 answer

queue storage add message dialog box is not having OK button in azure portal.

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,458 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,850 questions
Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
252 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,080 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
103 questions
asked 2024-08-22T04:15:21.4366667+00:00
Geetha 0 Reputation points
commented 2024-09-02T06:25:42.43+00:00
Nehruji R 6,966 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

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 Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
252 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
103 questions
asked 2023-12-11T18:39:42.19+00:00
Fabrício Fortaleza 150 Reputation points
edited a comment 2024-08-30T13:22:11.6833333+00:00
Davide Scaffidi 0 Reputation points
2 answers

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 Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,080 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
103 questions
asked 2024-08-19T11:23:36.08+00:00
Raj 31 Reputation points
commented 2024-08-26T04:48:41.62+00:00
Nehruji R 6,966 Reputation points Microsoft Vendor
1 answer

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 Queue Storage
An Azure service that provides messaging queues in the cloud.
103 questions
asked 2024-01-16T12:11:23.5733333+00:00
Henry Page 0 Reputation points
commented 2024-08-07T08:53:10.7433333+00:00
Wayne Jochmann 0 Reputation points
1 answer

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 Functions
An Azure service that provides an event-driven serverless compute platform.
4,850 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
103 questions
asked 2024-08-01T09:26:00.26+00:00
Sadeep Mihiranga 0 Reputation points
answered 2024-08-04T06:08:29.2533333+00:00
Sadeep Mihiranga 0 Reputation points
2 answers

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 Functions
An Azure service that provides an event-driven serverless compute platform.
4,850 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
103 questions
asked 2024-06-23T06:44:44.7533333+00:00
Jona 475 Reputation points
commented 2024-07-23T04:37:21.5366667+00:00
Jona 475 Reputation points
1 answer

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 Functions
An Azure service that provides an event-driven serverless compute platform.
4,850 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
103 questions
asked 2024-07-15T22:19:56.5433333+00:00
Maryna Paluyanava 211 Reputation points
answered 2024-07-16T06:45:25.8933333+00:00
Maryna Paluyanava 211 Reputation points
0 answers

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
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
933 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,500 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
103 questions
asked 2024-05-14T10:27:27.2266667+00:00
Hassan Kaleem 45 Reputation points
commented 2024-05-17T07:17:26.4033333+00:00
ajkuma 25,546 Reputation points Microsoft Employee
2 answers

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" }, …

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
103 questions
asked 2024-04-25T21:04:41.1666667+00:00
engineer 10 Reputation points
answered 2024-04-26T21:26:56.7066667+00:00
KarishmaTiwari-MSFT 19,777 Reputation points Microsoft Employee
2 answers One of the answers was accepted by the question author.

How to get queue depth/length of azure queues when it exceeds int.MaxValue?

Currently we use QueueProperties.ApproximateMessagesCount to get the queue depth. Problem is the property is of type "int" and our queues can exceed int's max value. We rely on queue depth for important infrastructural/operational decisions. Is…

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
103 questions
asked 2024-04-05T18:33:10.9366667+00:00
Sreekara Yachamaneni 40 Reputation points Microsoft Employee
commented 2024-04-09T19:46:52.45+00:00
Sreekara Yachamaneni 40 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

when there is a message in a queue (v2) trigger only fires once a minute instead of given time

Hey, We have set-up a queue that gets a message every x seconds which we want to read out in another logic app. This is our trigger: `"triggers": {` "When_there_are_messages_in_a_queue_(V2)": { …

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,067 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
103 questions
asked 2024-03-14T11:13:41.28+00:00
Wouter Dumon 20 Reputation points
commented 2024-03-15T02:46:19.79+00:00
MayankBargali-MSFT 70,126 Reputation points
1 answer One of the answers was accepted by the question author.

Is there a timeout on running azure container instances

Hi, I'm running a python app on a container instance that's triggered by a queue storage message. I wondered if there's a timeout on the function that processes the message?

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
686 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
103 questions
asked 2024-02-19T20:14:01.09+00:00
Yovel Cohen 25 Reputation points
accepted 2024-02-27T06:08:15.36+00:00
Yovel Cohen 25 Reputation points
2 answers One of the answers was accepted by the question author.

Trying to put message in queue & getting 405

Hi, I have a console application using .Net 5.0. I have a message that needs to be pushed to Azure Queue. In response, I am getting 405 The resource doesn't support specified Http Verb. I have tried Base64 encoding as well. sendMessage method, by…

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
103 questions
asked 2024-02-16T08:05:56.0733333+00:00
Maheswaran Monoharan 70 Reputation points
accepted 2024-02-21T09:02:34.6833333+00:00
Maheswaran Monoharan 70 Reputation points
3 answers One of the answers was accepted by the question author.

How to set "Message never expires" expiry for queue message in Storage Queue using powershell?

Hi, I have been trying to set the "Message never expires" expiry for my queue message from PowerShell but I am getting an error when trying to do it. The code looks like this: $message = 'Some random…

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
103 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,439 questions
asked 2023-12-29T13:25:40.05+00:00
Nagendrra C 61 Reputation points
accepted 2024-01-09T06:30:24.3166667+00:00
Nagendrra C 61 Reputation points
0 answers

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 Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
252 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
103 questions
asked 2023-09-29T05:02:42.08+00:00
Narasimha Dasari 0 Reputation points
commented 2023-12-27T02:08:35.18+00:00
maarenu 0 Reputation points
1 answer One of the answers was accepted by the question author.

Why is my re-deployed Azure Function App not recognizing items put on a queue?

So I was getting an error after a long day of fighting with PowerShell, and in frustration, I just decided to delete a working Function App (in dev, I wasn't that on edge) and re-deploy it. This is the error I was getting -…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,850 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
103 questions
asked 2023-12-14T21:31:58.4866667+00:00
Lindsay Shelton 46 Reputation points MVP
accepted 2023-12-18T19:21:24.04+00:00
Lindsay Shelton 46 Reputation points MVP
1 answer One of the answers was accepted by the question author.

Azure Function with queue trigger It is deleting my stored messages in the queue

I'm creating an Azure function that should read all messages in the storage queue when they're received. If any message contains a specific parameter that I'll define, the function should send the content of that message to an email. However, when…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,850 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
103 questions
asked 2023-12-08T21:43:19.1166667+00:00
Fabrício Fortaleza 150 Reputation points
accepted 2023-12-13T21:18:42.25+00:00
Fabrício Fortaleza 150 Reputation points
0 answers

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 Table Storage
An Azure service that stores structured NoSQL data in the cloud.
166 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,080 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,772 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
103 questions
asked 2023-11-24T14:34:15.5633333+00:00
Anthony Nguyen 0 Reputation points
commented 2023-12-11T03:01:10.8866667+00:00
Sumarigo-MSFT 45,761 Reputation points Microsoft Employee
1 answer

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

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,850 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
103 questions
asked 2023-11-27T22:18:26.0366667+00:00
Alberto Avendaño 0 Reputation points MVP
commented 2023-11-30T16:04:51.06+00:00
Mike Urnun 9,801 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

Assistance Required with Azure Function - Service Bus Trigger Issue

Hello Azure Support Team, I am experiencing an issue with my Azure Function that is triggered by an Azure Service Bus queue. Despite the function's code appearing correct, messages are immediately being moved to the dead-letter queue, and the logs…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,850 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,772 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
103 questions
asked 2023-11-13T02:52:21.4766667+00:00
vievillage 60 Reputation points
accepted 2023-11-16T14:22:42.43+00:00
vievillage 60 Reputation points