Installing Fail over Cluster service in Azure Virtual Machine as part of Always On Creation
![Image](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjrRlN-CH9tu3KGv22n9StOfxBBu5iEYC0e-32o2HldNeicjJF8JDPkzqqjCCYWl-a0h2oGIo_4ylQqGTWQ9EJu3WSmxr41sDaJJxZcufjNceFksitGk2ZM6hlAXQ_sx_SAm3vTXh8-JXGe/s1600/FailoverclustersetupScripts.png)
Today i have configured WSFC in the Azure environment after creating virtual machines in the Azure. If i am trying to install Fail over cluster service it is throwing error. But if i do the same from power shell with in the virtual machine it is working. Install-WindowsFeature –Name Failover-Clustering –IncludeManagementTools Test-Cluster –Node Node1, Node2 New-Cluster –Name HADRCLUSTER –Node Node1, Node2 –StaticAddress 10.1.0.10