Give an Azure VM an Internet-Routable IP Address

Learn how to give an Azure virtual machine a direct Internet IP address.

John Savill

July 17, 2014

1 Min Read
virtual IP address

Q: Can an Azure virtual machine have an Internet-routable IP address?

A: Typically, virtual machines running in a cloud service can be accessed from the Internet via an endpoint defined on the cloud service's virtual IP (VIP) address. It's also possible to use a pass-through IP address, which is a reserved IP address in a region that can then be allocated directly to a virtual machine—also known as an instance-level public IP (PIP) address. The exact process to use a pass-through IP address is documented in "Instance-Level Public IP Addresses." Note that even when a PIP address is assigned to a virtual machine, the cloud service still has a VIP address for use by other virtual machines in the cloud service.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like