Brian Vallelunga

Results 30 comments of Brian Vallelunga

I just ran into this bug as well. Thanks for providing a workaround.

I started to work on on adding support in a PR since I need it for a project and I wanted to learn how to build a CE anyway. I'll...

Call it an enricher if you want, but it would be nice to be able to just add a few items to the global logging scope supported by ILogger's BeginScope()....

Our need is essentially the same. On startup, we want to create functions that listen to a set of queues based on the tenants we have. Being able to dynamically...

New tenants are only a few times a month, so yes, restarting would be totally fine. I could even schedule a restart or have our provisioning system perform that job....

@mike-wade This would be a great feature to add since enable_rbac is essentially useless right now. Are there any general IAM assignments that can be made in the system?

Can't you use `myEventHub.DefaultKey` to fetch this?

I've been attempting to fix this issue, but am coming up short. The tricky thing about the EventHub builder is that unlike the ServiceBus builder, the Hub and the Namespace...

@isaacabraham Thanks for checking this out. In an effort to support this properly, I first added a `Namespace` field to the EventHub type in the `Namespaces` module. ``` type EventHub...