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

Public preview: Build and deploy to Azure Container Apps without a Dockerfile from the Azure CLI

게시된 날짜: 11월 30, 2022

Azure Container Apps is a serverless containers platform for microservices. It has a rich set of commands in the Azure CLI for managing and deploying container apps. 

The “az containerapp up” command can build and deploy local source code to Azure Container Apps in a single command. Previously, “az containerapp up” required a Dockerfile to build a container image. "az containerapp up” now supports building container images from source code without a Dockerfile. 

Popular languages and runtimes, including .NET, Python, and Node.js are supported. 

This feature is currently in preview.

Learn more.  

  • Azure Container Apps
  • Features