Azure功能RollingUpgradePreview注册正在等待中

时间:2018-08-23 09:39:05

标签: azure azure-vm-scale-set

我要启用功能:使用Azure CLI的Microsoft.Compute / RollingUpgradePreview

az feature register --name RollingUpgradePreview --namespace Microsoft.Compute

16个多小时后,注册状态仍处于待处理状态。该怎么办?

az feature show --name RollingUpgradePreview --namespace Microsoft.Compute -o table

{
  "id": "/subscriptions/__ID__/providers/Microsoft.Features/providers/Microsoft.Compute/features/RollingUpgradePreview",
  "name": "Microsoft.Compute/RollingUpgradePreview",
  "properties": {
    "state": "Pending"
  },
  "type": "Microsoft.Features/providers/features"
}

0 个答案:

没有答案