We have Azure Virtual Machine (VM) has one network interface (NIC) attached to it one NIC and have one or more static public IP associated it.
Reasons for Attaching Multiple static Public IPS
- Hosting multiple websites or services with different IP addresses on a single server
- Hosting the Wildcard Entry domains on a single server
Problem with the second IP we cont access the IIS server in Azure Virtual Machine (VM)
How to attach the second IP to access the IIS in VM?