Hi Mike Bianco (Capgemini America Inc),
Welcome to the Microsoft Q&A Platform! Thank you for asking your question here.
Check the status of the containers. Try restarting the DataSidecar container:
Access the compute instance using SSH or a remote terminal. Run the following Docker commands to verify and restart the container:
# List all containers
docker ps -a
# Restart the data sidecar container
docker start <container_id>
Review the logs of the AzureML job and the Docker container for more details about the failure. Use the Azure portal or SDK for job log analysis.
If you have any further queries, please do let us know. If the answer is helpful, please click "Accept Answer" and "Upvote it" as it can be useful for the community members.