Month: March 2024
-
MGT Login control in SPFx

Proceeding with the appointments with the MGT (Microsoft Graph Toolkit) controls today I want to talk about the File List control. I will not cover in detail the implementation, it’s not the scope of this post, if you’re wondering how to achieve all the steps to enable you to use…
-
Connect SharePoint Framework web parts using dynamic data

You probably already know what are SharePoint Framework (SPFx) web parts but do you know that you can connect two web parts dynamically? In a nutshell the provider web part needs to implement the interface IDynamicDataCallables to define which are the dynamic properties to expose, the consumer web part will…
-
MGT File control in SPFx

Proceeding with the appointments with the MGT (Microsoft Graph Toolkit) controls today I want to talk about the File control. I will not cover in detail the implementation, it’s not the scope of this post, if you’re wondering how to achieve all the steps to enable you to use MGT…
-
Run Azure Function locally on HTTPS

Have you ever needed to test an Azure Function locally but using HTTPS instead of the default HTTP? This post is for you! 🥳 To achieve this you will need two things: Getting the certificate Starting with the certificate, in case you don’t have one, you can create a self…