跳至主要內容
預覽中

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

發佈日期: 十一月 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 容器應用程式
  • Features