Share via

How to deploy function app workload after adding it to the front-door as an origin with private link enabled.

IT Doodle 21 Reputation points
2022-05-24T15:36:11.137+00:00

Heya,

Recently the project started using Azure Front Door Premium, created origin-groups and added origins with private link enabled. In our case origins are azure function app, and Azure DevOps deployment pipeline fail ever since we moved to front-door premium.

Can someone please advise what deployment options I have?

The function app was publicly available and then Azure DevOps was able to deploy without any issues, however after adding it to the origin-group, the function has a private IP and since then it is not accessible in Azure DevOps.

Thanks

Shiva

Azure Front Door
Azure Front Door

An Azure service that provides a cloud content delivery network with threat protection.

0 comments No comments

Answer accepted by question author

Vidya Narasimhan 2,126 Reputation points Microsoft Employee
2022-05-24T17:10:54.447+00:00

@IT Doodle Since you have enabled private endpoints for Azure Premium Functions, you need to use Azure Devops self-hosted agents deployed in the VNet that has line of sight to the private endpoints. Details about ADO self-hosted agents are here https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/agents?view=azure-devops&tabs=browser#install

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

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