Closed jaliyaudagedara closed 2 days ago
Sometimes I am seeing the WarmUp
trigger, not always though. (that's a separate issue I guess)
@jaliyaudagedara Linux Consumption .NET 9 support is still rolling. Have you tried different SKUs?
You can track progress here: https://github.com/Azure/azure-functions-dotnet-worker/issues/2817 And here: https://github.com/Azure/azure-functions-host/issues/10602
Thank you!
ah, Thanks @fabiocav, I wasn't aware it's still rolling.
Will move to a different SKU and see
No worries, we're working through the deployments in those environments as fast, and safely, as possible.
Same issue, rollbacked to .net 8 until MS rolls out .net 9 to Azure Functions Consumption tier.
Deployed as a container to be on the safe side, all good.
Description
I have a simple Azure Function App that was using .NET Isolated.
Decided to update to
.NET 9
and after everything is updated deployed through existing GitHub pipeline. My functions are not displayed in Azure Portal and all I can see wasWarmupTrigger
.So started simple.
Created Azure Function App with a HTTP trigger targeting .NET 9 Isolated Confirmed it's running locally:
Visual Studio Publish
Created necessary resources via Visual Studio (Linux/Consumption)
Published
My function doesn't come up.
CSPROJ,
App Settings,
Confirmed it Uses
64bit
.Shouldn't this be working without any issues, I mean this is the very basic.