My deployment pipeline is failing, claiming it cannot find a specific azure function app.
If I try to use the helper, it too cannot find the app.
A similar pipeline to another function app in the same resource group works correctly.
Things I've checked/tried:
- The service connection is in the Contributor role for the function
- The pipeline is authorised to use the service connection
- I've tried adding a new service connection, scoped to the specific resource group
- I've tried deleting the original app and creating a new function app with a different name
- The target function app was created more than half an hour ago
- We have a development environment set up with separate Azure Devops and a different subscription - here the same deployment pipeline works perfectly.
This problem was first confined to function apps on Linux, but now we have it with a Windows app.
Crosspost from: https://stackoverflow.com/questions/70772462/why-would-azure-devops-pipelines-be-unable-to-connect-to-my-python-linux-functio