Open frasermclean opened 2 months ago
This issue is still ongoing an looks like it might be related to GitHub Action deployment issue: https://github.com/Azure/functions-action/issues/245
Yeah, definitely still an issue. No matter how often I deploy, none of my Functions show up.
Yeah, definitely still an issue. No matter how often I deploy, none of my Functions show up.
Have you tried deploying from VSCode or CLI as a workaround?
Same issue here, makes the flex plan unusable.
The issue for us was using ConfigureFunctionsWebApplication() to configure HostBuilder. When we changed to ConfigureFunctionsWorkerDefaults, the functions loaded no problem.
There appears to an issue with the jobs app. The only function that is showing is a "WarmUp" function:
This might be related to these issues: https://github.com/Azure/azure-functions-host/issues/10169 https://github.com/Azure/functions-action/issues/245