PL-400 Exam QuestionsBrowse all questions from this exam

PL-400 Exam - Question 258


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.

Show Answer
Correct Answer: BE

To integrate an Azure Function with Power Apps to retrieve customer information from Azure Active Directory, you should first create an API definition for the Azure Function. This definition, typically written in OpenAPI format, describes the operations available and how the request and response data should be structured. After defining the API, you need to create a custom connector within Power Apps that uses this Azure Function API. The custom connector will enable Power Apps to interact seamlessly with the Azure Function, making the necessary customer data accessible.

Discussion

13 comments
Sign in to comment
Yuro
Mar 16, 2022

BE correct

luvasgloves
Sep 20, 2022

utlra correckt

ziggy1117Options: BE
Aug 2, 2024

BE Correct

rijifa7178
Jun 15, 2022

super kovvect

Flatternschuchtern
Sep 20, 2023

uwu cowwect :3

BlueP
Jun 26, 2023

mega correct

28122016
Jun 30, 2024

ultra pro max correct

ZVV
Apr 26, 2022

Why do we need custom connector to use Azure function?

Leila24
Jun 14, 2022

For Power Automate

fancyturkeyOptions: BE
Jan 6, 2024

giga correct

28122016
May 6, 2024

Terra Correct

DimpleG
Jan 27, 2024

Guys what do you say about my view, In give question it asked we make sure App should not work, it did not asked about possible options, To make the Power Apps app work, you will need to create a custom connector that uses the Azure Function API to retrieve customer information from Azure Active Directory. Additionally, you will need to create a custom connector that uses the JSON code to retrieve the customer information. This will allow the Power Apps app to access the customer information from Azure Active Directory through the custom connectors.

DimpleG
Jan 27, 2024

There is a typo in my earlier message, "You need to make the application work. Which two actions should you perform?"

justin_s
Jan 29, 2024

ur wrong. create an openAPI definition to describe the API then create a custom connector in dataverse is a common way to external API. What is JSON code API or something? could you provide a link?

DimpleGOptions: BD
Jan 27, 2024

B. Create a custom connector that uses the Azure Function API. D. Create a custom connector that uses the JSON code. To make the Power Apps app work, you will need to create a custom connector that uses the Azure Function API to retrieve customer information from Azure Active Directory. Additionally, you will need to create a custom connector that uses the JSON code to retrieve the customer information. This will allow the Power Apps app to access the customer information from Azure Active Directory through the custom connectors.

vrpexamtopics
Jan 31, 2024

This is a real time scenario. Power Automate is out of the game. I am thinking of a plugin calling Azure Function in sync mode. So C and E.

Juan0414Options: BE
Mar 6, 2025

Correct!

itmaxuserOptions: BE
Apr 15, 2025

✅ Correct Answers: B. Create a custom connector that uses the Azure Function API ✔ Yes. A custom connector allows Power Apps to communicate with your Azure Function securely and consistently. You define how the connector talks to your API (HTTP method, URL, etc.). E. Create an API definition for the Azure Function ✔ Yes. An OpenAPI (Swagger) definition or similar API definition helps Power Platform understand how to communicate with the Azure Function — e.g., what endpoints exist, what parameters to send, what responses look like. This is often used to help build the custom connector.