AZ-204 Exam Question 101

You need to investigate the Azure Function app error message in the development environment.
What should you do?
  • AZ-204 Exam Question 102

    You need to investigate the http server log output to resolve the issue with the ContentUploadService.
    Which command should you use first?
  • AZ-204 Exam Question 103

    You are developing a data storage solution for a social networking app.
    The solution requires a mobile app that stores user information using Azure Table Storage.
    You need to develop code that can insert multiple sets of user information.
    How should you complete the code? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-204 Exam Question 104

    Hotspot Question
    You are implementing a software as a service (SaaS) ASP.NET Core web service that will run as an Azure Web App. The web service will use an on-premises SQL Server database for storage.
    The web service also includes a WebJob that processes data updates. Four customers will use the web service.
    - Each instance of the WebJob processes data for a single customer and
    must run as a singleton instance.
    - Each deployment must be tested by using deployment slots prior to
    serving production data.
    - Azure costs must be minimized.
    - Azure resources must be located in an isolated network.
    You need to configure the App Service plan for the Web App.
    How should you configure the App Service plan? To answer, select the appropriate settings in the answer area.
    NOTE: Each correct selection is worth one point.

    AZ-204 Exam Question 105

    A company is developing a Node.js web app. The web app code is hosted in a GitHub repository located at
    https://github.com/TailSpinToys/weapp.
    The web app must be reviewed before it is moved to production. You must deploy the initial code release to a deployment slot named review.
    You need to create the web app and deploy the code.
    How should you complete the commands? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.