Paul Hernandez builds a (virtual) network:
Mirroring has been a transformative technology for data integrations tasks since the early Microsoft Fabric days. Moreover, this feature has been called “pain killer as a service” in community posts. In many projects, data sources to be mirrored are behind private networking and for security reasons they are not accessible using public internet. If you want to mirror, for example, an Azure SQL database, you’ll need a data gateway. According to the official docs: “If your Azure SQL Database is not publicly accessible and doesn’t allow Azure services to connect to it, you can set up virtual network data gateway or on-premises data gateway to mirror the data”.
In this post I’ll show you step-by-step how to set up connectivity to be able to use mirroring when Azure SQL allows only private access.
There are several steps involved, but the end result is worth it compared to not having the data at all or needing to make it accessible over the Internet.
Leave a Comment