How do I get an IPv6 address in Azure?

Sean Pierce 0 Reputation points Microsoft Employee
2024-10-08T20:58:51.7466667+00:00

If I just wanted a VM with a publicly routable IPv6 address, how do I do that? I feel like Microsoft needs to issue me a IPv6 (or /64 block)

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
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Vinodh247 34,661 Reputation points MVP Volunteer Moderator
    2024-10-09T00:29:22.1033333+00:00
    1. Enable IPv6 on the Virtual Network (VNet) by adding a /64 IPv6 address space.
    2. Configure an IPv6-enabled subnet within the VNet.
    3. Add a public IPv6 address to the network interface (NIC) of your VM.
    4. Update the Network Security Group (NSG) to allow IPv6 traffic.
    5. Verify the IPv6 connectivity of the VM.

    Once configured, your VM should have a publicly routable IPv6 address, and you can connect to it over IPv6.

    0 comments No comments

  2. KapilAnanth-MSFT 49,536 Reputation points Microsoft Employee Moderator
    2024-10-09T10:55:04.4+00:00

    @Sean Pierce ,

    Welcome to the Microsoft Q&A Platform. Thank you for reaching out & I hope you are doing well.

    I understand that you would like to deploy a IPV6 VM with Public Access.

    You can follow the below docs :

    Kindly let us know if this helps or you need further assistance on this issue.

    Thanks,

    Kapil


    Please don’t forget to close the thread by clicking "Accept the answer" wherever the information provided helps you, as this can be beneficial to other community members.


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.