From which blade can you view the template that was used for the deployment?
You have an Azure subscription named Subscription1 that is used by several departments at your company. Subscription1 contains the resources in the following table. Another administrator deploys a virtual machine named VM1 and an Azure Storage account named Storage2 by using a single Azure Resource Manager template. You need to view the template used for […]
You need to ensure that authentication events are triggered and processed according to the policy.
You need to ensure that authentication events are triggered and processed according to the policy. Solution: Create a new Azure Event Grid topic and add a subscirption for the events. Does the solution meet the goal? A. Yes B. No Explanation: Instead ensure that signout events have a subject prefix. Create an Azure Event Grid […]
A company is implementing a publish-subscribe (Pub/Sub) messaging component by using Azure Service Bus. You ar
A company is implementing a publish-subscribe (Pub/Sub) messaging component by using Azure Service Bus. You are developing the first subscription application. In the Azure portal you see that messages are being sent to the subscription for each topic. You create and initialize a subscription client object by supplying the correct details, but the subscription application […]
Does the solution meet the goal?
You need to import the restaurant data into the Azure Search service by using the Azure Search .NET SDK. Solution: 1. Create a SearchIndexClient object to connect to the search index 2. Create an IndexBatch that contains the documents which must be added. 3. Call the Documents.Index method of the SearchIndexClient and pass the IndexBatch. […]
You need to import the restaurant data into the Azure Search service by using the Azure Search .NET SDK.
You need to import the restaurant data into the Azure Search service by using the Azure Search .NET SDK. Solution: 1. Create a SearchServiceClient object to connect to the search index. 2. Create a DataContainer that contains the documents which must be added. 3. Create a DataSource instance and set its Container property to the […]
Margie’s Travel is an international travel and bookings management service. The company is expanding into re
Margie’s Travel is an international travel and bookings management service. The company is expanding into restaurant bookings. You are tasked with implementing Azure Search for the restaurants listed in their solution. You create the index in Azure Search. You need to import the restaurant data into the Azure Search service by using the Azure Search […]
What should you do? Each correct answer presents part of the solution.
You need to troubleshoot the order workflow. What should you do? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A. Review the trigger history. B. Review the API connections. C. Review the run history. D. Review the activity log. Explanation: Scenario: The order workflow fails to run […]
You need to resolve the log capacity issue.
You need to resolve the log capacity issue. What should you do? A. Set a LogCategoryFilter during startup. B. Create an Application Insights Telemetry Filter. C. Change the minimum log level in the host.json file for the function. D. Implement Application Insights Sampling. Explanation: Scenario, the log capacity issue: Developers report that the number of […]
You have a shared library named PolicyLib that contains functionality common to all ASP.NET Core web services
The PolicyLib library must: • Exclude non-user actions from Application Insights telemetry. • Provide methods that allow a web service to scale itself. • Ensure that scaling actions do not disrupt application usage. Relevant portions of the app files are shown below. Line numbers are included for reference only and include a two-character prefix that […]
Which two Dependency Telemetry properties should you store in the database? Each correct answer presents part
You are developing an ASP.NET Core Web API web service. The web service uses Azure Application Insights for all telemetry and dependency tracking. The web service reads and writes data to a database other than Microsoft SQL Server. You need to ensure that dependency tracking works for calls to the third-party database. Which two Dependency […]