Configuring SQL Server Always On Availability Groups in Azure - Part 3
This is the last of the 3 part blog series where I will explain how to setup Always On using primarily PowerShell and a little bit of GUI. In this section we discuss how to setup and test the Always On SQL Server functionality Prerequisites### You have already completed Part 1 and Part 2 of the series. Part 3 - Prepare the cluster nodes for Always On### You can simply copy paste the code below and execute it step by step in order to implement Part 3 ########################################################## #Step: 1 #Description: Start an Azure PowerShell session # Or start an elevated PowerShell …[read more]