AzureWebPowerShellDeployment@1 - Azure App Service 클래식(사용되지 않음) v1 작업
이 작업은 Azure PowerShell 사용하여 Azure App Service 만들거나 업데이트합니다.
이 작업은 더 이상 사용되지 않습니다.
Syntax
# 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
-
웹앱 위치
string
. 필수 요소.
웹 사이트의 위치를 지정합니다.
WebSiteName
-
웹앱 이름
string
. 필수 요소.
웹 사이트 이름을 지정하거나 목록에서 선택합니다.
참고: 선택한 지역의 기본 App Service 계획과 연결된 웹 사이트만 나열됩니다.
Slot
-
슬롯
string
.
슬롯을 지정합니다.
Package
-
웹 배포 패키지
string
. 필수 요소.
기본 아티팩트 디렉터리 아래의 Visual Studio 웹 배포 패키지 경로입니다.
doNotDelete
-
DoNotDelete 플래그 설정
boolean
. 기본값은 false
입니다.
로 설정 true
하면 웹 사이트를 게시하는 동안 웹 배포 패키지의 추가 파일이 유지됩니다.
AdditionalArguments
-
추가 인수
string
.
작업 제어 옵션
모든 작업에는 작업 입력 외에도 제어 옵션이 있습니다. 자세한 내용은 제어 옵션 및 일반적인 작업 속성을 참조하세요.
출력 변수
없음