How do I get a non-data center IP in Azure?

Alfred Joe Jr 0 Reputation points
2023-09-16T19:55:30.1966667+00:00

I've seen that all the ip i create in Azure are mostly flagged as "datacenter" IPs. Is there any possibilities to fetch a non data center type IP?

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,762 questions
{count} votes

1 answer

Sort by: Most helpful
  1. TP 124.7K Reputation points Volunteer Moderator
    2023-09-16T20:40:44.03+00:00

    Hi Joe,

    Couple of options off the top of my head that would allow you to use a non-Azure datacenter IP:

    First if you buy/lease a /24 or larger public IP address block you can bring that block into Azure. This is known as "Bring your Own IP addresses" or BYOIP. You would need to buy/lease the block from a third party. Downside is cost and administrative overhead.

    Please see article below for more details:

    https://azure.microsoft.com/en-us/blog/bring-your-own-ip-addresses-byoip-to-azure-with-custom-ip-prefix/

    Second would be to route all of your Azure resources' Internet traffic through your on-premises network using Virtual Network Gateway with/without ExpressRoute. In this way the public IP address would be among those that are assigned to your on prem network. Downside is cost, extra latency, less max throughput, administrative overhead, higher risk of network downtime.

    Please click Accept Answer if the above was helpful.

    Thanks.

    -TP


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.