Azure – Deploying multiple functions to same function app
I'm trying to publish 2 functions to my Azure function app, "copy-read-from-esb". Everything is written in Python in VS Code. The problem is that it looks like it will only register in my function app if the name of the…