I was able to resolve this issue, it was related with DNS entry, I had to create a Private DNS entry for the App Service and assign it to the Virtual networks of both App Service Private endpoint and Agent.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi Team,
I am using Azure ADO Pipeline to build and push Docker Image to ACR from my code in build pipeline and release pipeline (with self hosted agent as we have private endpoint configured for App Service) to deploy it into App Service Container.
While pushing the code, build pipeline is working fine and push images to ACR but release pipeline is getting fail with "Failed to fetch Kudu App Settings. Error: Ip Forbidden (CODE: 403)" error. Please find screenshot below -
]1
Strange thing is, changes which we are making into the code are successfully deploying its just a pipeline which is getting failed.
I was able to resolve this issue, it was related with DNS entry, I had to create a Private DNS entry for the App Service and assign it to the Virtual networks of both App Service Private endpoint and Agent.
Please follow the below link to create private DNS to resolve the issue. https://learn.microsoft.com/en-us/azure/dns/private-dns-getstarted-portal