-
### Description
As developers, we appreciate the guidance provided through various tutorials, guides, and documentation regarding the integration of Azure Functions with various triggers like QueueTr…
-
Hi, I was hoping someone could point me in the right direction.
My team would like to get the count of the queues, subscriptions, and dead letter sub-queues that we read from. This would populate a…
-
Everytime I tried reading a message from a queue, I got an exception when it tried to deserialize it. Debugging through the code, I found the data which it is trying to deserialize from JSON was in t…
-
### Describe the bug
We have an Azure Function solution and we use TeamCity to publish and pack. The publish step is using .NET runner with the following running log:
Starting: .NET SDK 6.0.400…
-
See http://stackoverflow.com/questions/40732715/azure-functions-icollectort-vs-iasynccollectort
We're inconsistent across bindings and extensions in our IAsyncCollector implementations, and whether…
-
I'm trying to implement a retry policy for Service Bus messages. Right now an error while processing a message results in a rapid hammering of the webjob function until the delivery count is exceeded.…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Community Note
* Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-…
-
When outputting items to IAsyncCollector to event hub during a function, if the quota is hit the Event hub throttles the requests and returns a Microsoft.ServiceBus.Messaging.ServerBusyException like …
-
#### Repro steps
Provide the steps required to reproduce the problem:
```
func init --worker-runtime dotnet-isolated --target-framework "net8.0" --language C#
func new --template "Timer trigge…
-
Vulnerable Library - newtonsoft.json.10.0.3.nupkg
Json.NET is a popular high-performance JSON framework for .NET
Library home page: https://api.nuget.org/packages/newtonsoft.json.10.0.3.nupkg
Path t…