frasermclean / adoptrix

Pet adoption centre platform
https://demo.adoptrix.com
MIT License
1 stars 0 forks source link

Jobs app only showing WarmUp function #95

Open frasermclean opened 2 months ago

frasermclean commented 2 months ago

There appears to an issue with the jobs app. The only function that is showing is a "WarmUp" function:

image

This might be related to these issues: https://github.com/Azure/azure-functions-host/issues/10169 https://github.com/Azure/functions-action/issues/245

frasermclean commented 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

davidobrien1985 commented 2 months ago

Yeah, definitely still an issue. No matter how often I deploy, none of my Functions show up.

frasermclean commented 2 months ago

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?

lukaferlez commented 2 weeks ago

Same issue here, makes the flex plan unusable.

lukaferlez commented 2 weeks ago

The issue for us was using ConfigureFunctionsWebApplication() to configure HostBuilder. When we changed to ConfigureFunctionsWorkerDefaults, the functions loaded no problem.