How should you configure the application?
DRAG DROP You are developing an ASP.NET Core website that can be used to manage photographs which are stored in Azure Blob Storage containers. Users of the website authenticate by using their Azure Active Directory (Azure AD) credentials. You implement role-based access control (RBAC) role permissions on the containers that...
Does the solution meet the goal?
Set the DataSource property of the SearchServiceCIient Does the solution meet the goal?A . YesB . NoView AnswerAnswer: B Explanation: Use the following method:
How should you complete the Azure Monitor query?
HOTSPOT You are debugging an application that is running on Azure Kubernetes cluster named cluster1. The cluster uses Azure Monitor for containers to monitor the cluster. The application has sticky sessions enabled on the ingress controller. Some customers report a large number of errors in the application over the last...
Which four actions should you perform in sequence?
DRAG DROP You need to support the message processing for the ocean transport workflow. Which four 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. View AnswerAnswer: Explanation: Step 1: Create...
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...
How should you complete the configuration?
HOTSPOT You need to configure the Account Kind, Replication, and Storage tier options for the corporate website’s Azure Storage account. How should you complete the configuration? To answer, select the appropriate options in the dialog box in the answer area. NOTE: Each correct selection is worth one point. View AnswerAnswer:...
Does the solution meet the goal?
Set the DataSource property of the SearchServiceCIient Does the solution meet the goal?A . YesB . NoView AnswerAnswer: B Explanation: Use the following method:
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...
How should you complete the Filter class?
DRAG DROP You need to implement telemetry for non-user actions. How should you complete the Filter class? 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...
How should you complete the code segment?
HOTSPOT You develop a news and blog content delivery app for Windows devices. A notification must arrive on a user's device when there is a new article available for them to view. You need to implement push notifications. How should you complete the code segment? To answer, select the appropriate...