@emanuel5325_tupaca It seems like the deployment was stopped due to an SCM container restart. This can happen if there was a management operation on the site.
To avoid this issue, it's recommended to not perform a management operation and a deployment operation in quick succession. Adding a small delay can help avoid any conflicts.
Regarding the suggestion to use the key WEBSITES_CONTAINER_START_TIME_LIMIT, this key is used to set the maximum amount of time that a container can take to start. If the container takes longer than this time limit to start, it will be terminated. However, this key may not be relevant to your issue since the error message you provided indicates that the deployment was stopped due to an SCM container restart.
To troubleshoot this issue further, you can try the following steps:
- Check the Azure portal for any notifications or alerts related to your web app.
- Check the logs for your web app to see if there are any errors or warnings that could be related to the deployment issue.
- Try deploying your web app again after waiting for some time to ensure that there are no conflicts with management operations.