有没有办法使用PowerShell扩展Azure WebSite实例计数(而不是实例大小)?
我想更新现有的WebSite实例数。
答案 0 :(得分:1)
通常,您不会扩展网络应用,但您可以扩展他们所居住的应用服务计划。
documentation包含有关使用PowerShell的详细信息。在这里,你会想要这样的东西:
Set-AzureRmAppServicePlan -Name ContosoAppServicePlan -ResourceGroupName ContosoAzureResourceGroup -NumberofWorkers 9