An Azure service that provides an event-driven serverless compute platform.
I have been noticing that there is a difference in behavior between running a Azure function app project between VS 2022 and VS2026, and finally have hit a solution.
I think the issue is due to VS2026 requires a installation of Azure SDK workload i.e. "Azure and AI development" while VS2022 doesn't require it and can detect a Azure function app project with having the equivalent workload installed.
So give installing "Azure and AI development" workload on VS2026 via the VS installer a go.
PS: I was noticing that the my Azure function app project icon looked wrong on VS2026 , i.e. not lightning bolt, and was not handling the local.settings.json as I expected