AZ-204 Exam Question 121

You are developing an ASP.NET Core website that can be used to manage photographs which are stored in Azure Blob Storage containers.
Users of the website authenticate by using their Azure Active Directory (Azure AD) credentials.
You implement role-based access control (RBAC) role permissions on the containers that store photographs. You assign users to RBAC roles.
You need to configure the website's Azure AD Application so that user's permissions can be used with the Azure Blob containers.
How should you configure the application? To answer, drag the appropriate setting to the correct location. Each setting can 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 122

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 123

    You are developing an Azure Function App by using Visual Studio. The app will process orders input by an Azure Web App. The web app places the order information into Azure Queue Storage.
    You need to review the Azure Function App code shown below.

    NOTE: Each correct selection is worth one point.

    AZ-204 Exam Question 124

    You are developing an ASP.NET Core website that can be used to manage photographs which are stored in Azure Blob Storage containers.
    Users of the website authenticate by using their Azure Active Directory (Azure AD) credentials.
    You implement role-based access control (RBAC) role permission on the containers that store photographs. You assign users to RBAC role.
    You need to configure the website's Azure AD Application so that user's permissions can be used with the Azure Blob containers.
    How should you configure the application? To answer, drag the appropriate setting to the correct location. Each setting 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 125

    You develop and deploy a Java RESTful API to Azure App Service.
    You open a browser and navigate to the URL for the API. You receive the following error message:

    You need to resolve the error.
    What should you do?