Azure App Service Scaling powershell

时间:2015-11-16 10:43:05

标签: powershell azure azure-web-sites azure-app-service-envrmnt

我的环境中有一个名为“Standard”的app服务。目前,应用服务是在标准的小型1实例中配置的。

使用PowerShell我正在尝试扩展应用服务,这将反过来扩展此应用服务中的网络应用。 我想将大小更改为Medium,将实例更改为2.

这是我的代码段。

Login-AzureRmAccount
Set-AzureRMAppServicePlan -Name Standard -ResourceGroupName
 MyWebAppRG  -    NumberofWorkers 2 -WorkerSize Medium

当我运行此命令时,我收到以下错误

Set-AzureRMAppServicePlan : Could not load file or assembly 'Microsoft.Rest.ClientRuntime.Azure.Authentication, Version=0.11.0.0, 
Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
At line:11 char:1
+ Set-AzureRMAppServicePlan -Name Standard -ResourceGroupName MyWebAppRG  -Numbero ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Set-AzureRMAppServicePlan], FileNotFoundException
    + FullyQualifiedErrorId : System.IO.FileNotFoundException,Microsoft.Azure.Commands.WebApps.Cmdlets.AppServicePlans.SetAzureAppSe 
   rvicePlanCmdlet

我不确定,这里有什么问题?这个错误究竟意味着什么。

有关信息,我可以运行其他powershell命令,例如set-AzureRMResource等。所以不是环境问题。

任何帮助表示赞赏..

由于

1 个答案:

答案 0 :(得分:0)

您使用的是哪个版本的Azure Powershell?这是Azure Powershell 1.0.0中的已知问题。如果您使用的是该版本,请改用以下版本。如果您仍然发现问题,请回复。

https://github.com/Azure/azure-powershell/releases/tag/v1.0.1-November2015