Hi @richard vo
Thanks for the question and using MS Q&A platform.
Failed to load container logs: Resource containerlog
of type text not found" indicates that the Deployment Center is unable to fetch logs from the Web App's container
- Verify resource usage (CPU, memory) in the App Service Plan.
- Scale up or out to reduce resource contention.
- Deployment Center Configuration
- Go to Azure Portal > Web App > Logs (Monitoring).
- Enable Application Logging and Web Server Logging.
- Recheck Deployment Center configuration.
- Ensure container logs are mapped to /home/LogFiles.
- Update logging paths in the container configuration if necessary.
- Check Network Settings and firewall rules to ensure access is allowed for Azure services.
- Review the Azure Service Health Dashboard for active incidents.
- Redeploy the container using a tested image.
- Inspect and correct the Dockerfile or docker-compose configuration
- Restart and Debug
- Restart the Web App and App Service Plan from the Azure portal.
Enable Diagnostic Logs for deeper analysis: Azure Portal > Web App > Diagnostics and Solve Problems.
references: https://learn.microsoft.com/en-us/azure/app-service/tutorial-custom-container?pivots=container-linux&tabs=azure-cli