AZ-204 Exam Question 201

A company is developing a solution that allows smart refrigerators to send temperature information to a central location. You have an existing Service Bus.
The solution must receive and store message until they can be processed. You create an Azure Service Bus Instance by providing a name, pricing tier, subscription, resource group, and location.
You need to complete the configuration.
Which Azure CLI or PowerShell command should you run?
  • AZ-204 Exam Question 202

    You are developing an Azure Web App. You configure TLS mutual authentication for the web app.
    You need to validate the client certificate in the web app. To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-204 Exam Question 203

    You are developing an Azure Web App. You configure TLS mutual authentication for the web app.
    You need to validate the client certificate in the web app. To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-204 Exam Question 204

    Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution. Determine whether the solution meets the stated goals.
    You are developing and deploying several ASP.Net web applications to Azure App Service. You plan to save session state information and HTML output. You must use a storage mechanism with the following requirements:
    * Share session state across all ASP.NET web applications
    * Support controlled, concurrent access to the same session state data for multiple readers and a single writer
    * Save full HTTP responses for concurrent requests
    You need to store the information.
    Proposed Solution: Deploy and configure Azure Cache for Redis. Update the web applications.
    .
    Does the solution meet the goal?
  • AZ-204 Exam Question 205

    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 develop and deploy an Azure App Service API app to a Windows-hosted deployment slot named Development. You create additional deployment slots named Testing and Production. You enable auto swap on the Production deployment slot.
    You need to ensure that scripts run and resources are available before a swap operation occurs.
    Solution: Update the web.config file to include the applicationInitialization configuration element. Specify custom initialization actions to run the scripts.
    Does the solution meet the goal?