Containers (1 / 61): Your team has developed a new microservices-based application, and you need to deploy these services on Azure. Which command allows you to deploy these applications with scaling and orchestration features?
Answer:
az containerapp create - Azure Container Apps is a serverless container service that provides advanced features such as scaling and orchestration. The az containerapp create command is used to create a new Azure Container App, which is ideal for deploying microservices.