Functions list in Azure Portal and CLI empty

asd ads 0 Reputation points
2023-04-25T13:36:18.32+00:00

I have faced problem with function app. I have two separate environments and deployed code base to both of them. The functions are triggered by service bus. Both function apps working as expected when they are triggered. However in one environment I observer problem that Function list in azure portal and when called from CLI is empty. (App Service Plan with S1 tier is used) So far I have tried all the options I have found:

  • Setting WEBSITE_RUN_FROM_PACKAGE to 1 or removing
  • Files in kudu and function.json visible
  • Storage account access works
  • Tried setting SCM_DO_BUILD_DURING_DEPLOYMENT to true
  • Tried to deploy default project from Visual Studio directly Can you assist what I may check also to resolve the problem
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,680 questions
{count} votes