Just to clarify, does this issue occur for local deployments via DevOps or only to Azure App Service?
Users with a similar issue were able to resolve by:
- In Azure DevOps, the agent pool has the right IPs for deployment.
- Upgrade App Service Plan, lack of space in App Service may cause this issue.
[Reference: discussion thread on SO ]
Please try setting the following app setting for your WebApp.
WEBSITE_WEBDEPLOY_USE_SCM = false
Also, ensure that the configuration settings in Azure DevOps are correct, review the deployment pipeline.
To fetch more info, you may check the deployment logs in Azure DevOps and App Service logs to see if there are any additional error messages or details that can help identify the root cause of the issue.
Looks like the screenshots were missing, please share the screenshots after concealing any private details.
Kindly let us know, I’ll follow-up with you further.