Showing archive results for 2018

Nov 17, 2018
Post comments count0
Post likes count0

30DaysMSGraph – Day 17 – Use Case: Assign an Office 365 license

Brian T. Jackett

In Day 16 we extended the base .Net Core console application to create a user by calling Azure AD.  Today we'll extend the base console application to assign a user license in Office 365.

Microsoft GraphOffice Add-ins
Nov 16, 2018
Post comments count0
Post likes count0

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

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 16, 2018
Post comments count0
Post likes count0

MVP Article – How I joined the PnP Core Team?

SharePoint team

MVP Article - Journey on how contributions for the community will result in different opportunities for anyone who is willing to share their knowledge.

Microsoft 365 Developer
Nov 14, 2018
Post comments count0
Post likes count0

30DaysMSGraph – Day 14 – Batch processing

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