Hi @Henrik Sejersen,
You're encountering a common Azure Machine Learning issue where job uploads fail with the error: "Unable to retrieve SaS Urls for project download. Snapshot data appears to be invalid."
This usually means the code snapshot is either corrupted or expired. To resolve this, try deleting the .azureml
folder and resubmitting the job to generate a fresh snapshot. If you're using custom components, recreate and re-register them.
Also, ensure your workspace has valid access to the underlying storage and that any SAS tokens used haven’t expired. Updating the Azure ML SDK to the latest version can also help. If the issue persists, consider testing in a new workspace.
I hope you understand! Thank you.