Open zshu11 opened 2 years ago
Thank you for your feedback. This has been routed to the support team for assistance.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @vnetsuppgithub.
Author: | zshu11 |
---|---|
Assignees: | msyyc |
Labels: | `question`, `Service Attention`, `Network - Virtual Network`, `Mgmt`, `customer-reported`, `needs-team-attention` |
Milestone: | - |
Hi @zshu11 python SDK is just tools to send/receive http request/response from service. So SDK can't speed if server takes long time to execute your cmd. I will transfer this issue to service repo which is more appropriate.
Hi, Guys: we try to move secondary ipconfig with associated public IP from one interface to another interface, and use sync python NETWORK_CLIENT.network_interfaces.begin_create_or_update() API. The python code is executed inside the Virtual Machine, we find the API is very slow and takes about more than a minute.
ifconfig is not a resource in Azure portal object design. Is there have another python to detach one ipconfig from one interface and attach the ipconfig to another interface? (The ipconfig has public IP).
Thanks.