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…
Question
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)- A4% (1)
- B81% (21)
- C4% (1)
- D12% (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.