-
Hello, we're using `FeatureManagement` library from Microsoft and we wanted to use it altogether with `Azure App Configuration`. However, we use `Dapr` .NET SDK for all 3rd party components (service b…
-
Hi,
We have noticed that there is no tag generated for the Azure Service Bus JMS project in github.
With the tag, we can develop based on the tag and it would provide perfect traceability. Woul…
-
### Use-Case
I have a large workload that is bound to a single session id. As a session can only be processed from a single listener (because it locks the session) scaling according to the number o…
-
This is more of a question than an issue. I have a .Net 6 service that uses Azure Service Bus (via MassTransit) that I would like to port to an Azure Container App. The consumer can take anywhere from…
-
I really like the way that the message brokers packages are broken up & how they work with RabbitMQ. I would be super keen to look at adding azure service bus as another implementation following the s…
-
Hello,
I've currently being working with service bus output binding. It seems you can't add message properties and there are workarounds with using libraries but i think it would be quite ideal to …
-
using azure core tools on mac:
```
func version
4.0.5274
```
list the templates available:
`func templates list`
```
C# Templates:
...
Azure Service Bus Queue trigger
```
try and…
-
Currently when we add Date as an Application Property, it is getting set correctly (from Portal):
![image](https://github.com/user-attachments/assets/4580ce15-5b74-4924-a809-4f5e1a28c6d4)
When rec…
-
First off, I'm glad this was released as it will definitely help out with local development/debugging of services that need to utilize the Azure Service Bus without relying on an external cloud depend…
-
**What is the correct way of implementing exponential backoff for the service bus triggered azure function?**
For example, the function picks up a message from the service bus, and during execution,…