-2

We are currently creating snapshots from them creating VHD's to a storage account where we use the snapshots to create disks. I was wondering if there's a way to use private endpoint or private link to to keep the snapshots secure. I am working under the assumption the VHDs are sent to a storage account over the internet. We generate a SAS at the point of being copied. The requirement is to keep everything on the Azure network or to use private link\endpoint or service endpoint wherever possible.

Is this possible or does it need to go over the internet?

Thanks in advance and I hope ot makes sense.

4

1 回答 1

1

If your VMs are in Azure VNet, Yes you can transfer the disks through azure backbone network to a storage account using private endpoint configured. But if the Vms are on-premise private endpoints won't work and i am ot sure service endpoints work or not from on-premise

于 2021-07-20T01:54:47.537 回答