跳到主内容
预览中

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

发布日期:十一月 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 容器应用
  • Features