AZ-204 Exam Question 36

You develop a news and blog content app for Windows devices.
A notification must arrive on a user's device when there is a new article available for them to view.
You need to implement push notifications.
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 37

You are developing several microservices to deploy to a Azure Service cluster. The microservices manage data stored in Azure Cosmos DB and Azure Blob storage. The data is secured by using customer-managed keys stored in Aue Key Vault.
You must automate key rotation for all Key Vault keys and allow for manual key rotation. Keys must rotate every three months. Notifications Of expiring keys must be sent before key expiry.
You need to configure key rotation and enable key expiry notifications.
Which two actions should you perform? Each correct answer presents part Of solution.
NOTE: Each correct selection is worth
  • AZ-204 Exam Question 38

    You are developing an Azure Functions app named App1. You also plan to use cross-origin requests (CORS).
    You have the following requirements:
    * App1 functions must securely access an Azure Blob Storage account.
    * Access to the Azure Blob Storage account must not require the provisioning or rotation of secrets.
    * JavaScript code running in a browser on an external host must not be allowed to interact with the function.
    You need to implement App1.
    Which configuration should you use? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-204 Exam Question 39

    You are developing an Azure App Service REST API.
    The API must be called by an Azure App Service web app. The API must retrieve and update user profile information stored in Azure Active Directory (Azure AD).
    You need to configure the API to make the updates.
    Which two tools should you use? Each correct answer presents part of the solution.
    NOTE: Each correct selection is worth one point.
  • AZ-204 Exam Question 40

    You plan to implement an Azure Functions app.
    The Azure Functions app has the following requirements:
    * Must be triggered by a message placed in an Azure Storage queue.
    * Must use the queue name set by an app setting named input-queue.
    * Must create an Azure Blob Storage named the same as the content of the message.
    You need to identify how to reference the queue and blob name in the function. Just file of the Azure Functions app.
    How should you reference the names? To answer, select the appropriate values in the answer area. NOTE:
    Each correct selection is worth one point.