Error Exporting disk to a Storage account -Both configured with private endpoints in the same Vnet

49 Views Asked by At

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:

for disk: enter image description here

for storage account: enter image description here

and configuring their private endpoints: enter image description here 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: enter image description here

However the rules seemed to be fine. enter image description here

0

There are 0 best solutions below