Which two actions should you perform?

Posted by: Pdfprep Category: PL-400 Tags: , ,

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.
A . Create a Power Automate flow to import data.
B . Create a custom connector that uses the Azure Function AP
D . Copy your JSON code to the app.
E . Create a custom connector that uses the JSON code.
F . Create an API definition for the Azure Function.

Answer: BE

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.

Reference: https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/azure-functions/app-service-export-api-to-powerapps-and-flow.md

Leave a Reply

Your email address will not be published.