Creating an HTTP flow
In this section, we’re going to create the flow to retrieve the MFA registration data. Let’s begin!
Gathering the data
The first part of creating the flow is going to require connecting to Azure AD to retrieve the data necessary for building a report. We’ll use an HTTP action to query Azure AD.
In this chapter, we’re just going to focus on one of the REST resources in the Microsoft Graph API endpoint. There are hundreds of different resources that you can work with to retrieve and modify data. For a complete list of Graph API resources, see https://docs.microsoft.com/en-us/graph/api/overview.
To configure the HTTP action, follow these steps:
- Navigate to the Power Automate web portal (https://flow.microsoft.com) and click Create.
- Click Scheduled cloud flow.
- Configure a Flow name.
- Configure the schedule settings under Run this flow to execute weekly, and click Create when finished...