az functionapp app

참고

이 참조는 Azure CLI에 대 한 azure 배포 확장의 일부 이며 버전 2.0.60 이상이 필요 합니다. 확장은 az functionapp 앱 명령을 처음 실행할 때 자동으로 설치 됩니다. 확장에 대해 자세히 알아보세요.

Azure Functions 앱을 관리 하는 명령입니다.

명령

az functionapp app up

GitHub 작업을 통해 Azure Functions에 배포 합니다.

az functionapp app up

GitHub 작업을 통해 Azure Functions에 배포 합니다.

az functionapp app up [--app-name]
                      [--branch-name]
                      [--do-not-wait]
                      [--repository]

예제

Azure 함수-실행 대화형 모드로 GitHub 리포지토리의 GitHub 작업 배포/설정

az functionapp app up

Azure Function에 로컬로 체크 아웃 된 GitHub 리포지토리의 GitHub 작업 배포/설정

Repository name/url (--repository) will be detected from the local git repository
az functionapp app up --app-name AzFunctionPythonPreProd

GitHub 리포지토리의 Azure Function에 대 한 GitHub 작업 배포/설정

az functionapp app up --app-name AzFunctionPythonPreProd --repository https://github.com/azure/deploy-functions

선택적 매개 변수

--app-name

구독의 FunctionApp 이름입니다.

--branch-name

파일을 체크 인하고 PR을 발생 시키기 위해 만들 새 분기 이름입니다.

--do-not-wait

워크플로가 완료 될 때까지 기다리지 않습니다.

--repository -r

GitHub 리포지토리 URL입니다 (예:). https://github.com/azure/azure-cli