メイン コンテンツにスキップ
提供中

GA: GitHub action to build and deploy to Azure Container Apps

公開日: 5月 10, 2023

A new GitHub action to build and deploy to Azure Container Apps is now generally available. This new GitHub action is now the default Azure Container Apps GitHub flow. This flow builds and deploys container apps from GitHub Actions workflows. By making this action the default, Container Apps enables 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 will build a container image from source code for supported languages and runtimes, including .NET, Python, and Node.js.

Learn more

  • Azure Container Apps
  • Features