AZ-204 Exam Question 61

You need to add code at line EG15 in EventGridController.cs to ensure that the Log policy applies to all services.
How should you complete the code? To answer, drag the appropriate code segments to the correct locations. Each code segment may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.

AZ-204 Exam Question 62

You develop Azure Web Apps for a commercial diving company. Regulations require that all divers fill out a health questionnaire every 15 days after each diving job starts.
You need to configure the Azure Web Apps so that the instance count scales up when divers are filling out the questionnaire and scales down after they are complete.
You need to configure autoscaling.
What are two possible autoscaling configurations to achieve this goal? Each correct answer presents a complete solution.
NOTE: Each correct selection is worth one point.
  • AZ-204 Exam Question 63

    You develop a gateway solution for a public facing news API. The news API back end is implemented as a RESTful service and uses an OpenAPI specification.
    You need to ensure that you can access the news API by using an Azure API Management service instance.
    Which Azure PowerShell command should you run?
  • AZ-204 Exam Question 64

    Your company has several containers based on the following operating systems:
    * Windows Server 2019 Nano Server
    * Windows Server 2019 Server Core
    * Windows Server 2022 Nano Server
    * Windows Server 2022 Server Core
    * Linux
    You plan to migrate the containers to an Azure Kubernetes cluster. What is the minimum number of node pools that the cluster must have?
  • AZ-204 Exam Question 65

    You are developing an application to store millions of images in Azure blob storage.
    The application has the following requirements:
    * Store the Exif (exchangeable image file format) data from the image as blob metadata when the application uploads the image.
    * Retrieve the Exif data from the image while minimizing bandwidth and processing time.
    * Utilizes the REST API.
    You need to use the image Exif data as blob metadata in the application.
    Which HTTP verbs should you use? To answer, select the appropriate options in the answer area.
    NOTE: Each correct selection is worth one point.