Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.After you answer a question in this sections, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.You are administrating an Azure environment for your company. You plan to deploy virtual machines (VMs) for a mobile application. You have the following requirements:✑ Ensure that all VMs use the Standard D3 size.✑ Ensure that at least two of the four servers must be available at all times.✑ Ensure that users of the application do not experience downtime or loss of connection.You need to configure four VMs for application development.Solution: Create two resource groups by using the Azure portal. Create four VMs. Assign two VMs to the first resource group and two to the second group.Does the solution meet the goal?
DRAG DROP -Your team uses a proprietary source control product. You use FTP to manually deploy an Azure Web App.You must move your source code from the proprietary source control product to a secure on-premises Git versioning system. Instead of deploying the website by using FTP, the website must automatically deploy to Azure each time developers check-in source files.You need to implement the new deployment strategy.Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.Select and Place:
You are building an ASP.NET Azure Web App that is built from source code on GitHub. Automatic deployment is used for integration testing. The web.config file has settings that are updated during development deployments by using a TransformXml MSBuild task.The settings in the web.config must be set to specific values during integration testing.You need to ensure that the web.config is updated when the Web App is deployed to Azure.Which two actions should you perform? Each correct answer presents part of the solution.
DRAG DROP -You are developing an ASP.NET Software-as-a-Service (SaaS) application that stores database credentials in Azure Key Vault.When the application encounters an error, information about the error is shown to the end user for support purposes. Information shown includes:- stack trace- application version and release date- configuration valuesDatabase credentials must not be accessible to end users.You need to ensure that end users cannot view database credentials.Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.Select and Place:
You have an application that stores data in Azure Cosmos DB. You have the following class:You need to determine which consistency level to apply to this code.Which three consistency levels can you use? Each correct answer presents a complete solution.NOTE: Each correct selection is worth one point.
DRAG DROP -You are using Microsoft Visual Studio to develop an App Service Web App named WebApp.The app must collect the statistics and details on the application dependencies.You need to set up, configure, and validate monitoring using Application Insights.Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.Select and Place: