I want to set up a DHCP server on my Azure VM however it will not service DHCP requests because it doesn't have a static IP defined. I defined a static IP through the Azure PowerShell (which makes a reservation for the server) but the DHCP server software still sees it as 'dynamic.'
The error is: The DHCP service is not servicing any DHCPv4 clients because none of the active network interfaces have statically configured IPv4 addresses, or there are no active interfaces.
Is there a way to override this and force it to work without a statically configured IPv4 address?