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 a public IP address on DevServer_WestCentral. Configure the Network Security Group to allow all incoming ports.Does the solution meet the goal?
HOTSPOT -You are reviewing the following code for an Azure Function. The code is called each time an item is added to a queue. The queue item is a JSON string that deserializes into a class named WorkItem. (Line numbers are included for reference only.)For each of the following statements, select Yes if the statement is true. Otherwise, select No.NOTE: Each correct selection is worth one point.Hot Area:
You are writing code to create and run an Azure Batch job.You have created a pool of compute nodes.You need to choose the right class and its method to submit a batch job to the Batch service.Which method should you use?
DRAG DROP -You are developing a rating service for books that runs on Azure Service Fabric. One of the services uses reliable collections that update the ratings of a book.Testers report that the ratings are not updates when the code is run.You need to implement the code to ensure that ratings are updates in the collection.You have the following class:How should you complete the code? To answer, drag the appropriate code segments to the correct locations. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.NOTE: Each correct selection is worth one point.Select and Place:
HOTSPOT -You are creating a CLI script that creates an Azure web app and related services in Azure App Service. The web app uses the following variables:You need to automatically deploy code from GitHub to the newly created web app.How should you complete the script? To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area:
HOTSPOT -You are developing an Azure Web App. You configure TLS mutual authentication for the web app.You need to validate the client certificate in the web app. To answer, select the appropriate options in the answer area.NOTE: Each correct selection is worth one point.Hot Area: