无法删除天蓝色的 Public IP 地址
Not able to delete Public IP address in azure
我正在尝试从 azure 中删除 public IP 地址。我已经从 Azure 中删除了关联的网络接口卡,但删除 IP 地址会引发以下错误。
Public IP address /subscriptions/ddddddd-ddddd-dddd-dddd-dddddddd/resourceGroups/atcsl/providers/Microsoft.Network/publicIPAddresses/pip-VM1_Windows can not be deleted since it is still allocated to resource /subscriptions/ddddddd-ddddd-dddd-dddd-dddddddd/resourceGroups/atcsl/providers/Microsoft.Network/networkInterfaces/nic_VM1_Windows/ipConfigurations/ipconfig1. In order to delete the public IP, disassociate/detach the Public IP address from the resource. To learn how to do this, see aka.ms/deletepublicip.
删除网络接口可能只需要几分钟时间。如果您仍然在资源组中看到您的网络接口
您也可以只转到网络接口的 IP 配置设置,然后单击您的配置
然后单击“取消关联”>“保存”,您可以删除您的 public IP。
我正在尝试从 azure 中删除 public IP 地址。我已经从 Azure 中删除了关联的网络接口卡,但删除 IP 地址会引发以下错误。
Public IP address /subscriptions/ddddddd-ddddd-dddd-dddd-dddddddd/resourceGroups/atcsl/providers/Microsoft.Network/publicIPAddresses/pip-VM1_Windows can not be deleted since it is still allocated to resource /subscriptions/ddddddd-ddddd-dddd-dddd-dddddddd/resourceGroups/atcsl/providers/Microsoft.Network/networkInterfaces/nic_VM1_Windows/ipConfigurations/ipconfig1. In order to delete the public IP, disassociate/detach the Public IP address from the resource. To learn how to do this, see aka.ms/deletepublicip.
删除网络接口可能只需要几分钟时间。如果您仍然在资源组中看到您的网络接口
您也可以只转到网络接口的 IP 配置设置,然后单击您的配置
然后单击“取消关联”>“保存”,您可以删除您的 public IP。