I have a Time Trigger Function written in Python 3.11.9 in Visual Studio code. The function runs successfully locally (using F5). When I deploy the function to the Azure portal from Visual Studio Code, it shows as “Deployment successful.” in both the Output and Azure tab
However, when I go to my Function App on Azure Portal, the App files show in the function section
but my time trigger function does not shows in the overview section of the function app in the Azure Portal
When deploying from VS Code, I tried deploying from;
-
the Local Workspace section on the Azure tab
-
The Resource section on Azure tab
- Through terminal
(which gives a slightly different output, see below)
But none of these methods were able to fix the problem of the Azure Function not showing up on my Azure Portal Function App.
Any guidance or previous experience with this type of error would be greatly appreciated