【发布时间】:2017-10-07 16:33:35
【问题描述】:
我添加了一个新的 Premium V2 应用服务计划。现在在 PowerShell 中运行 Get-AzureWebSite 时,我收到以下错误消息:
get-azurewebsite : Requested value 'PremiumV2' was not found.
At line:1 char:1
+ get-azurewebsite
+ ~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Get-AzureWebsite], ArgumentException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.Websites.GetAzureWebsiteCommand
错误是什么?
【问题讨论】:
标签: azure-web-app-service azure-app-service-plans