Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUERY] NetworkManagementClient.PublicIPAddresses.GetAsync() call throws TaskCanceledException. #1313

Open
OrpheusQu opened this issue May 18, 2022 · 1 comment

Comments

@OrpheusQu
Copy link

OrpheusQu commented May 18, 2022

Our code uses this interface to get PublicIpAddress as below:

_return await this.networkClient.PublicIPAddresses.GetAsync(resourceGroupName, publicIpName);_

Mostly it works fine. But sometimes for the first call after public ip created, it gets stuck for several minutes and fails due to TaskCanceledException. Within that excetpion, there is no detailed info (like http response, error code/logs, etc.)
Is this a known issue? Or any insights how to further trouble shoot the root cause?

Thanks a lot,
Best Regards.

@weidongxu-microsoft
Copy link
Member

This SDK is in maintenance.

Please plan for migration to https://aka.ms/azsdk/dotnet/mgmt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants