Cluster Setup

Glenn Maxwell 12,871 Reputation points
2022-03-07T22:08:57.807+00:00

Hi All

I have an application and i want to setup Failover Cluster for this application. i have installed the cluster feature and added two nodes to the cluster. The servers are hosted in Azure. i am following the below MS article. since the servers are hosted in azure do i need to setup Azure Load Balancer. The OS on the servers is windows server 2019 DC edition. i want to use azure storage account as cloud witness.

https://learn.microsoft.com/en-us/windows-server/failover-clustering/create-failover-cluster

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,019 questions
Windows for business | Windows Server | Storage high availability | Clustering and high availability
0 comments No comments
{count} votes

Accepted answer
  1. Dayanand Gavas 151 Reputation points
    2022-03-08T07:20:27.973+00:00

    Yes you need the public/private load balancer based on how the clients will connect to it internally or externally.

    Please refer the link for cloud witness:
    https://learn.microsoft.com/en-us/windows-server/failover-clustering/deploy-cloud-witness

    Thank you,
    Dayanand G

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. vipullag-MSFT 26,487 Reputation points Moderator
    2022-03-09T06:29:56.267+00:00

    @Glenn Maxwell

    Thanks for reaching out on Microsoft Q&A Platform.

    Whether you want to deploy a Load Balancer or not completely depends on the factors like application type, uptime, availability, etc.

    As mentioned in the previous response by DayanandGavas-1821, you can check this Cloud Witness and it is a feature of Windows Server 2019 and later. You can follow this public document to deploy the storage account required to use the Cloud Witness. The Cloud Witness was designed, primarily, for on-prem systems that needed remarkable uptime and to be an intermediary between geographically distributed cluster nodes. It doesn't make much sense to deploy for systems already in Azure, but it is still good to have in cases where the VM nodes are in different Azure regions.

    Hope that helps.
    Please 'Accept as answer' if the provided information is helpful, so that it can help others in the community looking for help on similar topics.

    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.