Connecting to 3rd Party application from Azure ?

Tushar Kane 1 Reputation point
2020-10-02T10:40:46.207+00:00

Is there anyway in Azure to securely connect to 3rd party application running on different cloud, with multiple use accessing this application and throughput more than 1.5Gbps ?

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,268 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Sam Cogan 10,332 Reputation points MVP
    2020-10-02T12:38:36.597+00:00

    This really has little to do with Azure. You can of course make external connections from inside your virtual network to services that are not running in Azure, Azure services all have internet connectivity. You will need to make sure that any NSG rules, Firewalls etc. allow this traffic but you can do that.

    Support for multiple users is down to the service you are connecting to, it has nothing to do with Azure.

    Connectivity speed is again going to be down to the connectivity of your application to Azure. Bandwidth up to the end of the Azure network is very fast, but once you leave that it is going to be down to what connectivity your application has.

    0 comments No comments

  2. SaiKishor-MSFT 17,216 Reputation points
    2020-10-12T06:03:12.413+00:00

    @Tushar Kane
    Please let us know if you have any further questions regarding this issue. Thanks!

    0 comments No comments