Introduction to Microsoft Graph API

Introduction to Microsoft Graph API – Part 3

In Previous Article, we have registered application and selected permissions which is required the Administrator Consent Introduction to Microsoft Graph API – Part 1 Introduction to Microsoft Graph API – Part 2 To grant admin consent, Click on Grant admin consent for undefined Login using the Global administrator to provide the admin consent Click on […]

Roles using PowerApps and Flow

Assigning Azure RBAC Roles using PowerApps and Flow – Part 3

For Previous Article, Assigning Azure RBAC Roles using PowerApps and Flow – Part 2 Step 3: Creating Flow for the Actions We have created SharePoint List and PowerApps Forms with Button. We need to give an action to get the user details from the logged in user profile. To do that, we need to insert […]

Assigning Azure RBAC Roles using PowerApps and Flow – Part 4

For previous Article, Assigning Azure RBAC Roles using PowerApps and Flow – Part 3 Now, go back to the Form again, Select the LoadButton–Action(Flow)–Select the flow which we created and tested You can see the Flow selected but you can see it is giving the syntax error Enter the below text for OnSelect Set(datafromflow,’Loadcurrentuser-Button’.Run()) You […]

Azure RBAC Roles using PowerApps

Assigning Azure RBAC Roles using PowerApps and Flow – Part 5

For Previous Article, Assigning Azure RBAC Roles using PowerApps and Flow – Part 4 4. Adding Azure AD Application and Setting the permissions Registering the application in Azure AD, Login to https://Portal.Azure.com— Azure Active directory –Select App Registration(Legacy)–Click on New Application registration Give the name for the App and Sign-on URL: https://localhost and click on […]

Roles using PowerApps and Flow

Assigning Azure RBAC Roles using PowerApps and Flow – Part 6

For Previous Article, Assigning Azure RBAC Roles using PowerApps and Flow – Part 5 5. Creating An Approval Flow So far, we have created SharePoint list, PowerApps, Flows and Registered an Application. Able to get user’s information and submit for the approval. Now it has to be submitted for approval to process the roles assignment. […]

RBAC Roles using PowerApps and Flow

Assigning Azure RBAC Roles using PowerApps and Flow – Part 1

For Next Article, Assigning Azure RBAC Roles using PowerApps and Flow – Part 2 Welcome to Microsoft PowerApps and Microsoft Flow, the new technologies gets added in the Windowstechpro.. Going forward you will be seeing more articles in this Category. Well. In this Series of articles, we are going to see how to automate the […]

Assigning Azure

Assigning Azure RBAC Roles using PowerApps and Flow – Part 2

For Previous Article, Assigning Azure RBAC Roles using PowerApps and Flow – Part 1 Step 2: Creating Microsoft PowerApps form Now, it is time to create PowerApps for our application. Let’s Login to https://create.powerapps.com/studio/# Click on New and select Start with a blank canvas or a template — Select Phone layout Click on Add an […]