Update It is happening again. Successfully-created Windows-hosted function, visible in the Azure portal. Can connect to other functions in the same subscription and resource group, from the same pipeline, using the same service connection - but this newly-created function is invisible to the pipeline. What's going on?
Update Now we have the same issue with a newly-created function on windows. No visibility of it to DevOps after several hours. What might be going on?
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 a windows function app in the same resource group works correctly.
Things I've checked/tried:
About two hours after creation, the function finally appeared (with no changes on our part). I assume there must have been some kind of lag in the process of making the new function app visible to DevOps. Marking this as answered but leaving it up, in case others have similar issues.