An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
Hi @ Jakub Śliwiński,
Thanks for sharing the response.
Please check the DNS resolution while connected to the VPN using the command below:
Resolve-DnsName -Name ["Blob storage account FQDN name"] -DnsOnly
If you are getting a Public IP instead of the Private Endpoint IP, please make sure to add the Storage Account Private Endpoint IP address and FQDN entry in your local hosts file.
After updating the hosts file, disconnect the VPN and reconnect again. Then run the same command and verify the result. This time, you should receive the Private IP address of the Private Endpoint.
Private Endpoint IP and FQDN
10.0.0.5 venkatstoragetestdemo.file.core.windows.net
Local Host file configurations.
I hope this information helps resolve your issue. Please feel free to ask if the provided solution does not help or if you have any additional questions.
Please
and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.