Skip to main content
0 votes
0 answers
107 views

I’m working on an Azure Functions project using the new Flex Consumption model with @azure/functions in TypeScript. I have two functions: Producer – sends a message to a storage queue: export async ...
Neeraj Ic's user avatar
0 votes
1 answer
89 views

I am currently working on an Azure Function app. It is triggered by a storage queue. The function itself picks up the message, executes a MS Graph API call and does some small logic. I currently have ...
AndreasTC's user avatar
0 votes
0 answers
357 views

I am quite new to the C#/.NET language/framework, and am having some issues unit testing a class and its methods where a QueueClient from the Azure.Storage.Queue package is initialized in the ...
Tim's user avatar
  • 307
0 votes
1 answer
123 views

I have an Azure Storage Queue that gets messages from an IoT device. The messages are not Base64 encoded, compressed or anything else. They are plain old UTF-8. Here's a sample message: {"id"...
Tim's user avatar
  • 3
0 votes
1 answer
317 views

I am getting a permissions error message when I try to create a new subscription for my event grid topic. I'm trying to write to a storage account queue. I have created a user assigned managed ...
dot's user avatar
  • 15.9k
0 votes
1 answer
192 views

I am using C# code like this (see below) to read/add/process Azure Storage queues using Storage SDK v12 and SAS Tokens. No matter what I change, I always have the same error: "This request is not ...
Guillermo's user avatar
0 votes
1 answer
131 views

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
64 views

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
  • 51
0 votes
1 answer
298 views

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
  • 81
0 votes
1 answer
162 views

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
  • 105
0 votes
2 answers
81 views

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
  • 187
0 votes
1 answer
2k views

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
513 views

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
  • 1,094
1 vote
1 answer
128 views

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
184 views

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

15 30 50 per page
1
2 3 4 5
27