Azure / azure-cli

Azure Command-Line Interface
MIT License
4.03k stars 3.01k forks source link

az cli issue #23446

Open choiminjoo opened 2 years ago

choiminjoo commented 2 years ago

status

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

yonzhan commented 2 years ago

Please provide detailed CLI command and error log for us to help you.

ghost commented 2 years ago

Thank you for your feedback. This has been routed to the support team for assistance.