AZ-204 Exam Question 76

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 develop Azure solutions.
You must grant a virtual machine (VM) access to specific resource groups in Azure Resource Manager.
You need to obtain an Azure Resource Manager access token.
Solution: Run the Invoke-RestMethod cmdlet to make a request to the local managed identity for Azure resources endpoint.
Does the solution meet the goal?
  • AZ-204 Exam Question 77

    You need to add markup at line AM04 to implement the ContentReview role.
    How should you complete the markup? To answer, drag the appropriate json segments to the correct locations. Each json segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
    NOTE: Each correct selection is worth one point.

    AZ-204 Exam Question 78

    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 on the review screen.
    You have an Azure App Service web app named WebApp1 and an Azure Functions app named Function 1. WebApp1 is associated with an Application Insights instance named appinsights1.
    You configure a web test and a corresponding alert for WebApp1 in appinsight1l. Each alert triggers a delivery of email to your mailbox.
    You need to ensure that each alert also triggers execution of Function1.
    Solution: Configure an Azure Monitor action group.
    Does the solution meet the goal?
  • AZ-204 Exam Question 79

    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?
  • AZ-204 Exam Question 80

    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 develop a software as a service (SaaS) offering to manage photographs. Users upload photos to a web service which then stores the photos in Azure Storage Blob storage. The storage account type is General-purpose V2.
    When photos are uploaded, they must be processed to produce and save a mobile-friendly version of the image. The process to produce a mobile-friendly version of the image must start in less than one minute.
    You need to design the process that starts the photo processing.
    Solution: Trigger the photo processing from Blob storage events.
    Does the solution meet the goal?