No public IP address for Azure VM

Tyler 21 Reputation points
2022-02-14T00:05:28.997+00:00

I switched my VM IP address from static to dynamic and back to static, but now there is no public IP address (there was one before I changed any settings). How do I get a public IP address for my VM?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,830 questions
0 comments No comments
{count} votes

Accepted answer
  1. Alan Kinane 16,781 Reputation points MVP
    2022-02-14T09:58:21.847+00:00

    I would first check to see if you have any public IP address resources that are not associated as these will incur a cost even if not associated.

    The easiest way is to just search for 'public ip address' resources using the search feature of the Azure portal.

    You can then check if these are already associated to a resource r not. If not, you can associate one of these public IP addresses with the network interface of your VM: https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/associate-public-ip-address-vm#azure-portal

    If you need to create a new public IP address first then here is how through the Azure portal: https://learn.microsoft.com/en-us/azure/virtual-network/ip-services/create-public-ip-portal?tabs=option-1-create-public-ip-basic

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Tyler 21 Reputation points
    2022-02-20T01:49:25.903+00:00

    Thanks! It was there, just had to be associated. Really appreciate the help!

    0 comments No comments