다음을 통해 공유


ServiceFabricComposeDeploy@0 - Service Fabric Compose v0 배포 작업

이 작업을 사용하여 Service Fabric 클러스터에 Docker Compose 애플리케이션을 배포합니다. 이 작업은 Compose 파일에 정의된 설정에 따라 클러스터에 Azure Service Fabric 애플리케이션을 배포합니다.

Syntax

# Service Fabric Compose deploy v0
# Deploy a Docker Compose application to an Azure Service Fabric cluster.
- task: ServiceFabricComposeDeploy@0
  inputs:
    clusterConnection: # string. Alias: serviceConnectionName. Required. Cluster Service Connection. 
    composeFilePath: '**/docker-compose.yml' # string. Required. Compose File Path. Default: **/docker-compose.yml.
    applicationName: 'fabric:/Application1' # string. Required. Application Name. Default: fabric:/Application1.
  # Registry Settings
    registryCredentials: 'AzureResourceManagerEndpoint' # 'AzureResourceManagerEndpoint' | 'ContainerRegistryEndpoint' | 'UsernamePassword' | 'None'. Required. Registry Credentials Source. Default: AzureResourceManagerEndpoint.
    #dockerRegistryConnection: # string. Alias: dockerRegistryEndpointName. Optional. Use when registryCredentials = ContainerRegistryEndpoint. Docker Registry Service Connection. 
    azureSubscription: # string. Alias: azureSubscriptionEndpoint. Required when registryCredentials = AzureResourceManagerEndpoint. Azure subscription. 
    #registryUserName: # string. Optional. Use when registryCredentials = UsernamePassword. Registry User Name. 
    #registryPassword: # string. Optional. Use when registryCredentials = UsernamePassword. Registry Password. 
    #passwordEncrypted: true # boolean. Optional. Use when registryCredentials = UsernamePassword. Password Encrypted. Default: true.
  # Advanced Settings
    #upgrade: false # boolean. Upgrade. Default: false.
    #deployTimeoutSec: # string. Deploy Timeout (s). 
    #removeTimeoutSec: # string. Remove Timeout (s). 
    #getStatusTimeoutSec: # string. Get Status Timeout (s).
# Service Fabric Compose Deploy v0
# Deploy a docker-compose application to a Service Fabric cluster.
- task: ServiceFabricComposeDeploy@0
  inputs:
    clusterConnection: # string. Alias: serviceConnectionName. Required. Cluster Service Connection. 
    composeFilePath: '**/docker-compose.yml' # string. Required. Compose File Path. Default: **/docker-compose.yml.
    applicationName: 'fabric:/Application1' # string. Required. Application Name. Default: fabric:/Application1.
  # Registry Settings
    registryCredentials: 'AzureResourceManagerEndpoint' # 'AzureResourceManagerEndpoint' | 'ContainerRegistryEndpoint' | 'UsernamePassword' | 'None'. Required. Registry Credentials Source. Default: AzureResourceManagerEndpoint.
    #dockerRegistryConnection: # string. Alias: dockerRegistryEndpointName. Optional. Use when registryCredentials = ContainerRegistryEndpoint. Docker Registry Service Connection. 
    azureSubscription: # string. Alias: azureSubscriptionEndpoint. Required when registryCredentials = AzureResourceManagerEndpoint. Azure subscription. 
    #registryUserName: # string. Optional. Use when registryCredentials = UsernamePassword. Registry User Name. 
    #registryPassword: # string. Optional. Use when registryCredentials = UsernamePassword. Registry Password. 
    #passwordEncrypted: true # boolean. Optional. Use when registryCredentials = UsernamePassword. Password Encrypted. Default: true.
  # Advanced Settings
    #upgrade: false # boolean. Upgrade. Default: false.
    #deployTimeoutSec: # string. Deploy Timeout (s). 
    #removeTimeoutSec: # string. Remove Timeout (s). 
    #getStatusTimeoutSec: # string. Get Status Timeout (s).

입력

clusterConnection - 클러스터 서비스 연결
입력 별칭: serviceConnectionName. string. 필수 요소.

클러스터에 연결하는 데 사용할 Azure Service Fabric 서비스 연결을 지정합니다. 새 서비스 연결을 등록하도록 선택합니다 Manage .


composeFilePath - 파일 경로 작성
string. 필수 요소. 기본값은 **/docker-compose.yml입니다.

배포할 작성 파일의 경로를 지정합니다. 경로에서 변수 및 와일드카드를 사용할 수 있습니다. 예: $(System.DefaultWorkingDirectory)/**/drop/projectartifacts/**/docker-compose.yml.

참고

파일 작성은 이 작업의 일부로 지원되지 않습니다.


applicationName - 애플리케이션 이름
string. 필수 요소. 기본값은 fabric:/Application1입니다.

배포된 애플리케이션의 Service Fabric 애플리케이션 이름을 지정합니다. 접두사로 사용합니다 fabric:/ . Service Fabric 클러스터 내의 애플리케이션 이름은 고유해야 합니다.


registryCredentials - 레지스트리 자격 증명 원본
string. 필수 요소. 허용되는 값: AzureResourceManagerEndpoint (Azure Resource Manager 서비스 연결), ContainerRegistryEndpoint (Container Registry 서비스 연결), UsernamePassword (사용자 이름 및 암호), None. 기본값은 AzureResourceManagerEndpoint입니다.

Docker 컨테이너 레지스트리에 대한 자격 증명을 배포 작업에 제공하는 방법을 지정합니다. 허용되는 값은 다음과 같습니다.

  • AzureResourceManagerEndpoint(Azure Resource Manager 서비스 연결): 을 사용하여 azureSubscription Azure Container Registry 대한 서비스 주체 ID 및 키를 가져옵니다.
  • ContainerRegistryEndpoint (Container Registry 서비스 연결): 을 사용하여 dockerRegistryConnection Docker 레지스트리 서비스 연결을 선택합니다. 클러스터 서비스 연결의 서버 인증서 지문과 일치하는 인증서가 빌드 에이전트에 설치된 경우 암호를 암호화하는 데 사용됩니다. 그렇지 않으면 암호가 암호화되지 않습니다.
  • UsernamePassword(사용자 이름 및 암호): 및 registryPassword 를 사용하여 registryUsername Docker 레지스트리의 사용자 이름과 암호를 저장합니다. 옵션과 함께 Password EncryptedInvoke-ServiceFabricEncryptText를 사용하여 암호를 암호화해야 합니다. 암호가 로 Invoke-ServiceFabricEncryptText암호화되지 않고 클러스터 연결의 서버 인증서 지문과 일치하는 인증서가 빌드 에이전트에 설치된 경우 인증서를 사용하여 암호를 암호화합니다. 그렇지 않으면 암호가 암호화되지 않고 명확한 텍스트로 전송됩니다.
  • None: 레지스트리 자격 증명이 제공되지 않습니다. 공용 컨테이너 레지스트리에 액세스하는 데 사용됩니다.

dockerRegistryConnection - Docker 레지스트리 서비스 연결
입력 별칭: dockerRegistryEndpointName. string. 선택 사항입니다. 를 사용하는 경우 registryCredentials = ContainerRegistryEndpoint를 사용합니다.

Docker 레지스트리 서비스 연결을 지정합니다. 클러스터 서비스 연결의 서버 인증서 지문과 일치하는 인증서가 빌드 에이전트에 설치된 경우 암호를 암호화하는 데 사용됩니다. 그렇지 않으면 암호가 암호화되지 않습니다.


azureSubscription - Azure 구독
입력 별칭: azureSubscriptionEndpoint. string. 필요한 경우 registryCredentials = AzureResourceManagerEndpoint입니다.

Azure 구독을 지정합니다.


registryUserName - 레지스트리 사용자 이름
string. 선택 사항입니다. 를 사용하는 경우 registryCredentials = UsernamePassword를 사용합니다.

Docker 레지스트리의 사용자 이름을 지정합니다.


registryPassword - 레지스트리 암호
string. 선택 사항입니다. 를 사용하는 경우 registryCredentials = UsernamePassword를 사용합니다.

Docker 레지스트리의 암호를 지정합니다. 암호가 암호화되지 않은 경우 사용자 지정 릴리스 파이프라인 비밀 변수를 사용하여 저장하는 것이 좋습니다.


passwordEncrypted - 암호 암호화됨
boolean. 선택 사항입니다. 를 사용하는 경우 registryCredentials = UsernamePassword를 사용합니다. 기본값은 true입니다.

Invoke-ServiceFabricEncryptText를 사용하여 암호를 암호화합니다. 암호를 암호화하지 않고 클러스터 서비스 연결의 서버 인증서 지문과 일치하는 인증서가 빌드 에이전트에 설치된 경우 암호를 암호화하는 데 사용됩니다. 그렇지 않으면 오류가 발생합니다.


upgrade - 업그레이드
boolean. 기본값은 false입니다.

기존 배포를 제거하는 대신 업그레이드합니다.


deployTimeoutSec - 배포 시간 제한(들)
string.

애플리케이션 배포에 대한 시간 제한(초)을 지정합니다.


removeTimeoutSec - 시간 제한 제거
string.

기존 애플리케이션을 제거하기 위한 시간 제한(초)을 지정합니다.


getStatusTimeoutSec - 상태 제한 시간 가져오기
string.

기존 애플리케이션의 상태 가져오기 위한 시간 제한(초)을 지정합니다.


작업 제어 옵션

모든 작업에는 작업 입력 외에 제어 옵션이 있습니다. 자세한 내용은 컨트롤 옵션 및 일반적인 작업 속성을 참조하세요.

출력 변수

없음

설명

이 작업을 사용하여 Service Fabric 클러스터에 Docker 작성 애플리케이션을 배포합니다. 이 작업은 작성 파일에 정의된 설정에 따라 클러스터에 Azure Service Fabric 애플리케이션을 배포합니다.

참고

이 작업은 현재 미리 보기 상태이며 배포 작성을 지원하는 Service Fabric의 미리 보기 버전이 필요합니다. Azure Service Fabric의 Docker Compose 배포 지원을 참조하세요.

Service Fabric

  • 이 작업은 Service Fabric 설치를 사용하여 Service Fabric 클러스터에 연결하고 배포합니다.
  • 빌드 에이전트에 Azure Service Fabric Core SDK 를 다운로드하여 설치합니다.

요구 사항

요구 사항 Description
파이프라인 유형 YAML, 클래식 빌드, 클래식 릴리스
실행 중 에이전트, DeploymentGroup
요청 자체 호스팅 에이전트에는 이 작업을 사용하는 작업을 실행하기 위한 다음 요구 사항과 일치하는 기능이 있어야 합니다. Cmd
Capabilities 이 작업은 작업의 후속 작업에 대한 요구를 충족하지 않습니다.
명령 제한 사항 모두
Settable 변수 모두
에이전트 버전 1.95.0 이상
작업 범주 배포