AZ-204 Exam Question 21

You are developing a medical records document management website. The website is used to store scanned copies of patient intake forms. If the stored intake forms are downloaded from storage by a third party, the content of the forms must not be compromised.
You need to store the intake forms according to the requirements.
Solution: Store the intake forms as Azure Key Vault secrets.
Does the solution meet the goal?
  • AZ-204 Exam Question 22

    You are developing a medical records document management website. The website is used to store scanned copies of patient intake forms. If the stored intake forms are downloaded from storage by a third party, the content of the forms must not be compromised.
    You need to store the intake forms according to the requirements.
    Solution:
    Create a Azure Key Vault key named skey.
    Encrypt the intake forms using the public key portion of skey.
    Store the encrypted data in Azure Blob storage
    Does the solution meet the goal?
  • AZ-204 Exam Question 23

    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 24

    You are developing a solution that uses several Azure Service Bus queues. You create an Azure Event Grid subscription for the Azure Service Bus namespace. You use Azure Functions as subscribers to process the messages.
    You need to emit events to Azure Event Grid from the queues. You must use principal of least privilege and minimize costs.
    Which Azure Service Bus values should you use? TO answer, select the appropriate options in the answer area Each correct selection is worth ore point

    AZ-204 Exam Question 25

    You are developing a service where customers can report news events from a browser using Azure Web PubSub. The service is implemented as an Azure App that the JSON WebSocket suprotocol to receive news events.
    You need to implement the bindings for the Azure Function App.
    How should you configure the binding? To answer, select the appropriate options in the answer area.
    Note: Each Correct Selection in worth one point.