Microsoft Power Automate RPA Developer — Question 58
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear on the review screen.
You are implementing an automation that involves a publicly accessible external API. The API is hosted on the Microsoft Azure platform and requires Basic authentication.
Automations must execute without reliance on additional infrastructure.
You need to connect with and perform actions against the external API.
Solution: Create a cloud flow. Use the HTTP with Microsoft Entra ID connector.
Does the solution meet the goal?
Answer options
- A. Yes
- B. No
Correct answer: A
Explanation
The solution meets the goal because using the HTTP with Microsoft Entra ID connector allows for secure communication with the external API while adhering to the requirement for Basic authentication. Option B is incorrect as it implies that the provided solution does not meet the necessary criteria, which it does.