I have several functions running in Azure and I can tell that they aren't running. However, I can not verify as the deployment was successful. They are deployed from github here
I can see that the files are not visible in the "App Files" window. So that makes me think that they aren't there. Does azure functions support subfolders? It seems like a mess to have everything in one level.

The function shows 0 executions and there are several timer triggers. So I'm guessing that something is happening somewhere but I have no idea to see where the crash would be happening.
Is there any way that I can verify that:
- Azure functions believes that I have three functions deployed
- They are crashing.
- If no functions are deployed, what is causing the crash.
Источник: https://stackoverflow.com/questions/780 ... t-my-files