AZ-104: Configure Azure Container Instances
|
|
Title of test:
![]() AZ-104: Configure Azure Container Instances Description: AZ-104: Deploy and manage Azure compute resources |



| New Comment |
|---|
NO RECORDS |
|
1. You have deployed an Azure Container Instance with a Docker image, but the application is not accessible. What could be a possible reason?. The container runtime is not compatible with Azure Container Instances. The container instance is not linked to an Azure Virtual Network. The DNS configuration for the container instance is incorrect. Which configuration method is recommended for deploying a multi-container group that includes Azure service resources?. Docker Compose. YAML file. ARM template. Which component is essential to include in a Docker image for it to run successfully in Azure Container Instances?. A runtime environment for the application. A detailed Kubernetes configuration file. An Azure Resource Manager template. What is a key consideration when deploying a multi-container group using Azure Resource Manager templates?. Allocating resources based on the cumulative needs of all containers in the group. Ensuring all containers have individual public IP addresses. Using a YAML file for detailed networking configurations. Your organization wants to deploy containers that can be accessed directly over the internet using a specified domain name. Which feature of Azure Container Instances enables this capability?. Public IP connectivity and DNS names. Coscheduled groups. Virtual network deployment. Your organization needs to deploy a complex application with multiple components requiring strong security boundaries. Which technology is most suitable for this deployment?. Azure Container Instances. Virtual Machines. Azure Container Apps. You need to deploy a collection of containers that share resources and lifecycle on the same host machine. Which Azure feature should you use?. Azure Virtual Machines. Azure Container Groups. Azure Kubernetes Pods. In Azure Container Groups, how are resources allocated to a multi-container setup?. Resources are allocated based on the largest container's requirements. Resources are evenly distributed among all containers in the group. Resources are allocated based on the combined requests of all containers in the group. Which deployment method is used for deploying multiple containers in Azure Container Instances?. Using Windows Admin Center for individual containers. Using an orchestrator such as Azure Kubernetes Service. Using Hyper-V Manager for individual containers. |




