I’m trying to deploy fucntion app code via Azure DevOps release pipeline using Azure Function deploy task. A private endpoint is attcahed on this function app. I’m trying to deploy code via self-hosted agent[Linux Redhat VM]. Both private endpoint and linux vm are on same subnet. No NSG/Route table is applied on Subnet/NIC of VM. I’m getting below error
##[error]Failed to deploy web package to App Service.
##[warning]Can’t find loc string for key: KuduStackTraceURL
##[error]KuduStackTraceURL https://$fa-uks-uat-subscriber-web:***@fa-uks-uat-subscriber-web.scm.azurewebsites.net/api/vfs/LogFiles/kudu/trace
##[error]Error: Error: Failed to deploy web package to App Service. Ip Forbidden (CODE: 403)
Is this even related any networking or something else ? I’m not using any slots as well.
I want the code to be deployed successfully without any error.