An Azure service for ingesting, preparing, and transforming data at scale.
Welcome to the MS Q&A platform.
As per the error message "Cloud stored credentials cannot be found with retry, please check whether related resource had been deleted before", there is an issue with the credentials used to access the Azure Blob Storage account. It seems that the sub-resource payload could not be decrypted, and the stored credentials could not be found.
Please check the below.
Check the credentials used to access the Azure Blob Storage account are correct. Make sure that the service principal ID, service principal key, and tenant ID are all correct.
and since you're using a private link, please check the private endpoint is correctly configured and that the necessary network configurations are in place.
I hope this helps.