在Azure门户中,选择我的Web应用,然后选择“应用程序设置”,它显示如下:
针对应用程序设置以及连接字符串的错误消息“无法加载设置”。
我该如何解决?
其他信息:
与我具有相同特权的另一个用户在进入相同的“应用程序设置”页面时也会遇到此问题。我也可以部署,因此我有权限修改web.config
其他信息#2:
因此,我按照建议使用了Chrome Inspector,并尝试通过POST将应用设置设置为https://management.azure.com/subscriptions/xxxxxxxxxxx/resourceGroups/xxx/providers/Microsoft.Web/sites/xxx/config/appSettings/list?api-version=2015-08-01
这是JSON响应:
{
"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."
}
}