Containers (1 / 60): You are tasked with deploying a .NET Core application on Azure, and you plan to use Azure Container Instances for this purpose. Which PowerShell command should you use to create the necessary resources for hosting this application?
Answer:
Azure Container Instances (ACI) are created and managed using the New-AzContainerGroup
cmdlet. The New-AzContainerService
cmdlet is used for creating an Azure Kubernetes Service (AKS), which is a different service from ACI.