AZ-204 Exam Question 21

You are developing a .NET application that communicates with Azure Storage.
A message must be stored when the application initializes.
You need to implement the message.
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 22

You develop and deploy an Azure App Service web app named App1. You create a new Azure Key Vault named Vault 1. You import several API keys, passwords, certificates, and cryptographic keys into Vault1.
You need to grant App1 access to Vault1 and automatically rotate credentials Credentials must not be stored in code.
What should you do?
  • AZ-204 Exam Question 23

    You need to support the requirements for the Shipping Logic App.
    What should you use?
  • AZ-204 Exam Question 24

    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 VM that is triggered from Azure Storage Queue events.
    Does the solution meet the goal?
  • AZ-204 Exam Question 25

    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 an HTTP triggered Azure Function app to process Azure Storage blob dat a. The app is triggered using an output binding on the blob.
    The app continues to time out after four minutes. The app must process the blob data.
    You need to ensure the app does not time out and processes the blob data.
    Solution: Update the functionTimeout property of the host.json project file to 10 minutes.
    Does the solution meet the goal?