다음을 통해 공유


az containerapp github-action

참고 항목

이 명령 그룹에는 Azure CLI 및 하나 이상의 확장 모두에 정의된 명령이 있습니다. 확장된 기능을 활용하려면 각 확장을 설치합니다. 확장 프로그램에 대해 자세히 알아보세요.

GitHub Actions를 관리하는 명령입니다.

명령

Name Description 형식 상태
az containerapp github-action add

리포지토리에 GitHub Actions 워크플로를 추가하여 컨테이너 앱을 배포합니다.

핵심 GA
az containerapp github-action add (containerapp 확장)

리포지토리에 GitHub Actions 워크플로를 추가하여 컨테이너 앱을 배포합니다.

내선 번호 GA
az containerapp github-action delete

리포지토리에서 이전에 구성된 Container Apps GitHub Actions 워크플로를 제거합니다.

핵심 GA
az containerapp github-action show

컨테이너 앱에서 GitHub Actions 구성을 표시합니다.

핵심 GA

az containerapp github-action add

리포지토리에 GitHub Actions 워크플로를 추가하여 컨테이너 앱을 배포합니다.

az containerapp github-action add --repo-url
                                  [--branch]
                                  [--context-path]
                                  [--ids]
                                  [--image]
                                  [--login-with-github]
                                  [--name]
                                  [--registry-password]
                                  [--registry-url]
                                  [--registry-username]
                                  [--resource-group]
                                  [--service-principal-client-id]
                                  [--service-principal-client-secret]
                                  [--service-principal-tenant-id]
                                  [--subscription]
                                  [--token]

예제

Azure Container Registry 및 개인용 액세스 토큰을 사용하여 GitHub Actions를 추가합니다.

az containerapp github-action add -g MyResourceGroup -n my-containerapp --repo-url https://github.com/userid/repo --branch main --registry-url myregistryurl.azurecr.io --service-principal-client-id 00000000-0000-0000-0000-00000000 --service-principal-tenant-id 00000000-0000-0000-0000-00000000 --service-principal-client-secret ClientSecret --token MyAccessToken

Azure Container Registry를 사용하여 GitHub Actions를 추가하고 GitHub 흐름에 로그인하여 개인 액세스 토큰을 검색합니다.

az containerapp github-action add -g MyResourceGroup -n my-containerapp --repo-url https://github.com/userid/repo --branch main --registry-url myregistryurl.azurecr.io --service-principal-client-id 00000000-0000-0000-0000-00000000 --service-principal-tenant-id 00000000-0000-0000-0000-00000000 --service-principal-client-secret ClientSecret --login-with-github

Docker 허브를 사용하여 GitHub Actions를 추가하고 GitHub 흐름에 로그인하여 개인 액세스 토큰을 검색합니다.

az containerapp github-action add -g MyResourceGroup -n my-containerapp --repo-url https://github.com/userid/repo --branch main --registry-username MyUsername --registry-password MyPassword --service-principal-client-id 00000000-0000-0000-0000-00000000 --service-principal-tenant-id 00000000-0000-0000-0000-00000000 --service-principal-client-secret ClientSecret --login-with-github

필수 매개 변수

--repo-url

워크플로 파일을 추가할 GitHub 리포지토리입니다. 형식: https://github.com//.

선택적 매개 변수

--branch -b

Github 리포지토리의 분기입니다. 지정하지 않으면 Github 리포지토리의 기본 분기 가정합니다.

--context-path

docker 빌드를 실행할 리포지토리의 경로입니다. 기본값은 "./"입니다.

--ids

하나 이상의 리소스 ID(공백으로 구분)입니다. '리소스 ID' 인수의 모든 정보를 포함하는 전체 리소스 ID여야 합니다. --ids 또는 다른 '리소스 ID' 인수를 제공해야 합니다.

--image -i

Github 작업에서 사용해야 하는 컨테이너 이미지 이름입니다. 기본값은 컨테이너 앱 이름입니다.

--login-with-github

Github를 사용하여 대화형으로 로그인하여 개인 액세스 토큰을 검색합니다.

기본값: False
--name -n

Containerapp의 이름입니다. 이름은 소문자 영숫자 또는 '-'로 구성되어야 하고, 문자로 시작하고, 영숫자로 끝나야 하며, '--'를 가질 수 없으며, 32자 미만이어야 합니다.

--registry-password

레지스트리의 암호입니다. Azure Container Registry를 사용하는 경우 자격 증명이 제공되지 않은 경우 유추하려고 합니다.

--registry-url

컨테이너 레지스트리 서버(예: myregistry.azurecr.io)입니다.

--registry-username

레지스트리의 사용자 이름입니다. Azure Container Registry를 사용하는 경우 자격 증명이 제공되지 않은 경우 유추하려고 합니다.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--service-principal-client-id

서비스 주체 클라이언트 ID입니다.

--service-principal-client-secret

서비스 주체 클라이언트 암호입니다.

--service-principal-tenant-id

서비스 주체 테넌트 ID입니다.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

--token

지정된 리포지토리에 대한 쓰기 권한이 있는 개인용 액세스 토큰입니다. 자세한 내용은 : https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line.

전역 매개 변수
--debug

로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
기본값: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

--verbose

로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.

az containerapp github-action add (containerapp 확장)

리포지토리에 GitHub Actions 워크플로를 추가하여 컨테이너 앱을 배포합니다.

az containerapp github-action add --repo-url
                                  [--branch]
                                  [--build-env-vars]
                                  [--context-path]
                                  [--ids]
                                  [--image]
                                  [--login-with-github]
                                  [--name]
                                  [--registry-password]
                                  [--registry-url]
                                  [--registry-username]
                                  [--resource-group]
                                  [--service-principal-client-id]
                                  [--service-principal-client-secret]
                                  [--service-principal-tenant-id]
                                  [--subscription]
                                  [--token]

예제

Azure Container Registry 및 개인용 액세스 토큰을 사용하여 GitHub Actions를 추가합니다.

az containerapp github-action add -g MyResourceGroup -n my-containerapp --repo-url https://github.com/userid/repo --branch main --registry-url myregistryurl.azurecr.io --service-principal-client-id 00000000-0000-0000-0000-00000000 --service-principal-tenant-id 00000000-0000-0000-0000-00000000 --service-principal-client-secret ClientSecret --token MyAccessToken

Azure Container Registry 및 개인용 액세스 토큰을 사용하여 GitHub Actions를 추가하고 빌드 환경 변수를 통해 이미지 빌드를 구성합니다.

az containerapp github-action add -g MyResourceGroup -n my-containerapp --repo-url https://github.com/userid/repo --branch main --registry-url myregistryurl.azurecr.io --service-principal-client-id 00000000-0000-0000-0000-00000000 --service-principal-tenant-id 00000000-0000-0000-0000-00000000 --service-principal-client-secret ClientSecret --token MyAccessToken --build-env-vars BP_JVM_VERSION=21 BP_MAVEN_VERSION=4

Azure Container Registry를 사용하여 GitHub Actions를 추가하고 GitHub 흐름에 로그인하여 개인 액세스 토큰을 검색합니다.

az containerapp github-action add -g MyResourceGroup -n my-containerapp --repo-url https://github.com/userid/repo --branch main --registry-url myregistryurl.azurecr.io --service-principal-client-id 00000000-0000-0000-0000-00000000 --service-principal-tenant-id 00000000-0000-0000-0000-00000000 --service-principal-client-secret ClientSecret --login-with-github

Docker 허브를 사용하여 GitHub Actions를 추가하고 GitHub 흐름에 로그인하여 개인 액세스 토큰을 검색합니다.

az containerapp github-action add -g MyResourceGroup -n my-containerapp --repo-url https://github.com/userid/repo --branch main --registry-username MyUsername --registry-password MyPassword --service-principal-client-id 00000000-0000-0000-0000-00000000 --service-principal-tenant-id 00000000-0000-0000-0000-00000000 --service-principal-client-secret ClientSecret --login-with-github

필수 매개 변수

--repo-url

워크플로 파일을 추가할 GitHub 리포지토리입니다. 형식: https://github.com//.

선택적 매개 변수

--branch -b

Github 리포지토리의 분기입니다. 지정하지 않으면 Github 리포지토리의 기본 분기 가정합니다.

--build-env-vars
미리 보기

빌드에 대한 환경 변수 목록입니다. 'key=value' 형식의 공백으로 구분된 값입니다.

--context-path

docker 빌드를 실행할 리포지토리의 경로입니다. 기본값은 "./"입니다.

--ids

하나 이상의 리소스 ID(공백으로 구분)입니다. '리소스 ID' 인수의 모든 정보를 포함하는 전체 리소스 ID여야 합니다. --ids 또는 다른 '리소스 ID' 인수를 제공해야 합니다.

--image -i

Github 작업에서 사용해야 하는 컨테이너 이미지 이름입니다. 기본값은 컨테이너 앱 이름입니다.

--login-with-github

Github를 사용하여 대화형으로 로그인하여 개인 액세스 토큰을 검색합니다.

기본값: False
--name -n

Containerapp의 이름입니다. 이름은 소문자 영숫자 또는 '-'로 구성되어야 하고, 문자로 시작하고, 영숫자로 끝나야 하며, '--'를 가질 수 없으며, 32자 미만이어야 합니다.

--registry-password

레지스트리의 암호입니다. Azure Container Registry를 사용하는 경우 자격 증명이 제공되지 않은 경우 유추하려고 합니다.

--registry-url

컨테이너 레지스트리 서버(예: myregistry.azurecr.io)입니다.

--registry-username

레지스트리의 사용자 이름입니다. Azure Container Registry를 사용하는 경우 자격 증명이 제공되지 않은 경우 유추하려고 합니다.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--service-principal-client-id

서비스 주체 클라이언트 ID입니다.

--service-principal-client-secret

서비스 주체 클라이언트 암호입니다.

--service-principal-tenant-id

서비스 주체 테넌트 ID입니다.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

--token

지정된 리포지토리에 대한 쓰기 권한이 있는 개인용 액세스 토큰입니다. 자세한 내용은 : https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line.

전역 매개 변수
--debug

로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
기본값: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

--verbose

로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.

az containerapp github-action delete

리포지토리에서 이전에 구성된 Container Apps GitHub Actions 워크플로를 제거합니다.

az containerapp github-action delete [--ids]
                                     [--login-with-github]
                                     [--name]
                                     [--resource-group]
                                     [--subscription]
                                     [--token]

예제

개인 액세스 토큰을 사용하여 GitHub Actions를 제거합니다.

az containerapp github-action delete -g MyResourceGroup -n MyContainerapp --token MyAccessToken

GitHub 흐름에 로그인하여 개인 액세스 토큰을 검색하여 GitHub Actions를 제거합니다.

az containerapp github-action delete -g MyResourceGroup -n MyContainerapp --login-with-github

선택적 매개 변수

--ids

하나 이상의 리소스 ID(공백으로 구분)입니다. '리소스 ID' 인수의 모든 정보를 포함하는 전체 리소스 ID여야 합니다. --ids 또는 다른 '리소스 ID' 인수를 제공해야 합니다.

--login-with-github

Github를 사용하여 대화형으로 로그인하여 개인 액세스 토큰을 검색합니다.

기본값: False
--name -n

Containerapp의 이름입니다. 이름은 소문자 영숫자 또는 '-'로 구성되어야 하고, 문자로 시작하고, 영숫자로 끝나야 하며, '--'를 가질 수 없으며, 32자 미만이어야 합니다.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

--token

지정된 리포지토리에 대한 쓰기 권한이 있는 개인용 액세스 토큰입니다. 자세한 내용은 : https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line.

전역 매개 변수
--debug

로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
기본값: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

--verbose

로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.

az containerapp github-action show

컨테이너 앱에서 GitHub Actions 구성을 표시합니다.

az containerapp github-action show [--ids]
                                   [--name]
                                   [--resource-group]
                                   [--subscription]

예제

Containerapp에 GitHub Actions 구성을 표시합니다.

az containerapp github-action show -g MyResourceGroup -n MyContainerapp

선택적 매개 변수

--ids

하나 이상의 리소스 ID(공백으로 구분)입니다. '리소스 ID' 인수의 모든 정보를 포함하는 전체 리소스 ID여야 합니다. --ids 또는 다른 '리소스 ID' 인수를 제공해야 합니다.

--name -n

Containerapp의 이름입니다. 이름은 소문자 영숫자 또는 '-'로 구성되어야 하고, 문자로 시작하고, 영숫자로 끝나야 하며, '--'를 가질 수 없으며, 32자 미만이어야 합니다.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

전역 매개 변수
--debug

로깅의 자세한 정도를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
기본값: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용과 예제는 http://jmespath.org/를 참조하세요.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 az account set -s NAME_OR_ID기본 구독을 구성할 수 있습니다.

--verbose

로깅의 자세한 정도를 늘립니다. 전체 디버그 로그를 표시하려면 --debug를 사용합니다.