AzureWebPowerShellDeployment@1 - Azure App Service クラシック (非推奨) v1 タスク
このタスクでは、Azure PowerShellを使用してAzure App Serviceを作成または更新します。
このタスクは非推奨とされます。
構文
# Azure App Service Classic (Deprecated) v1
# Create or update Azure App Service using Azure PowerShell.
- task: AzureWebPowerShellDeployment@1
inputs:
ConnectedServiceName: # string. Required. Azure Subscription (Classic).
WebSiteLocation: # string. Required. Web App Location.
WebSiteName: # string. Required. Web App Name.
#Slot: # string. Slot.
Package: # string. Required. Web Deploy Package.
#doNotDelete: false # boolean. Set DoNotDelete flag. Default: false.
#AdditionalArguments: # string. Additional Arguments.
入力
ConnectedServiceName
-
Azure サブスクリプション (クラシック)
string
. 必須です。
デプロイの対象となる Azure クラシック サブスクリプションを指定します。
WebSiteLocation
-
Web アプリの場所
string
. 必須です。
Web サイトの場所を指定します。
WebSiteName
-
Web アプリ名
string
. 必須です。
Web サイト名を指定するか、一覧から選択します。
メモ: 選択したリージョンの既定の App Service プランに関連付けられている Web サイトのみが一覧表示されます。
Slot
-
スロット
string
.
スロットを指定します。
Package
-
Web 配置パッケージ
string
. 必須です。
既定の成果物ディレクトリの下にある Visual Studio Web 配置パッケージへのパス。
doNotDelete
-
DoNotDelete フラグを設定する
boolean
. 既定値: false
。
に true
設定すると、Web デプロイ パッケージ内の追加のファイルは、Web サイトの発行中に保持されます。
AdditionalArguments
-
その他の引数
string
.
タスクコントロールのオプション
すべてのタスクには、タスク入力に加えて制御オプションがあります。 詳細については、 コントロール オプションと一般的なタスク プロパティに関するページを参照してください。
出力変数
[なし] :