gpt4 book ai didi

powershell - Azure 应用服务扩展 powershell

转载 作者:行者123 更新时间:2023-12-03 00:16:22 25 4
gpt4 key购买 nike

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

使用 powershell 我正在尝试扩展应用程序服务,这反过来又会扩展此应用程序服务内的网络应用程序。我想将大小更改为中,并将实例数更改为 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 等。所以不是环境问题。

感谢任何帮助..

谢谢

最佳答案

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

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

关于powershell - Azure 应用服务扩展 powershell,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33733391/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com