Upgrade to Standard SKU - Microsoft recommends Standard SKU public IP address for production workloads

Steven Li 0 Reputation points
2024-04-05T22:18:33.07+00:00

To upgrade to Standard SKU - Microsoft recommends Standard SKU public IP address, I need to dissociate the public IP address from the network interface card. What is the consequence of such dissociation? Is my website on my VM going to stop once the IP address is dissociated? Can I re-associate the public IP back to what it was before?

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

2 answers

Sort by: Most helpful
  1. Marcin Policht 51,365 Reputation points MVP Volunteer Moderator
    2024-04-05T22:58:39.7266667+00:00

    Follow the procedure described at https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/public-ip-upgrade-portal

    You should be able to retain the same IP address during the upgrade


    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    0 comments No comments

  2. KapilAnanth-MSFT 49,616 Reputation points Microsoft Employee Moderator
    2024-04-08T07:04:21.6933333+00:00

    @Steven Li ,

    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 upgrade your Basic SKU IP to Standard SKU.

    To answer your queries,

    1.I need to dissociate the public IP address from the network interface card.

    • Yes, this is required for the upgradation.

    2.What is the consequence of such dissociation?

    • You must note setting he Public IP to "Static" Allocation method is mandatory for the upgrade.
    • If your Basic IP is in "Static" Allocation method, your IP is retained throughout the migration.
    • If your Basic IP is in "Dynamic" Allocation method, and you disassociate the IP - you will lose the current IP Address and get a new IP Address.
    • So, if you would like to keep the same Public IP, you must change the Allocation method to Static before Disassociating the IP Address from the NIC.

    3.Is my website on my VM going to stop once the IP address is dissociated?

    • The website will be running inside the VM with no issues.
    • However, from the time of disassociation to reassociation to the VM, you will not be able to access the VM or the website running inside the VM
    • So, essentially, users will experience a small downtime during this period.

    4.Can I re-associate the public IP back to what it was before?

    • Yes, provided the VM's NIC is not part of a Basic Load Balancer's backend pool

    As mentioned by Marcin Policht , you may follow the document at https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/public-ip-upgrade-portal for more information.

    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

    0 comments No comments

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.