共用方式為


Set-AzureRmWebApp

修改 Azure Web 應用程式。

警告

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

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

語法

Set-AzureRmWebApp
   [[-AppServicePlan] <String>]
   [[-DefaultDocuments] <String[]>]
   [[-NetFrameworkVersion] <String>]
   [[-PhpVersion] <String>]
   [[-RequestTracingEnabled] <Boolean>]
   [[-HttpLoggingEnabled] <Boolean>]
   [[-DetailedErrorLoggingEnabled] <Boolean>]
   [[-AppSettings] <Hashtable>]
   [[-ConnectionStrings] <Hashtable>]
   [[-HandlerMappings] <System.Collections.Generic.IList`1[Microsoft.Azure.Management.WebSites.Models.HandlerMapping]>]
   [[-ManagedPipelineMode] <String>]
   [[-WebSocketsEnabled] <Boolean>]
   [[-Use32BitWorkerProcess] <Boolean>]
   [[-AutoSwapSlotName] <String>]
   [-ContainerImageName <String>]
   [-ContainerRegistryUrl <String>]
   [-ContainerRegistryUser <String>]
   [-ContainerRegistryPassword <SecureString>]
   [-EnableContainerContinuousDeployment <Boolean>]
   [-HostNames <String[]>]
   [-NumberOfWorkers <Int32>]
   [-AsJob]
   [-AssignIdentity <Boolean>]
   [-HttpsOnly <Boolean>]
   [-ResourceGroupName] <String>
   [-Name] <String>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]
Set-AzureRmWebApp
   [[-Use32BitWorkerProcess] <Boolean>]
   [[-AutoSwapSlotName] <String>]
   [-NumberOfWorkers <Int32>]
   [-AsJob]
   [-WebApp] <PSSite>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Set-AzureRmWebApp Cmdlet 會設定 Azure Web 應用程式。

範例

範例 1

PS C:\> Set-AzureRmWebApp -ResourceGroupName "Default-Web-WestUS" -Name "ContosoWebApp" -HttpLoggingEnabled $true

此命令會將與資源群組 Default-Web-WestUS 相關聯的 Web App ContosoWebApp 將 HttpLoggingEnabled 設定為 true

參數

-AppServicePlan

App Service 方案名稱

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

-AppSettings

應用程式設定HashTable

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

-AsJob

在背景執行 Cmdlet

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

-AssignIdentity

在現有的 Azure webapp 或 functionapp 上啟用/停用 MSI

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

-AutoSwapSlotName

自動交換的目的地位置名稱

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

-ConnectionStrings

連接字串HashTable

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

-ContainerImageName

容器映像名稱

類型: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

-DefaultDocuments

默認檔案字串數位

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

-DefaultProfile

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

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

-DetailedErrorLoggingEnabled

啟用詳細錯誤記錄的布爾值

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

-EnableContainerContinuousDeployment

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

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

-HandlerMappings

處理程序對應 IList

類型:IList<T>[HandlerMapping]
Position:11
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-HostNames

WebApp HostNames 字串陣列

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

-HttpLoggingEnabled

HttpLoggingEnabled 布爾值

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

-HttpsOnly

啟用/停用將所有流量重新導向至現有 Azure webapp 或 functionapp 上的 HTTPS

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

-ManagedPipelineMode

受控管線模式名稱

類型:String
接受的值:Classic, Integrated
Position:12
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-Name

WebApp 名稱

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

-NetFrameworkVersion

Net Framework 版本

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

-NumberOfWorkers

要配置的工作者數目

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

-PhpVersion

Php 版本

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

-RequestTracingEnabled

要求追蹤已啟用

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

-ResourceGroupName

資源群組名稱

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

-Use32BitWorkerProcess

使用32位背景工作進程布爾值

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

-WebApp

WebApp 物件

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

-WebSocketsEnabled

WebSocketsEnabled 布爾值

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

輸入

Int32

參數:NumberOfWorkers (ByValue)

String

Site

參數:WebApp (ByValue)

輸出

Site