Hi there Sophie
Thanks for using QandA platform
Guess the compute environment is missing a needed variable for secure certificate-based communication — specifically AZ_LS_CERT_THUMBPRINT
.
- Go to your pipeline job settings and check the environment configuration.
- If you’re using a custom Docker image or environment, make sure this variable is defined in your environment or passed during job setup.
- You can manually set it by going to the Environment variables section in your compute configuration or pipeline step and adding: AZ_LS_CERT_THUMBPRINT=<your_thumbprint_here>
Also try recreating the compute or using a default Azure ML environment to see if that resolves it.
If this helps kindly accept the answer thanks much.