by George Chrysovaladis Grammatikos | Apr 16, 2018 | Azure, Installation / Configuration, SQL Server, VM
SQL Server: Failover Clustering and Always On Availability Groups Before we start to configure SQL Server always On, you need to make sure that you have: One Domain Controller Two Database Servers A Storage that will play the File Share Witness (Witness Quorum) All...
by George Chrysovaladis Grammatikos | May 17, 2017 | Az-Powershell, Azure
You can enable IP Forwarding on an Azure VM (ASM), with the following command. $vmname = “MyVM” $servicename = “MyCloudService” $vm = Get-AzureVM -ServiceName $servicename -Name $vmname Set-AzureIPForwarding -ServiceName $ServiceName -VM $VM...