我正在使用Start-AzureWebsite(以及 Stop-AzureWebsite)azure powershell cmdlet 来启动 azure 网站。它工作了大约 3 个月,并在 2 天前(2014 年 1 月 31 日)停止工作(环境没有任何变化)。现在两个 cmdlet 都崩溃并出现以下错误:
C:\> Start-AzureWebsite -Name mywebsite
Start-AzureWebsite : String was not recognized as a valid Boolean.
At line:1 char:1
+ Start-AzureWebsite -Name mywebsite
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : CloseError: (:) [Start-AzureWebsite], FormatException
+ FullyQualifiedErrorId : Microsoft.WindowsAzure.Commands.Websites.StartAzureWebsiteCommand
我试图在不同的帐户和不同的机器上运行它,但没有成功。我还尝试安装最新版本的 azure sdk。
如果您对此问题有任何建议,请告诉我。
-石油