It's working now. I don't know... maybe was an internal problem that has been solved.
Resource parameters not loading (error 500) - Azure DB for MySQL

Tried in every browser. When i access /resource/subscriptions over Azure Portal (Azure Database for MySQL Flexible Server), gives me "no results". On console, i can see the following error:
R3IAwc0JygC1.js:10 [Microsoft_Azure_OSSDatabases] 10:45:41 ServerParametersBladeBase._initializeData.serverParameters ServerParametersBladeBase._initializeData.serverParameters: {
"_errorData": {
"type": "SqlPortalServerError",
"errorData": {
"message": "Error requesting ARM API. 'GET /subscriptions/ea5b5937-bcfb-4a1a-86e3-de83e8b20c5d/resourceGroups/RecDream/providers/Microsoft.DBforMySQL/flexibleServers/recdreamer/configurations?api-version=2020-07-01-privatepreview' returned 'HTTP 500'",
"stack": "Error\n at t.n (https://afd.hosting.portal.azure.net/ossdatabases/Content/Dynamic/weIy7bCypfB_.js:6:4105)\n at new t (https://afd.hosting.portal.azure.net/ossdatabases/Content/Dynamic/weIy7bCypfB_.js:6:4785)\n at https://afd.hosting.portal.azure.net/ossdatabases/Content/Dynamic/weIy7bCypfB_.js:13:6634",
"httpStatusCode": 500
}
},
"baseTypes": [
"MsPortalFx.Errors.FetchDataError",
"MsPortalFx.Errors.DataError",
"MsPortalFx.Errors.Error"
],
"dataSetName": "DataCache:2:2",
"errorLevel": 2,
"extension": "Microsoft_Azure_OSSDatabases",
"innerErrors": [],
"message": "",
"name": "Error",
"source": "DataCache:2:2",
"stack": "Error\n at t (https://portal.azure.com/Content/Dynamic/pZYkkGXRjrwZ.js:83:895)\n at t (https://portal.azure.com/Content/Dynamic/R3IAwc0JygC1.js:18:125)\n at new t (https://portal.azure.com/Content/Dynamic/R3IAwc0JygC1.js:18:318)\n at pt (https://portal.azure.com/Content/Dynamic/R3IAwc0JygC1.js:100:680)\n at https://portal.azure.com/Content/Dynamic/R3IAwc0JygC1.js:100:6567",
"timestamp": 88958.19999999925,
"type": "MsPortalFx.Errors.FetchDataError"
}
Azure Database for MySQL
2 additional answers
Sort by: Most helpful
-
Anurag Sharma 17,631 Reputation points
2021-06-07T08:01:37.327+00:00 hi @LuizOtvio-4912, welcome to Microsoft Q&A forum.
Could you please provide the screenshot while you are trying to access it?
Meanwhile I tried creating the same and was able to do that in azure Portal.
-
JuanAnD 6 Reputation points
2021-11-25T12:09:09.937+00:00 Hi,
Today I was taking a look at similar issue for a customer.
Problem was that a proxy in the middle is performing TLS inspection for https://afd.hosting.portal.azure.net, although not for https://portal.azure.com.Once inspection certificate chain was trusted (attempt to browse to https://afd.hosting.portal.azure.net, accept warnings and get nd install certificate), the issue went away.
Another option would be request an exception to IT to not inspect this URL.
Hope it helps.
Cheers.