AZ-204 Exam Question 101

You deploy an Azure App Service web app. You create an app registration for the app in Azure Active Directory (Azure AD) and Twitter. the app must authenticate users and must use SSL for all communications. The app must use Twitter as the identity provider. You need to validate the Azure AD request in the app code. What should you validate?
  • AZ-204 Exam Question 102

    SIMULATION
    You are developing a web application by using the Azure SDK. The web application accesses data m a zone-redundant BlockBlobStorage storage account The application must determine whether the data has changed since the application last reao the dat a. Update operations must use the latest data changes when writing data to the storages..................
    You need to implement the update operations.
    Which values should you use? To answer, select the appropriate option m the answer area.
    NOTE Each correct selection is worth one point.

    AZ-204 Exam Question 103

    You are developing a microservices-based application that uses Azure Container Apps. The application consists of several containerized services that handle tasks, such as processing orders, managing inventory, and generating reports.
    You must secure the container apps All apps must reside in the same virtual network, share the same Dapr configuration, and share the same logging location.
    Apps must support the configuration of the amount of memory and compute resources available to containers.
    You need to configure the Azure Container App.
    How should you complete the CLI command' To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-204 Exam Question 104

    You develop an application that sells Al generated images based on user input. You recently started a marketing campaign that displays unique ads every second day.
    Sales data is stored in Azure Cosmos DB with the date of each sale being stored in a property named 'whenFinished'.
    The marketing department requires a view that shows the number of sales for each unique ad.
    You need to implement the query for the view.
    How should you complete the query? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-204 Exam Question 105

    You develop a serverless application using several Azure Functions. These functions connect to data from within the code.
    You want to configure tracing for an Azure Function App project.
    You need to change configuration settings in the hostjson file.
    Which tool should you use?