Why is my Azure Functions deploy not working through GitLab CI/CD despite working when done with Azure Function Core Tools extension in VSCode?
I’ve created some Azure Functions using Python (3.9) and I’m having trouble setting up the CI/CD in the GitLab repository where the code resides. This repository resides in an Azure VM, not sure if that’s relevant. The functions connect to an Azure PostgreSQL database, as you will see further down in the code.