I'm having trouble creating a new VM on azure and applying an existing DNS to it.
is there an option somewhere in the azure portal ?
Regards,
Avishai.
答案 0 :(得分:0)
There are two ways to apply DNS servers to a VM: 1. Set the DNS servers at the vnet level (available in the portal) 2. Set the DNS servers at the cloud-service level (not available in the portal but is availably in Powershell as DnsSettings parameter to New-AzureVM).
Hth, Gareth