Azure / Azure/azure-cli

az cli issue

Open
#23,446 2 comments 0 reactions 1 assignee Assigned to @necusjz View on GitHub
act-quality-productivity-squad Auto-Assign bug customer-reported Network Service Attention
Dominant language
Python
Stars
4.6k
Forks
3.5k
Avg merge
3d 2h
Merged PRs (30d)
60

Description

![status](https://user-images.githubusercontent.com/110645924/182997448-9c6995bf-f94c-448a-93df-364653db6883.png)
> ### `az feedback` auto-generates most of the information requested below, as of CLI version 2.0.62

**Related command**

az network nic ip-config delete -g Nable -n Service-Private-VIP --nic-name sbc-a703
az network nic ip-config create -g Nable --nic-name sbc-b276 -n Service-Private-VIP --private-ip-address 10.0.0.100
az network nic ip-config update -n Service-Private-VIP --nic-name sbc-b276 --public-ip-address Service-Public-VIP -g Nable

**Describe the bug**
Delete the Service-Private-VIP assigned to NIC SBC-A703 of Virtual Machine A, create the same Service-Private-VIP on NIC SBC-B276 of Virtual Machine B, and attempt to allocate the PUBLIC IP (Service-Public-VIP).
However, it takes too long for this process to proceed.
A communication disconnection time for the service-public-VIP occurs for more than 100 seconds. Can I reduce the time allocated to Virtual Machine B?

**To Reproduce**

**Expected behavior**
PRIVATE IP / PUBLIC IP used by Virtual Machine A
I hope it can be reallocated to Virtual Machine B within 10 seconds.

**Environment summary**

[root@sbc-a scripts]# az version
{
"azure-cli": "2.38.0",
"azure-cli-core": "2.38.0",
"azure-cli-telemetry": "1.0.6",
"extensions": {}
}

[root@sbc-a scripts]# cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)

bash type

**Additional context**

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.