Good Morning, Hoping anyone can help as this seems a fairly obvious problem but for the life of me I can't see anywhere its been documented (unless i've missed something glaringly obvious)
We have an App Service running a containerised website. We have a Front Door and have enabled Front Door's private link to the app service (this restricts access automatically to the app service etc etc)
However, with this now all setup we get 403 when trying to access the SCM (as to be expected really), we can't see any of the logs via the portal and when deploying to the App Service via DevOps it says its successful but get this warning ##[warning]Error: Failed to update deployment history. Error: Ip Forbidden (CODE: 403)
Whats best practice with this, do we need to create a private link to the SCM from front door, setup some self hosted agents in a vnet that has access to a private link. Or is there something super simple that i've just missed
Thanks!