AZ-204 Exam Question 161

You are writing code to create and run an Azure Batch job.
You have created a pool of compute nodes.
You need to choose the right class and its method to submit a batch job to the Batch service.
Which method should you use?
  • AZ-204 Exam Question 162

    You need to authenticate the user to the corporate website as indicated by the architectural diagram.
    Which two values should you use? Each correct answer presents part of the solution.
    NOTE: Each correct selection is worth one point.
  • AZ-204 Exam Question 163

    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 164

    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: Add the web applications to Docker containers. Deploy the containers. Deploy the containers to Azure Kubernetes Service (AKS).
    Does the solution meet the goal?