az cli issue
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description

> ### `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
Assessment
This issue has not been assessed yet.