This week at Microsoft Ignite a bunch of new exams were announced, these were specifically geared around the role-based certifications that Microsoft is moving to.
How to easily get an authentication token to your Office 365 Tenant
I have been developing a backend service that requires a Microsoft Graph token passed up from the frontend. During this development, I have been using Postman to do the call, and have used a simple SPA with authentication to give me a token to my development tenant. This has been a pretty annoying way to do things when the token expires every half an hour or so, meaning I need to generate another.
Finding the Files location of Microsoft Teams Channel using the Microsoft Graph
You may have come across the Files tab for a channel in Microsoft Teams. This basically shows the contents of a folder inside a Document Library in a SharePoint Team Site, the one that is provisioned when the Team was first created. In that Files tab, you are able to open that location by clicking "Open in... Continue Reading →