Question 81

You develop a serverless application using several Azure Functions. These functions connect to data from within the code.
You want to configure tracing for an Azure Function App project.
You need to change configuration settings in the hostjson file.
Which tool should you use?
  • Question 82

    You are developing a complex workflow by using Azure Durable Functions.
    During testing you observe that the results of the workflow differ based on how many instances of the Azure Function are running.
    You need to resolve the issue.
    What should you do?
  • Question 83

    You need to support the requirements for the Shipping Logic App.
    What should you use?
  • Question 84

    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 section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You are developing a website that will run as an Azure Web App. Users will authenticate by using their Azure Active Directory (Azure AD) credentials.
    You plan to assign users one of the following permission levels for the website: admin, normal, and reader. A user's Azure AD group membership must be used to determine the permission level.
    You need to configure authorization.
    Solution:
    * Configure and use Integrated Windows Authentication in the website.
    * In the website, query Microsoft Graph API to load the group to which the user is a member.
    Does the solution meet the goal?
  • Question 85

    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 section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
    You are developing an Azure solution to collect point-of-sale (POS) device data from 2,000 stores located throughout the world. A single device can produce 2 megabytes (MB) of data every 24 hours. Each store location has one to five devices that send data.
    You must store the device data in Azure Blob storage. Device data must be correlated based on a device identifier. Additional stores are expected to open in the future.
    You need to implement a solution to receive the device data.
    Solution: Provision an Azure Service Bus. Configure a topic to receive the device data by using a correlation filter.
    Does the solution meet the goal?