97 questions with Azure Queue Storage tags

Sort by: Updated
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.
97 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,801 Reputation points Microsoft Employee
0 answers

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 Functions
An Azure service that provides an event-driven serverless compute platform.
4,306 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,719 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
asked 2023-06-05T16:10:14.8133333+00:00
PS 376 Reputation points
commented 2023-06-07T00:34:40.1866667+00:00
PS 376 Reputation points
1 answer

GetMessagesRead and GetMessagesWrite metrics

Hi all. In the "Transactions by API name" report/chart available in the Application Insights tab of an Azure Queue Storage resource, we have observed two metrics - GetMessagesRead and GetMessagesWrite. However, I couldn't find any relevant…

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
asked 2023-05-11T16:51:13.58+00:00
Fernando Piccin 0 Reputation points
commented 2023-05-30T15:44:26.83+00:00
Sumarigo-MSFT 43,801 Reputation points Microsoft Employee
0 answers

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 Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
550 questions
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,306 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
asked 2023-04-27T19:12:46.1566667+00:00
Deepak Sinha 5 Reputation points
commented 2023-05-10T15:40:06.3433333+00:00
Pramod Valavala 20,591 Reputation points Microsoft Employee
5 answers One of the answers was accepted by the question author.

Can a queue-triggered Azure function return a value?

I have created a queue-triggered Azure function, written in Python. It uses the V1 programming model, meaning that it does not use the decorators. Instead, it uses the function.json file to define the function's bindings. My question is whether I can use…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,306 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
asked 2023-04-23T14:53:26.72+00:00
Amir Katz 65 Reputation points
commented 2023-05-10T13:14:47.4266667+00:00
MuthuKumaranMurugaachari-MSFT 22,151 Reputation points
1 answer

Get message from Azure Queue using Web Activity in Azure Data Factory

Hi , I am facing issue getting messages from azure queue using web activity .Getting below error: <?xml version="1.0" encoding="utf-8"?><Error><Code>AuthorizationPermissionMismatch</Code><Message>This…

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,619 questions
asked 2022-03-13T20:15:39.23+00:00
suganthi G 6 Reputation points
edited an answer 2023-04-07T16:28:58.0066667+00:00
MaraganiVamsi 0 Reputation points
1 answer

Write message to another queue from queue trigger function app

I have a PowerShell function app that has a queue trigger that Invokes a run command on an Azure Vm. I'd like to write a message to a different queue same storage account from the function once the invoke command completes. Is this possible to do? The…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,306 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,089 questions
asked 2023-03-14T19:42:40.6466667+00:00
Thomas Murnane 56 Reputation points
commented 2023-03-15T09:47:57.0966667+00:00
MayankBargali-MSFT 68,656 Reputation points
3 answers

Local storage usage in Azure Functions

Hi, We have an Queue storage trigger Azure function that is doing image processing and generate lots of files to the temp folder during its execution (it can gen up to 10 gigs per call). Our concern is that as the workload increases and multiple…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,306 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
asked 2023-03-10T11:47:48.5966667+00:00
Eran David 0 Reputation points
answered 2023-03-11T09:41:57.9466667+00:00
Eran David 0 Reputation points
1 answer

WindowsAzure.Storage || Performance

Would you please give a reference document on the performance enhancement taken into account by Azure Storage Queues client library for .NET ? Comparing Azure.Storage.Queues 12.11.0 to Windows Azure.Storage 9.3.3

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
Azure ISV (Independent Software Vendors) and Startups
Azure ISV (Independent Software Vendors) and Startups
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.ISV (Independent Software Vendors) and Startups: A Microsoft program that helps customers adopt Microsoft Cloud solutions and drive user adoption.
89 questions
asked 2022-08-10T05:46:52.67+00:00
Anoop Mohanan-FT 21 Reputation points
edited the question 2023-03-02T09:53:27.8666667+00:00
AnuragSingh-MSFT 20,261 Reputation points
1 answer One of the answers was accepted by the question author.

Storing message queues and process through ADF

Hi All, I need some help in finding resources that would help me build the following. #1. Az Function - This will be used as endpoint for webhook to capture payloads from 3rd party vendor and append to the Queue Storage. #2. ADF Pipeline - To consume…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,306 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,619 questions
asked 2023-02-20T18:58:55.1333333+00:00
PS 376 Reputation points
accepted 2023-02-24T21:33:14.0333333+00:00
PS 376 Reputation points
1 answer

Event Grid - Deliver events using private link service - AuthorizationFailure

Hello, We are trying to setup event grid to deliver events to azure storage queue following this documentation https://learn.microsoft.com/en-us/azure/event-grid/consume-private-endpoints We are using a system topic that publishes BlobCreatedEvents…

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
Azure Event Grid
Azure Event Grid
An Azure event routing service designed for high availability, consistent performance, and dynamic scale.
319 questions
asked 2023-02-07T12:08:03.4233333+00:00
Thomas Adams 36 Reputation points
edited an answer 2023-02-24T19:03:22.05+00:00
MuthuKumaranMurugaachari-MSFT 22,151 Reputation points
1 answer

Connect environment variables from Azure AKS to helm using Springboot application

Read system environment variable on what stage the application is currently running using Helm in spring boot application for AKS Cluster and instances also its connected to Azure storage account and Azure Storage queue. Can anyone please help me to…

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,719 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
1,869 questions
asked 2023-01-31T13:13:10.6466667+00:00
Divyashree 0 Reputation points
edited a comment 2023-02-08T22:07:17.8433333+00:00
KarishmaTiwari-MSFT 18,527 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

No permission in Microsoft learn sandbox to create resource group

I am working on the Microsoft learning path Discover Azure Messasge Queue. I have started a Sandbox for my Companys Azure account and this account is using the sandbox directory. The Concierge Subscription applies to my account and directory. Now I…

Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
asked 2023-02-08T08:45:38.46+00:00
Raphael 25 Reputation points
commented 2023-02-08T09:47:19.81+00:00
Raphael 25 Reputation points
1 answer

Control Azure Service Bus Consumer to start or stop listening from the Topic in spring boot

What I want to Achieve - Control Service Bus Consumer to start / stop receiving messages from queue/topic. Below is a detailed explanation. Currently I have integrated Azure Service Bus in my application and we listen message as soon as spring boot…

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
550 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
Azure Spring Apps
Azure Spring Apps
An Azure platform as a service for running Spring Boot applications at cloud scale. Previously known as Azure Spring Cloud.
110 questions
asked 2023-01-30T06:49:54.0633333+00:00
Kush Patel 0 Reputation points
answered 2023-02-08T05:33:55.0933333+00:00
Mike Urnun 9,676 Reputation points Microsoft Employee
1 answer One of the answers was accepted by the question author.

My Azure Function in Python v2 doesn't show any signs of running, but it probably is

I have a simple function app in Python v2. The plan is to process millions of images, but right I just want to make the scaffolding right, i.e. no image processing, just dummy data. So I have two functions: process with an HTTP trigger @app.route, this…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,306 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
asked 2023-01-29T09:20:01.31+00:00
Rok Carl 20 Reputation points
commented 2023-02-07T17:13:23.2+00:00
Rok Carl 20 Reputation points
2 answers One of the answers was accepted by the question author.

Azure Storage Queue - Poison Messages

Quick question: in Azure storage queues, when a message is moved to a poison queue, does the poison message get a new Message ID or is the original one preserved? Thanks, Pete

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,306 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
asked 2023-01-25T09:31:39.1633333+00:00
Pete Luetchford 21 Reputation points
accepted 2023-02-02T09:54:44.2166667+00:00
Pete Luetchford 21 Reputation points
1 answer

Unable to Add message to azure storage queue

Hi , I am unable to add message to a particular queue from the portal. When i click on add message and try to add something its not showing up in the queue. But it is working for other queues in the storage account and newly created queues. …

Azure Storage Explorer
Azure Storage Explorer
An Azure tool that is used to manage cloud storage resources on Windows, macOS, and Linux.
232 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,719 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
asked 2022-11-23T05:34:22.727+00:00
Shyam Gumpili 1 Reputation point
answered 2022-12-06T23:50:38.41+00:00
SaiKishor-MSFT 17,201 Reputation points
1 answer

AzureAD B2C - Users sync - Batch operation - Queues/Events

Hi, I was requested to implement an API to sync a single AzureAD B2C user to another IdP (Via API on APIM) on demand This seems easy work for one single user at a time and on on demand and cab be a synchronous operation However I was…

Azure Event Hubs
Azure Event Hubs
An Azure real-time data ingestion service.
560 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
Microsoft Entra External ID
Microsoft Entra External ID
A modern identity solution for securing access to customer, citizen and partner-facing apps and services. It is the converged platform of Azure AD External Identities B2B and B2C. Replaces Azure Active Directory External Identities.
2,656 questions
asked 2022-11-02T19:37:29.997+00:00
juni dev 336 Reputation points
commented 2022-12-04T19:48:58.177+00:00
juni dev 336 Reputation points
0 answers

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 Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,719 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,929 questions
asked 2022-11-11T14:32:45.29+00:00
Dirk Grobler 1 Reputation point
commented 2022-11-14T07:43:12.453+00:00
Dirk Grobler 1 Reputation point
4 answers

SendGrid Azure function runs locally but not in Azure

I have a queue triggered Azure function and it works perfectly locally. Emails are retrieved from the queue and sent when run locally. However when I publish from Visual Studio it does run. When I test in the portal it returns 404 Not found. I have…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,306 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
asked 2022-10-28T22:38:16.657+00:00
Doug Marsh 1 Reputation point
commented 2022-11-07T09:29:47.577+00:00
Bruno Lucas 4,411 Reputation points MVP