when trying to login to my subscription, it is throwing the error where self-diagnostic test is successful, I reached to Tech web, but they are saying open a ticket for azure team. Here is result from self-diagnostics
{
"browserInfo": {
"success": true,
"details": {
"browserName": "Microsoft Edge Chromium",
"OSName": "Windows",
"userAgent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0"
}
},
"fetchManifest": {
"success": true,
"status": 200,
"statusText": "",
"details": "Manifest was successfully retrieved with a status of 200. Cosmos DB is available."
},
"clientSideDependencyEndpoints": {
"success": true,
"details": [
{
"name": "React View",
"uri": "https://reactblade.portal.azure.net/api/ping",
"status": 204,
"statusText": ""
},
{
"name": "Azure Resource Manager",
"uri": "https://management.azure.com/healthcheck?api-version=2014-04-01",
"status": 200,
"statusText": ""
},
{
"name": "Hosting Service: https://ms.hosting.portal.azure.net/",
"uri": "https://ms.hosting.portal.azure.net/api/ping",
"status": 200,
"statusText": ""
},
{
"name": "Hosting Service: https://hosting-ms.portal.azure.net/",
"uri": "https://hosting-ms.portal.azure.net/api/ping",
"status": 200,
"statusText": ""
},
{
"name": "Hosting Service: https://hosting-ms.portal.azure.net/",
"uri": "https://hosting-ms.portal.azure.net/api/ping",
"status": 200,
"statusText": ""
},
{
"name": "Hosting Service: https://hosting.portal.azure.net/",
"uri": "https://hosting.portal.azure.net/api/ping",
"status": 200,
"statusText": ""
},
{
"name": "Third Party Hosting Service",
"uri": "https://hosting.partners.azure.net/api/ping",
"status": 200,
"statusText": ""
},
{
"name": "Hosting Service: https://hosting.portal.azure.net/",
"uri": "https://hosting.portal.azure.net/api/ping",
"status": 200,
"statusText": ""
}
]
},
"serviceHealthEndpoints": {
"success": true,
"details": [
{
"name": "Azure Resource Manager",
"uri": "https://management.azure.com/healthcheck?api-version=2014-04-01",
"status": 200,
"statusText": "OK"
},
{
"name": "Microsoft Graph",
"uri": "https://graph.microsoft.com/v1.0/$metadata",
"status": 200,
"statusText": "OK"
},
{
"name": "Insights",
"uri": "https://insights1.exp.azure.com/",
"status": 200,
"statusText": "OK"
},
{
"name": "Azure Active Directory",
"uri": "https://login.microsoftonline.com/",
"status": 200,
"statusText": "OK"
},
{
"name": "Graph",
"uri": "https://graph.windows.net/v1.0/$metadata",
"status": 200,
"statusText": "OK"
},
{
"name": "Azure Email Orchestration",
"uri": "https://nam.comms.azure.net/",
"status": 200,
"statusText": "OK"
}
]
},
"loadIFrame": {
"success": true,
"details": "Loading an iframe was successful."
},
"localStorage": {
"success": true,
"details": "Read/write to storage was successful."
},
"sessionStorage": {
"success": true,
"details": "Read/write to storage was successful."
},
"webWorkers": {
"success": true,
"details": "All web workers responded successfully."
},
"requestBodyPersistence": {
"success": true,
"details": "Request body was not stripped while making a POST request to the server."
},
"cookiePersistence": {
"success": true,
"details": "Cookies were received by server and not stripped during request."
}
}