Azure Traffic Manager API always returns "CheckingEndpoint" for groups

Admin Andres Moreno 0 Reputation points
2025-11-17T12:57:40.14+00:00

Good Morning,

For the past 10 days or so, traffic manager> Resource Manager Endpoints, always returns EndpointMonitorStatus: "CheckingEndpoint" .

The issues started at the same time that Azure was having problems, and is still not fixed.

My issue is just with the API . For the same entry I get different values. Depends if I'm getting the whole group or a single profile.

When I use the following URL:

https://management.azure.com/subscriptions/<Subscription-ID>/resourceGroups/<Resource-Group>/providers/Microsoft.Network/trafficmanagerprofiles?api-version=2022-04-01 I get the following: . . {"endpointStatus":"Enabled","endpointMonitorStatus":"CheckingEndpoint","targetResourceId":null,"target":"xxxxx","weight":1,"priority":1,"endpointLocation":null,"minChildEndpoints":null,"alwaysServe":"Disabled"}}, . .

However when I use the following URL: https://management.azure.com/subscriptions/<Subscription-ID>/resourceGroups/<Resource-Group>/providers/Microsoft.Network/trafficmanagerprofiles/<Pofile-name>?api-version=2022-04-01

I get a the right answer: . . {"endpointStatus":"Enabled","endpointMonitorStatus":"Degraded","targetResourceId":null,"target":"xxxxxxx","weight":1,"priority":1,"endpointLocation":null,"minChildEndpoints":null,"alwaysServe":"Disabled"}} . .

This entries are not new in TM. It's been over 4 years now. We got this issue with the API around 10 days ago or so. The "CheckingEndpoint" is constant when we pull for all the resource group information.

Azure Traffic Manager
Azure Traffic Manager

An Azure service that is used to route incoming network traffic for high performance and availability.

0 comments No comments

1 answer

Sort by: Newest
  1. Ravi Varma Mudduluru 12,625 Reputation points Microsoft External Staff Moderator
    2025-11-17T13:51:47.0066667+00:00

    Hello @Admin Andres Moreno,

    Thanks for reaching out to Microsoft Q&A

    This is a known issue with the group API call, and the PG is working on this issue. Could you please use the API call to query a single profile as a workaround. We will notify once the fix for the group call is available.

    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.