Connect azure to vpn

Ines 0 Reputation points
2023-03-30T08:36:02.6833333+00:00

I would like to get data of a client from mysql using azure synapse, however he's using a VPN. I used to connect to the vpn using forticlient through a user and password given by the client to get the data on my local. However, now, I have to connect using azure and get the same data. how should I proceed.

Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,373 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Bjoern Peters 8,921 Reputation points
    2023-03-30T13:55:53.3133333+00:00

    Hi Ines,

    Welcome to Q&A Forum; this is a great place to get support, answers, and tips.

    Thank you for posting your question; I'll be more than glad to help you out.

    There are at least two options...

    1.) If you want/need to use your on-premise device, create an automation (e.g., PowerShell script) that connects to your client, grabs the data, and moves it directly into the cloud onto a blob storage or directly into your data lake.

    2.) Maybe you already have, or you need to deploy a small virtual machine that uses that VPN client, connects to your client, and runs your script (that grabs your data and moves it into a blob or data lake)

    So, depending on your knowledge and options within your Azure environment, you should ideally move the VPN connections into Azure and initiate the connection from there.

    The best option might be a Site-2-Site connection between your client and your Azure environment, but that could be complicated if your client doesn't want to/know howto...

    I hope my answer is helpful to you,

    Your

    Bjoern Peters

    If the reply was helpful, please upvote and/or accept it as an answer, as this helps others in the community with similar questions. Thanks!


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.