Hello @Aran Billen ,
Welcome to Microsoft Q&A Platform. Thank you for reaching out & hope you are doing well.
I understand that you would like to host DHCP server in Azure and would like to know if it is possible and how.
As mentioned in the Azure Vnet FAQ,
To deploy a DHCP server in Azure on a virtual machine, you can refer the below tutorial:
https://learn.microsoft.com/en-us/azure/virtual-network/how-to-dhcp-azure
The DHCP relay agent on the on-premises network must be configured to forward DHCP requests to the DHCP servers in Azure. Consult the manufacturer's documentation for the DHCP relay agent for configuration steps.
Additional references:
Proof of Concept on how to run Windows DHCP Servers on Azure to assign dynamic IPs to On-Prem networks can be found in the below document:
https://github.com/yachoukh/DHCPServer-On-Azure
Kindly let us know if the above helps or you need further assistance on this issue.
Please don’t forget to "Accept the answer" wherever the information provided helps you, this can be beneficial to other community members.