Which values should you use?
HOTSPOT You need to configure Azure App Service to support the REST API requirements. Which values should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Plan: Standard Standard support auto-scaling Instance Count: 10 Max instances...
How should you complete the code segment?
HOTSPOT You need to implement the bindings for the CheckUserContent function. How should you complete the code segment? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Box 1: [BlobTrigger(..)] Box 2: [Blob(..)] Azure Blob storage output binding...
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 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...
What should you do?
You need to correct the RequestUserApproval Function app error. What should you do?A . Update line RA13 to use the async keyword and return an HttpRequest object value.B . Configure the Function app to use an App Service hosting plan. Enable the Always On setting of the hosting plan.C ....
What should you do?
You need to ensure receipt processing occurs correctly. What should you do?A . Use blob properties to prevent concurrency problemsB . Use blob SnapshotTime to prevent concurrency problemsC . Use blob metadata to prevent concurrency problemsD . Use blob leases to prevent concurrency problemsView AnswerAnswer: B Explanation: You can create...
What should you do?
You need to resolve the log capacity issue. What should you do?A . Create an Application Insights Telemetry FilterB . Change the minimum log level in the host.json file for the functionC . Implement Application Insights SamplingD . Set a LogCategoryFilter during startupView AnswerAnswer: C Explanation: Scenario, the log capacity...
Which Azure Blob storage settings should you use?
Topic 3, City Power & Light Case study This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your...
Which configuration values should you use?
HOTSPOT You need to correct the Azure Logic app error message. Which configuration values should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer: Explanation: Scenario: You test the Logic app in a development environment. The following...
How should you complete the code segment?
HOTSPOT A company runs an international travel and bookings management service. The company plans to begin offering restaurant bookings. You must develop a solution that uses Azure Search and meets the following requirements: • Users must be able to search for restaurants by name, description, location, and cuisine. • Users...
You are working for a company that designs mobile applications. They maintain a server where player records are assigned to their different games. The tracking system is new and in development
HOTSPOT You are working for a company that designs mobile applications. They maintain a server where player records are assigned to their different games. The tracking system is new and in development. The application uses Entity Framework to connect to an Azure Database. The database holds a Player table and...