Azure cannot change the static IP address

jin luo 0 Reputation points
2023-08-20T10:41:56.6366667+00:00

I have disassociated, but there is no replacement option in the configuration微信图片_20230820183747

微信图片_20230820183840

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,704 questions
{count} votes

2 answers

Sort by: Most helpful
  1. AirGordon 7,145 Reputation points
    2023-08-20T11:39:36.56+00:00

    If i assume what you're trying to achieve;

    You have a virtual machine, with a Static Public IP Address. You're trying to either;

    1. Use a new, different IP address for the VM
    2. Change the IP address to be dynamically allocated.

    In either case, you should simply create a new Public IP address of the correct specification then allocate it to the NIC of the Virtual Machine. In the case of wanting a dynamic address ensure you create a Basic SKU Public IP (please be aware that Basic SKU Public IP is on a deprecation path).

    For more information on Public IP addresses in Azure, see: https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/public-ip-addresses#ip-address-assignment

    0 comments No comments

  2. msrini-MSFT 9,291 Reputation points Microsoft Employee
    2023-08-21T04:13:09.86+00:00

    Hi, Standard SKU IP allocation is always Static. Reference: https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/public-ip-addresses#sku

    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.