Darin MacRae

Results 11 comments of Darin MacRae

I'm not sure what constitutes "older" but I am using: ``` Path: ..\packages\WindowsAzure.ServiceBus.4.1.8\lib\net45\Microsoft.ServiceBus.dll Version: 3.0.0.0 Description: ServiceBus-Messaging ClientSDK_hotfix (a05f0f824a) ``` I am calling: ``` QueueClient.AcceptMessageSessionAsync(string sessionId) ``` If I create...

Thanks to Tomasz Pęczek... https://www.tpeczek.com/2019/01/azure-functions-20-extensibility.html

In my recent adventures with this for .NET 6/Function v4 is that it is still case that you can only configure for STJ if running in an isolated process. Personally,...

What I did to work around this issue is to create a proxy that includes the .ext in the route and then have it forward to the actual implementation route....

We need a work-around for this as we migrate to .NET 6 and Functions V4. We have 50+ function apps and the majority use Proxies. It's not reasonable to expect...

This is still happening in 2.11.0-stable.541. It's pretty aggravating.

I have the exact same issue other than the name of the storage account and the version of v2 runtime. Runtime version: 2.0.12353.0 (~2) I realize that these are 'benign'...

Any update on this? Can you add a similar fix as you did for blob storage? One 404 is a lot better than thousands of 409s. Even better, can we...

The vast majority of Transactions showing up in Metrics are the CreateTable calls. It seems like such a waste of resources to just hammer away and get 409s. The simplest...

I am having the exact same issue. I just want to access the search params passed to a parent page hosting a custom widget but that isn't possible since the...