FEFreeExamDumps.in

AZ-204 Practice Questions — Page 27

Question 261

Open question ↗

You need to support the message processing for the ocean transport workflow.

Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Select and Place:

Question 261

Question 262

Open question ↗

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.

Select and Place:

Question 262

Question 263

Open question ↗

You need to insert code at line LE03 of LoginEvent.cs to ensure that all authentication events are processed correctly.

How should you complete the code? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Question 263

Question 264

Open question ↗

You need to implement the Log policy.

How should you complete the EnsureLogging method in EventGridController.cs? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Hot Area:

Question 264

Question 265

Open question ↗

You need to resolve a notification latency issue.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

  • A.Set Always On to true.
  • B.Ensure that the Azure Function is using an App Service plan.
  • C.Set Always On to false.
  • D.Ensure that the Azure Function is set to use a consumption plan.

Question 266

Open question ↗

You need to deploy the CheckUserContent Azure Function. The solution must meet the security and cost requirements.

Which hosting model should you use?

  • A.Premium plan
  • B.App Service plan
  • C.Consumption plan

Question 267

Open question ↗

You need to deploy a new version of the LabelMaker application to ACR.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Select and Place:

Question 267

Question 268

Open question ↗

You need to access data from the user claim object in the e-commerce web app.

What should you do first?

  • A.Write custom code to make a Microsoft Graph API call from the e-commerce web app.
  • B.Assign the Contributor RBAC role to the e-commerce web app by using the Resource Manager create role assignment API.
  • C.Update the e-commerce web app to read the HTTP request header values.
  • D.Using the Azure CLI, enable Cross-origin resource sharing (CORS) from the e-commerce checkout API to the e-commerce web app.

Question 269

Open question ↗

You need to configure the ContentUploadService deployment.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

  • A.Add the following markup to line CS23: type: Private
  • B.Add the following markup to line CS24: osType: Windows
  • C.Add the following markup to line CS24: osType: Linux
  • D.Add the following markup to line CS23: type: Public