How to get the general list of supported VPN vendors using JS SDK/REST API without creating a Gateway/Connection is created

Abhinandu V Nair 0 Reputation points
2023-05-18T17:24:24.1033333+00:00

I'm trying to get the list of supported VPN Vendors & details before a Gateway/Connection is created using a Javascript SDK method / REST API call. I could find one method in arm-network package supportedVpnDevices, but this requires the virtualNetworkGatewayName as a mandatory parameter. But my use case requires the list of supported vendors before this resource is even created.

Any help is appreciated.

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
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,778 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sedat SALMAN 14,185 Reputation points MVP
    2023-05-19T07:05:19.1233333+00:00

    MS provides list of devices for Azure VPN Gateway

    https://learn.microsoft.com/en-us/azure/vpn-gateway/vpn-gateway-about-vpn-devices

    This list includes several VPN vendors and specific device models which are validated as compatible with Azure VPN. The documentation also includes configuration notes and guides for these devices.

    There is no direct method to get this list like API or SDK but you can parse the site and create your own list in your app


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.