Microsoft Power Platform Developer — Question 5
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.
Answer options
- A. Create a Power Automate flow to import data.
- B. Create a custom connector that uses the Azure Function API.
- C. Copy your JSON code to the app.
- D. Create a custom connector that uses the JSON code.
- E. Create an API definition for the Azure Function.
Correct answer: B, E
Explanation
The correct answers are B and E. Creating a custom connector that uses the Azure Function API (B) allows your Power Apps app to communicate with the Azure Function effectively. Additionally, creating an API definition for the Azure Function (E) is necessary to define how the function can be accessed. The other options do not directly enable the app to retrieve customer information from Azure Active Directory through the Azure Function.