96 questions with Azure Queue Storage tags

Sort by: Updated
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.
96 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.
2,827 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
96 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 68,066 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.
633 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
96 questions
asked 2024-02-19T20:14:01.09+00:00
Yovel Cohen 20 Reputation points
accepted 2024-02-27T06:08:15.36+00:00
Yovel Cohen 20 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.
96 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
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.
96 questions
asked 2024-01-16T12:11:23.5733333+00:00
Henry Page 0 Reputation points
commented 2024-02-07T10:59:28.8366667+00:00
Anand Prakash Yadav 5,440 Reputation points Microsoft Vendor
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.
96 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,032 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.
229 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
96 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,208 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
96 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,208 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
96 questions
asked 2023-12-08T21:43:19.1166667+00:00
Fabrício Fortaleza 145 Reputation points
accepted 2023-12-13T21:18:42.25+00:00
Fabrício Fortaleza 145 Reputation points
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.
229 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
96 questions
asked 2023-12-11T18:39:42.19+00:00
Fabrício Fortaleza 145 Reputation points
accepted 2023-12-13T21:18:02.1933333+00:00
Fabrício Fortaleza 145 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.
156 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.
2,664 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,414 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
96 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 43,401 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,208 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
96 questions
asked 2023-11-27T22:18:26.0366667+00:00
Alberto Avendaño 0 Reputation points
commented 2023-11-30T16:04:51.06+00:00
Mike Urnun 9,646 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,208 questions
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,344 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
96 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
1 answer One of the answers was accepted by the question author.

How to retrieve logging config in Azure Storage Queue Service with Python SDK

Can someone guide me to retrieve logging information of Storage Queue Service similar to the part I have marked as red as instructed in this article? I want to check if the Read-Write-Delete actions are Enabled, but I have not found any similar…

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.
2,664 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
96 questions
asked 2023-11-09T02:22:10.1166667+00:00
Huu Nguyen 40 Reputation points
commented 2023-11-13T08:00:46.04+00:00
Huu Nguyen 40 Reputation points
1 answer

RBAC ROLE TO BE USED when using POP RECEIPT FUNCTIONALITY IN AZURE QUEUE

iS THE RBAC ROLE QUEUE DATA MESSAGE SENDER ENOUGH TO USE THIS FUNCTIONALITY?

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
96 questions
asked 2023-10-29T05:42:26.4366667+00:00
R S 0 Reputation points
commented 2023-11-06T07:26:13.4233333+00:00
Sumarigo-MSFT 43,401 Reputation points Microsoft Employee
2 answers

How to fix Authenticate Error when I try to use web activity in Azure data factory to post a message to Azure Queue storage

I am trying to create a message from ADF web activity to Azure queue storage, Here is the screenshot of my activity in ADF: And I also grant the storage queue data contributor role to the ADF I used, but when I try to run this web activity, I get this…

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
96 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,477 questions
asked 2023-05-31T23:36:26.51+00:00
Steven Wu 0 Reputation points Microsoft Employee
answered 2023-10-06T16:58:30.75+00:00
Jairo Collante 0 Reputation points
1 answer

Azure function not picking up messages from azure storage queue for 4 hours

Hello, I had an issue with one of my functions in Azure last Friday, which is set to fire and process any new item that's added to my Azure storage queue. For some reason, the function wasn't triggered for around 4 hours even though several messages…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,208 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.
2,664 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
96 questions
asked 2023-09-26T22:11:15.93+00:00
Gesi Kadiu 0 Reputation points
commented 2023-10-02T14:04:40.0533333+00:00
MayankBargali-MSFT 68,066 Reputation points
2 answers One of the answers was accepted by the question author.

Azure Function Queue Trigger V2 not reading the message

I am trying to read a message from a queue storage. I am following exactly the tutorial code and running locally using azurite (tested also with a storage). The the strange thing is that when a new message arrive at the queue the function gets triggered…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,208 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
96 questions
asked 2023-09-25T20:56:30.9166667+00:00
Pedro Junqueira 20 Reputation points
accepted 2023-09-29T05:29:46.6266667+00:00
Pedro Junqueira 20 Reputation points
1 answer

Delete message from Azure Storage Queue using REST API

Hi, I am trying to simply Get a message off an Azure Storage Queue and then delete it using the REST API. I can retrieve the message and get a popreceipt but when I try and use this to delete the message, I keep getting, "The specified message…

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.
2,664 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
96 questions
asked 2022-07-25T07:53:53.683+00:00
Mike Prager 1 Reputation point
commented 2023-08-31T23:05:08.5033333+00:00
Srikanth Kollu 0 Reputation points
0 answers

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 Queue Storage
An Azure service that provides messaging queues in the cloud.
96 questions
asked 2023-06-26T20:29:50.8233333+00:00
Simon Liu 0 Reputation points
edited a comment 2023-07-09T14:29:45.1133333+00:00
Sumarigo-MSFT 43,401 Reputation points Microsoft Employee