In the previous post we developed the functions to get and apply a provisioning template using PnP core library and deployed them to the Azure Portal, then we configured the Application Registration by uploading the certificate needed for authentication process and added API permissions we need to do the operations on SharePoint. In this post we will implement the web part to call our functions and also we will learn how we can use some…
We are living in a world which everyday you wake up with some brilliant features added to your favorite libraries and you can’t wait to use them somewhere in your solution. In this post I will show you how easy is to call Azure Functions from SharePoint Framework Web Part and also how you can use React Hooks to simplifies your components and get rid of extra classes and life cycles around them. As you…