Showing results for 30DaysMSGraph - Microsoft 365 Developer Blog

Nov 16, 2018
0

30DaysMSGraph – Day 16 – Use Case: Create user in Azure AD

Brian T. Jackett
Brian T. Jackett

In Day 15 we registered an Azure Active Directory (Azure AD) application and created a console application using .Net Core.  The application uses a client secret and the Microsoft Authentication Library (MSAL) to establish an authentication context with the Microsoft Graph API.  Today we'll extend that application to create a user within Azure AD.

Microsoft Graph
Nov 14, 2018
0

30DaysMSGraph – Day 14 – Batch processing

Brian T. Jackett
Brian T. Jackett

In Day 13 we discussed calling Microsoft Graph with Postman.  Today we'll look at the concept of batching that can help optimize your application by combining multiple Microsoft Graph queries.

Microsoft Graph