Access to private networks on Azure

Pedrojfb 41 Reputation points
2023-01-10T14:20:25.103+00:00

Greetings everyone,

We currently have a client with some private security cameras that can only be accessed using their local network or with a VPN.

The main idea is that the client gives us the URL to access the security cameras and we then want to constantly gather the data from those cameras from a container deployed on azure.

I have heard about VPN Gateways, RTC Clients, VPN clients, and Application gateways.

What solution do you think would be the best fit for this problem?

I really appreciate any help you can provide.

Azure Traffic Manager
Azure Traffic Manager
An Azure service that is used to route incoming network traffic for high performance and availability.
111 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,205 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Alan Kinane 16,796 Reputation points MVP
    2023-01-10T15:19:47.617+00:00

    What protocol do the cameras use, is it HTTP/HTTPS traffic?

    I would guess a VPN is required here, to connect an on premises private network to your Azure virtual network so a VPN gateway could be used here as this can handle all TCP/UDP ports.


  2. msrini-MSFT 9,261 Reputation points Microsoft Employee
    2023-01-15T14:18:07.4133333+00:00

    Hi, You would need to connect to the on-Prem via VPN gateway. Once you connect to the security camara source, then your VMs in Azure have ip connectivity and you can get the data you needed.

    0 comments No comments