gpt4 book ai didi

powershell - 使用 Powershell 在具有服务计划的资源组中创建 Azure 网站(应用服务)

转载 作者:行者123 更新时间:2023-12-03 00:49:06 24 4
gpt4 key购买 nike

我查看了网络,只发现了一些简单的使用 New-AzureWebsite 的示例,例如:

    New-AzureWebsite -Name appName -Location yourLocation 

但是,此命令会在新资源组中使用新服务计划创建网站。如何使用现有服务计划在现有资源组内创建网站?

最佳答案

您可以使用新的 AzureRM Powershell v.1.0.1 并使用以下命令

New-AzureRMWebApp -ResourceGroupName <RGName> -AppServicePlan <AppServPlan> -Name <SiteName>

关于powershell - 使用 Powershell 在具有服务计划的资源组中创建 Azure 网站(应用服务),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34228759/

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