Simulation of On-Premises using Azure HyperV
- In Azure we need to create a Resource Group
- In that resource group we can create resources
- So lets create a Windows VM which has nested virtualization enabled Refer Here
- Create a Windows Server 2016 with Size D4s_V3 and open all ports in the NSG
- Now login into the Windows Server
mstsc -v <public ip> - Enable Hyper V Role on the Server
- Enable DHCP Role on the Server
- Create a Virtual Switch
- Setup NAT Network Refer Here
- Create a DHCP Scope for IPV4 from range 192.168.0.100 to 192.168.0.200 with the default gateway ip address to be 192.168.0.1
