AZ-204 Exam Question 111

You develop and deploy an Azure Logic app that calls an Azure Function app. The Azure Function app includes an OpenAPl (Swagger) definition and uses an Azure Blob storage account. All resources are secured by using Azure Active Directory (Azure AD).
The Azure Logic app must securely access the Azure Blob storage account. Azure AD resources must remain if the Azure Logic app is deleted.
You need to secure the Azure Logic app.
What should you do?
  • AZ-204 Exam Question 112

    You manage a data processing application that receives requests from an Azure Storage queue.
    You need to manage access to the queue. You have the following requirements:
    * Provide other applications access to the Azure queue.
    * Ensure that you can revoke access to the queue without having to regenerate the storage account keys.
    * Specify access at the queue level and not at the storage account level.
    Which type of shared access signature (SAS) should you use?
  • AZ-204 Exam Question 113

    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 Service application that processes queue data when it receives a message from a mobile application. Messages may not be sent to the service consistently.
    You have the following requirements:
    * Queue size must not grow larger than 80 gigabytes (GB).
    * Use first-in-first-out (FIFO) ordering of messages.
    * Minimize Azure costs.
    You need to implement the messaging solution.
    Solution: Use the .Net API to add a message to an Azure Storage Queue from the mobile application. Create an Azure Function App that uses an Azure Storage Queue trigger.
    Does the solution meet the goal?
  • AZ-204 Exam Question 114

    You develop a news and blog content 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 options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-204 Exam Question 115

    You are developing an ASP.NET Core time sheet application that runs as an Azure Web App. Users of the application enter their time sheet information on the first day of every month.
    The application uses a third-party web service to validate data.
    The application encounters periodic server errors due to errors that result from calling a third-party web server.
    Each request to the third-party server has the same chance of failure.
    You need to configure an Azure Monitor alert to detect server errors unrelated to the third-party service. You must minimize false-positive alerts.
    How should you complete the Azure Resource Manager template? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.