We are having function app and deploy using azure Devops.Faced 403 error while deploying function app.
After we set below configuration it works like a charm.
WEBSITE_WEBDEPLOY_USE_SCM= false.
Can you please explain what this configuration means?
And why it throws 403 error before?
