Pular para o conteúdo principal
NA VISUALIZAÇÃO

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

Data da publicação: 30 novembro, 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.  

  • Aplicativos de Contêiner do Azure
  • Features