주 콘텐츠로 건너뛰기
미리 보기

Public preview: GitHub action to build and deploy to Azure Container Apps

게시된 날짜: 11월 30, 2022

By integrating this task into their workflows, customers can enable continuous delivery of their source code to Azure Container Apps.

The GitHub action builds source code in a repository into a container image, pushes it to Azure Container Registry, and deploys it to Container Apps. The action uses a Dockerfile if one is provided. If there is no Dockerfile, it can still build a container image from source code for supported languages and runtimes, including .NET, Python, and Node.js.

Learn more.

  • Azure Container Apps
  • Features