How are outside vpn connections are handled in Azure

Mike Rutledge 40 Reputation points
2024-05-28T17:52:53.2033333+00:00

I don't know enough about azure to know if I'm asking the right questions but this is what we currently have and wondering how it would work in Azure.

We have an integration enging (Mirth Connect) that connects to the outside world (labs, Dr. offices, hospitals) through both sFPT and TCP connections. For the TCP connections, we require a hardware vpn to be established between each outside vendor and out network (all handled by our network team). Once that is connected, we allow agreed upon IP\ports through the firewall that allows connectivity to Mirth.

We are moving our setup to Azure. What Azure device is used to set up the multiple vpn connections to the outside? Does a VPN gateway do that? And once connected, can that traffic be directed to any instance of Mirth connect set up in the same group?

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,803 questions
0 comments No comments
{count} votes

Accepted answer
  1. ChaitanyaNaykodi-MSFT 27,481 Reputation points Microsoft Employee Moderator
    2024-05-29T01:10:12.88+00:00

    @Mike Rutledge

    Thank you for reaching out.Based on my understanding of your question above you are moving your on-prem set-up to Azure where for TCP connections and you wish to add VPN connection between your application and the third party vendors.

    If my understanding above is correct, then I think Azure VPN Site-to-Site will be suitable for your needs. You can use it in a combination with Azure Firewall to apply necessary rules as described here

    For Azure VPN Gateway here is list of validated devices and a list of IPsec/IKE parameters for VPN gateways. Your third-party vendors should have one of the devices listed in the document above in-order to establish Site-2-site VPN using Azure VPN gateway.

    Depending on your requirement for scalability, I think exploring Azure WAN will be helpful. The Virtual WAN architecture is a hub and spoke architecture with scale and performance built in for branches. You can also deploy a secured WAN hub for applying necessary firewall rules.

    User's image

    If Azure VPN Gateway does not satisfy your requirements You can also explore the Community-suggested third-party VPN as suggested in the article here.

    Hope this helps! Please let me know if you have any additional questions. Thank you!


    ​​Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.