I've deployed an ARM template, where I deployed a disk, a storage account, a vnet and a subnet, and have configured each of them for a private endpoint.
Following are some pieces of that:
and configuring their private endpoints:
enter image description here
Doing this, will make the disk and storage account fall in the same vnet and I'll be able to export the disk from there.
I was using the Azure Cli to do the copy using the az storage blob copy start command.
I retrieved the key from the portal of the storage account and generated $sas for the disk to be exported.
now using the command gave the following error:



