nerdexam
Microsoft

PL-400 · Question #30

You are creating a Power Apps app that retrieves customer information from Azure Active Directory when you use the app to look up a customer record. You create an Azure Function by using JSON code…

The correct answer is B. Create a custom connector that uses the Azure Function API. E. Create an API definition for the Azure Function. E: Before exporting an API, you must describe the API using an OpenAPI definition. B: This OpenAPI definition contains information about what operations are available in an API and how the request and response data for the API should be structured. PowerApps and Microsoft Flow…

Submitted by anna_se· Apr 18, 2026

Question

You are creating a Power Apps app that retrieves customer information from Azure Active Directory when you use the app to look up a customer record. You create an Azure Function by using JSON code to retrieve the customer information. You need to make the application work. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

Options

  • ACreate a Power Automate flow to import data.
  • BCreate a custom connector that uses the Azure Function API.
  • CCopy your JSON code to the app.
  • DCreate a custom connector that uses the JSON code.
  • ECreate an API definition for the Azure Function.

How the community answered

(26 responses)
  • A
    4% (1)
  • B
    81% (21)
  • C
    4% (1)
  • D
    12% (3)

Explanation

E: Before exporting an API, you must describe the API using an OpenAPI definition. B: This OpenAPI definition contains information about what operations are available in an API and how the request and response data for the API should be structured. PowerApps and Microsoft Flow can create custom connectors for any OpenAPI 2.0 definition. https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/azure-functions/app-service- export-api-to-powerapps-and-flow.md

Community Discussion

No community discussion yet for this question.

Full PL-400 Practice