You are developing a reliable stateless service by using Azure Service Fabric. The service will run in a five-node cluster in Azure. You configure auto-scale rules to scale out the cluster during peak periods.The service must run on every valid node within the Azure Service Fabric cluster.You need to update the service.What should you do?
DRAG DROP -You are developing a Docker/Go using Azure App Service Web App for Containers. You plan to run the container in an App Service on Linux. You identify aDocker container image to use.None of your current resource groups reside in a location that supports Linux. You must minimize the number of resource groups required.You need to create the application and perform an initial deployment.Which three Azure CLI commands should you use to develop the solution? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order.Select and Place:
You are developing a software solution for an autonomous transportation system. The solution uses large data sets and Azure Batch processing to simulate navigation sets for entire fleets of vehicles.You need to create compute nodes for the solution on Azure Batch.What should you do?
DRAG DROP -You are deploying an Azure Kubernetes Services (AKS) cluster that will use multiple containers.You need to create the cluster and verify that the services for the containers are configured correctly and available.Which four commands should you use to develop the solution? To answer, move the appropriate command segments from the list of command segments to the answer area and arrange them in the correct order.Select and Place:
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals.You have the following resource groups:Developers must connect to DevServer only through DevWorkstation. To maintain security, DevServer must not accept connections from the internet.You need to create a private connection between the DevWorkstation and DevServer.Solution: Configure an IP address on each subnet within the same address space.Does the solution meet the goal?
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals.You have the following resource groups:Developers must connect to DevServer only through DevWorkstation. To maintain security, DevServer must not accept connections from the internet.You need to create a private connection between the DevWorkstation and DevServer.Solution: Configure Global Virtual Network peering between the two Virtual Networks and configure network security groups to allow connectivity between theDevServer and the DevWorkstation using their private IP addresses.Does the solution meet the goal?