Share via


NIC in failed state

Question

Tuesday, April 2, 2019 8:13 AM

Hi.
Im trying to find a solution for this anyone know how to delete the state of the NIC ?
cant connect to the associated VM either or change anything realated to the NIC

Have used this command without any luck  "az network nic update --resource-group --name "

Cannot proceed with operation because resource /subscriptions/7caae6e5-7f2e-42de-935a-5422d94f23d4/resourceGroups/stoaserviceny/providers/Microsoft.Network/publicIPAddresses/srv-infra1-ip used by resource /subscriptions/7caae6e5-7f2e-42de-935a-5422d94f23d4/resourceGroups/stoaserviceny/providers/Microsoft.Network/networkInterfaces/srv-infra1497 is not in Succeeded state. Resource is in Failed state and the last operation that updated/is updating the resource is PutPublicIpAddressOperation.

All replies (2)

Tuesday, April 2, 2019 8:20 AM ✅Answered

Hi Tobias, 

You will not able to perform any operation with the NIC as it is in failed state. You need to bring the NIC to succeeded state and then you can make changes. 

First, I would suggest you to go to https://resources.azure.com/ and then navigate to your NIC. 

Subscription --> Resource Group -->Providers --> Microsoft.network --> Select the NIC

Make sure the Read/Write switch is enabled on the top and then do a edit and PUT operation. 

If it fails, you can see the error at the bottom. If it succeeds check in the portal whether the NIC is out of failed state. 

Regards, 

Msrini


Tuesday, April 2, 2019 9:02 AM ✅Answered

Problem solved by doing a PUT operation on the the Public IPadress :)