I have created an Azure Storage account with a private link and disabled public access. I was able to connect to the storage account from a VM (on Azure) that didn't have public address.
I tried to setup the Virtual Network Gateway and configure P2S vpn. Did the VPN installation on my system and connected the VPN. Then I tried connecting to the blob storage after connecting to VPN (thinking that I am in the same VNET as the storage private link) but I couldn't. I was greeted with the above screen.
Am I missing something? Is it possible to connect to private storage blob from local bench via VPN?










nslookup stplazdoceastus.blob.core.windows.netin command prompt what does it return? In order for this to work, it needs to return the private endpoint's IP address. I'm suspecting it'll return the public address for you currently.