Azure portal application settings: “Failed to load settings” (ReadOnlyDisabledSubscription)

老子叫甜甜 提交于 2019-12-23 12:48:08

问题


In the Azure portal I select my web app and then "Application settings" and it shows this:

An error message, "Failed to load settings", for application settings and also for connection strings.

How do I fix this?

Additional information:
Another user with the same privileges than me is also experiencing this issue when going to the same Application settings page. Also I'm able to deploy so I have the privilege to modify web.config

Additional information #2:
So I used Chrome Inspector as suggested and its trying to get application settings with a POST to https://management.azure.com/subscriptions/xxxxxxxxxxx/resourceGroups/xxx/providers/Microsoft.Web/sites/xxx/config/appSettings/list?api-version=2015-08-01

This is the JSON response:

{
   "error": {
       "code":"ReadOnlyDisabledSubscription",
       "message":"The subscription 'xxxxxxxxxx' is disabled and therefore marked as read only. You cannot perform any write actions on this subscription until it is re-enabled."
   }
}

回答1:


Sometimes the Azure portal has bugs.
Also try https://preview.portal.azure.com, occasionally that works for me when the main portal has errors.



来源:https://stackoverflow.com/questions/51318220/azure-portal-application-settings-failed-to-load-settings-readonlydisabledsu

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!