AZ-204 Exam Question 106

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 are implementing an application by using Azure Event Grid to push near-real-time information to customers.
You have the following requirements:
* You must send events to thousands of customers that include hundreds of various event types.
* The events must be filtered by event type before processing.
* Authentication and authorization must be handled by using Microsoft Entra ID.
* The events must be published to a single endpoint.
You need to implement Azure Event Grid.
Solution: Publish events to a partner topic. Create an event subscription for each customer.
Does the solution meet the goal?
  • AZ-204 Exam Question 107

    You are developing an ASP.NET Core web application. You plan to deploy the application to Azure Web App for Containers.
    The application needs to store runtime diagnostic data that must be persisted across application restarts. You have the following code:

    You need to configure the application settings so that diagnostic data is stored as required.
    How should you configure the web app's settings? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-204 Exam Question 108

    You are developing an Azure Function app.
    The app must meet the following requirements:
    Enable developers to write the functions by using the Rust language.
    Declaratively connect to an Azure Blob Storage account.
    You need to implement the app.
    Which Azure Function app features should you use? To answer, drag the appropriate features to the correct requirements. Each feature 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 109

    You plan to create a Docker image that runs an ASP.NET Core application named ContosoApp. You have a setup script named setupScript.ps1 and a series of application files including ContosoApp.dll.
    You need to create a Dockerfile document that meets the following requirements:
    Call setupScripts.ps1 when the container is built.
    Run ContosoApp.dll when the container starts.
    The Dockerfile document must be created in the same folder where ContosoApp.dll and setupScript.ps1 are stored.
    Which five commands should you use to develop the solution? To answer, move the appropriate commands from the list of commands to the answer area and arrange them in the correct order.

    AZ-204 Exam Question 110

    You are creating an IoT solution using Azure Time Series Insights.
    You configure the environment to ensure that all data for the current year is available.
    What should you do?