Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [azure-storage-queues]

Windows Azure supports two types of queue mechanisms: Windows Azure Queues and Service Bus Queues. Both of which are used to provide reliable, persistent messaging between applications.

azure-storage-queues
0 votes
1 answer
43 views

How to use REST API to delete message on Azure Storage Queue in bash?

I would like to know how to delete a message on Azure Storage Queue. Currently I keep getting the following error. <?xml version="1.0" encoding="utf-8"?><Error><Code&...
Xynanxdb's user avatar
0 votes
1 answer
49 views

send queue data with custom expiration in python

Currently I'm trying to send data to a azure queue in storage. I am able to send data but I am unable to custom the expiration time like to 10 seconds 1 day like that. But in azure portal able to do ...
sai's user avatar
  • 43
0 votes
1 answer
79 views

Azure Function Storage Queue Trigger Not Working

I've gone through similar questions but I still can't understand why my Storage Queue Triggered Powershell Function isn't firing. I have a function in my Function App that throws a message on a ...
Hofa's user avatar
  • 51
0 votes
1 answer
48 views

Python Azure Function in Vnet not being triggered by msq in a Storage Queue

I have an issue in Azure where an Azure Function with a version 2 function listening to a Storage Queue trigger is not being triggered when a message is placed on the Storage Queue. Both the Azure ...
Anouar's user avatar
  • 95
0 votes
2 answers
49 views

Azure Storage Queue JavaScript TTL

The TTL isn't being set on messages added to the queue using this code, and I can't fathom why that might be, even after trying multiple different iterations. Stack Overflow wants me to add more ...
SORoss's user avatar
  • 177
0 votes
1 answer
255 views

Azure Functions with Python - No job functions found

I'm trying to make an application (let's call it "uploder") that takes in Azure Storage Queue messages, does some work and has no output. However, I'm getting this generic error that's ...
Joe Walker's user avatar
0 votes
1 answer
156 views

How to create connection to create - queue item - HTTP Trigger - local - Azurite - Azure Queue Storage

I installed Azurite and started ( assuming the command is correct.) azurite --queueHost 127.0.0.1 I created an outqueue using Azure Storage Explorer I want to test/use this function const { app, ...
Kris Swat's user avatar
  • 910
1 vote
1 answer
55 views

Azure QueueTrigger Function w/CosmosDB Output Binding Failing

I have a queue trigger Azure function (included below) that reads from and writes to a CosmosDB. I know that the function itself is working, as I do see some records being written to the database. But ...
FunkiNATEr's user avatar
0 votes
0 answers
111 views

Catch "request body too large" error in python on azure functions

Azure storage queue has a message size limit of 64KB. I want to catch this error when it occurs in azure functions. For that I use the following code: @app.blob_trigger(arg_name='inputFile', path=&...
Shishir Pandey's user avatar
1 vote
1 answer
183 views

Overwriting Autoscale Rules Of Azure App Service Plan By The Azure Function App?

I have an Azure function app that is under a Dedicated plan (Azure App Service Plan P1V2). The Azure Function App has a Queue Trigger function for Azure Storage Queues. I'm looking to approximate FIFO ...
mkcoding's user avatar
  • 125
0 votes
0 answers
60 views

throttling azure functions triggered off azure storage queues

I have a system where I have an Azure Storage account with a Queue per tenant. I want to segregate the tenant messages this is why I have a queue per tenant. I have an azure function written in c#. I ...
iasksillyquestions's user avatar
0 votes
1 answer
111 views

WebJob - supress logs for Azure Queue connection

After upgrading my WebJobs to dotnet 7 everything is working pretty fine, but now it shows logs for connecting to Queues like this: This is being shown everytime the job checks for new messages (5 ...
Ricardo Gaefke's user avatar
0 votes
0 answers
125 views

Azure Storage Queue in Java - Exception: JsonParseException: Unexpected character ('<' (code 60))

I'm using a Java Azure Function to send messages to Azure Storage Queue. During local development I initialize QueueClient with Managed Identity. When I use sendMessage function it puts the message on ...
Matorow's user avatar
0 votes
1 answer
59 views

QueueTrigger Azure function not processing message and exhibiting bizarre behavior

I am implementing a queue message handler in a web job on an azure app service. But I am experiencing some very bizarre behavior in the handler app. The process is very simple - I have a trigger app ...
Matt Spinks's user avatar
  • 6,646
0 votes
1 answer
266 views

Python Azure Function, queue-triggered alternative `connection` for `function.json`?

Is there a way to use a Managed Identity (either System or User-assigned) for authenticating a Function and Storage Account? Example In a Python Azure Function's function.json file, there is a ...
ericOnline's user avatar
  • 1,867

15 30 50 per page
1
2 3 4 5
26