Azure Networking

N Wakchaure, Jagdish 120 Reputation points
2024-04-10T14:06:53.2633333+00:00

Hello All,

I have three node cluster. Two node running on on-premises and one node running on Azure.

Now when there is complete shutdown at on-premises my cluster will be down but i can move the resources to Azure node. but there is cluster name IP -virtual Ip associated with the cluster name. how we can brought this up on Azure node. so there shouldn't be issue with the after failover to azure or even after failback resources from Azure to on premises, once site is up.

Regards

Jagdish

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

1 answer

Sort by: Most helpful
  1. ChaitanyaNaykodi-MSFT 26,106 Reputation points Microsoft Employee
    2024-04-10T18:44:35.2666667+00:00

    @N Wakchaure, Jagdish

    Thank you for reaching out.

    I understand that you have a three-node cluster with two nodes running on-premises and one node running on Azure. In case of a complete shutdown at on-premises, you can move the resources to the Azure node. You want to know how to bring it up on the Azure node to avoid issues after failover to Azure or even after failback resources from Azure to on-premises once the site is up.

    I think Using Azure Traffic Manager in this scenario will be a good choice.

    Azure Traffic Manager is a DNS-based traffic load balancer. This service allows you to distribute traffic to your public facing applications across the global Azure regions. Traffic Manager also provides your public endpoints with high availability and quick responsiveness.

    A very similar site recovery scenario Azure <-> On-prem is described in this article here

    When Azure Traffic Manager detects that the Primary endpoint is no longer healthy, it automatically uses the Failover endpoint in the DNS response and users connect to the application recovered on Azure.

    User's image

    Hope this helps! Please let me know if you have any questions. Thank you!


    ​Please "Accept the answer" if the information helped you. This will help us and others in the community as well.

    0 comments No comments

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.