共用方式為


New-AzureRmWebAppSlot

建立 Azure Web 應用程式位置。

警告

自 2024 年 2 月 29 日起,AzureRM PowerShell 模組已正式淘汰。 建議使用者從 AzureRM 遷移至 Az PowerShell 模組,以確保持續支援和更新。

雖然 AzureRM 模組可能仍可運作,但不再維護或支援它,但會根據用戶的判斷權和風險放置任何繼續使用。 如需轉換至 Az 模組的指引,請參閱我們的 移轉資源

語法

New-AzureRmWebAppSlot
   [-ResourceGroupName] <String>
   [-Name] <String>
   [[-Slot] <String>]
   [[-AppServicePlan] <String>]
   [[-SourceWebApp] <PSSite>]
   [-IgnoreSourceControl]
   [-IgnoreCustomHostNames]
   [[-AppSettingsOverrides] <Hashtable>]
   [[-AseName] <String>]
   [[-AseResourceGroupName] <String>]
   [-ContainerImageName <String>]
   [-ContainerRegistryUrl <String>]
   [-ContainerRegistryUser <String>]
   [-ContainerRegistryPassword <SecureString>]
   [-EnableContainerContinuousDeployment]
   [-AsJob]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

New-AzureRmWebAppSlot Cmdlet 會在指定的資源群組中使用指定的 App Service 方案和數據中心,建立 Azure Web 應用程式位置。

範例

範例 1

PS C:\> New-AzureRmWebAppSlot -ResourceGroupName Default-Web-WestUS -Name "ContosoSite" -AppServicePlan "ContosoServicePlan" -Slot "Slot001"

此命令會在數據中心美國西部名為 Default-Web-WestUS 的現有資源群組中,於現有的 Web 應用程式名稱 ContosoSite 下建立名為 Slot001 的 Slot。 此命令會使用名為 ContosoServicePlan 的現有 App Service 方案。

參數

-AppServicePlan

App Service 方案名稱

類型:String
Position:3
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-AppSettingsOverrides

應用程式設定會覆寫哈希表

類型:Hashtable
Position:8
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-AseName

App Service 環境 名稱

類型:String
Position:9
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-AseResourceGroupName

App Service 環境 資源組名

類型:String
Position:9
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-AsJob

在背景執行 Cmdlet

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ContainerImageName

容器映像名稱和選擇性標籤,例如 (image:tag)

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ContainerRegistryPassword

私人容器登錄密碼

類型:SecureString
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ContainerRegistryUrl

Private Container Registry Server Url

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-ContainerRegistryUser

私人容器登錄用戶名稱

類型:String
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-DefaultProfile

用於與 azure 通訊的認證、帳戶、租用戶和訂用帳戶。

類型:IAzureContextContainer
別名:AzureRmContext, AzureCredential
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-EnableContainerContinuousDeployment

啟用/停用容器持續部署 Webhook

類型:SwitchParameter
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-IgnoreCustomHostNames

忽略自定義主機名選項

類型:SwitchParameter
Position:7
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-IgnoreSourceControl

忽略原始檔控制選項

類型:SwitchParameter
Position:6
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Name

Webapp 名稱

類型:String
Position:1
預設值:None
必要:True
接受管線輸入:True
接受萬用字元:False

-ResourceGroupName

資源群組名稱

類型:String
Position:0
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Slot

Webapp 位置名稱

類型:String
Position:2
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-SourceWebApp

Source WebApp 物件

類型:PSSite
Position:4
預設值:None
必要:False
接受管線輸入:True
接受萬用字元:False

輸入

String

Site

參數:SourceWebApp (ByValue)

輸出

Site