Cross DB query between Azure SQL Server VM on Azure Gov Cloud and Azure Public cloud

Ranjit Mattamal 26 Reputation points
2021-01-04T17:29:10.28+00:00

I have an on-premise database which communicates with Azure SQL Sever VM on public cloud using linked server. Now we have a requirement to move the on-prem db to Azure Government Cloud.

After migration to Azure Gov cloud how can I maintain the connection for cross db query between SQL servers on Gov cloud and Public cloud? My understanding is Global vnet peering cannot be maintained between Gov cloud and on-prem cloud.

Is there a way to keep the functionality of cross DB query intact after migration?

Appreciate your help.

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,795 questions
Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
550 questions
{count} votes

Accepted answer
  1. SaiKishor-MSFT 17,336 Reputation points
    2021-01-13T06:38:28.777+00:00

    @Ranjit Mattamal You will not be able to make VNET to VNET connections between global Azure and Us Gov Azure, but you should have no issues creating a site to site VPN between them so yes it is possible to do this.

    1 person found this answer helpful.

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.