How can Azure VM with private IP connect to Azure Storage account via internet

Noushad Karuthadath 20 Reputation points
2024-04-18T18:09:38.52+00:00

Hi Team,

i have a Redhat Based VM, which is HPE VSA. now this is deployed in customer Azure environment and there is no public IP connected to VM. i want this VM to connect to an Azure storage account. This storage account reads data from on-prem HPE Storage and storage account firewall is set for inbound connection from anywhere and this is used by HPE storage to connect to storage account.

On-prem HPE storeonce storage and Azure VM VSA use combination of storage account access key and container name to connect to the storage account and appear as a cloud store inside HPE storeonce storage and Azure VM VSA.

is there anyway to connect to storage account public end point, from azure VM using it private IP address, at same time allowing on-prem HPE storage to continue accessing storage account via internet.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,146 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,701 questions
0 comments No comments
{count} votes

Accepted answer
  1. Marcin Policht 10,845 Reputation points MVP
    2024-04-18T18:42:46.33+00:00

    Yes - you can configure service endpoint (to route the traffic from the VM to the Azure Storage account via backbone) and Azure Storage firewall (to allow incoming traffic via public endpoint from the public IP address you designate) at the same time (that's the Enabled from selected virtual networks and IP addresses option on the Networking page of the storage account)


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments

0 additional answers

Sort by: Most helpful