Skip to content

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

@OrpheusQu

Description

@OrpheusQu

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions