Patrick Steele
Patrick Steele
@martinjanocko The pattern I'm seeing is `WEBSITE_SLOT_NAME` is only showing up in the `Production` slot of an app service. But, it shows up in all slots for a function app....
Seeing the same issue on two of our function apps (running locally - Windows 11, VS 2022, haven't tried running in Azure yet) All I did was upgrade two .NET...
@aravindM365 Extension Bundles [don't apply to C#](https://learn.microsoft.com/en-us/azure/azure-functions/functions-bindings-register#extension-bundles). Both of our functions apps are complied C# code. Trying to use extensions results in the error: `Extension bundle configuration should not be...
@aravindM365 This fixed your issue running locally? Or in Azure? I have not tested the upgraded (.NET 8) function apps in Azure yet since I can't even do any local...
And you stuck with the in-process model, right? Or did you upgrade to the isolated one?