簡體   English   中英

無法在 Azure 中啟用“Microsoft.Container Service”

[英]Cannot enable “Microsoft.Container Service” in Azure

我嘗試運行az provider register --namespace Microsoft.ContainerService超過 2 小時。 但是,它仍然以NotRegistered狀態顯示WindowsPreview

它只提到在此鏈接中完成注冊需要幾分鍾,但已經花費了2個多小時。

正確的命令應該是這樣的:

az feature register --name WindowsPreview --namespace Microsoft.ContainerService

而你運行的命令是刷新Microsoft.ContainerService resource provider的注冊。

即使查爾斯提供了答案,我還是想附上可以幫助其他人的命令列表,

az feature register --name "WindowsPreview" --namespace "Microsoft.ContainerService"

commands列表

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM