Why would my Azure Devops pipeline be unable to connect to my newly-created function app?

Jude Fisher 1 Reputation point
2022-01-24T20:14:15.1+00:00

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

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,930 questions
0 comments No comments
{count} votes

3 answers

Sort by: Most helpful
  1. Anonymous
    2022-01-24T20:16:48.697+00:00

    Devops / TFS is not currently supported here on Q&A. The product group for Azure DevOps / TFS actively monitors questions over at
    https://developercommunity.visualstudio.com/report?space=21&entry=problem
    https://developercommunity.visualstudio.com/report?space=22&entry=problem

    --please don't forget to upvote and Accept as answer if the reply is helpful--


  2. Jude Fisher 1 Reputation point
    2022-01-24T20:22:12.917+00:00

    One function in a resource group (dt-****-prepare) is visible. The other, in the same resource group (dt-****-generate), is not:
    168025-image.png
    167959-image.png

    0 comments No comments

  3. Jaliya Udagedara 2,836 Reputation points MVP Volunteer Moderator
    2022-01-26T08:46:49.777+00:00

    I have faced the same scenario, likely it's going to appear in a couple of hours. It's strange but true!

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.