Enable IP Forwarding On Azure VM by George Chrysovaladis Grammatikos | May 17, 2017 | Az-Powershell, AzureYou 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 -Enable