+2 votes
in Rock by (13.1k points)
edited

Originally posted by Unknown

Echo Church gets this error whenever they try to resize their VM. The error message states that their public IP address is stuck in a failed state even though it is working fine.

enter image description here

1 Answer

+3 votes
by (13.1k points)
edited
 
Best answer

Originally posted by Unknown

To fix this issue we need to get the public IP address out of it's failed state. To do that, we need to use Azure Resource Explorer. Here are the steps:

Step 1: Find the resource with the failed state in the left navigation pane:
enter image description here

Step 2: Next enable read/write mode at the top:
enter image description here

Step 3: Click the edit button:
enter image description here

Step 4: Click the PUT button. NOTE: This will reprovision the resource so be mindful of the consequences of doing this. I did this to fix a failed public IP address and it successfully reprovisioned it while keeping the same IP address. I'm not sure if this will go smoothly with all types of resources. You can always reach out to me if you are unsure.
enter image description here

Further reading:
https://stackoverflow.com/questions/58241481/azure-failed-to-restart-virtual-machine-nic-is-not-in-succeeded-state

Welcome! Here you can ask questions and receive answers (hopefully) from other members of our team.
...