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.