SPFxDemo Azure Function Azure AD

This is the sample I use in my blogpost Part 4 - Azure Functions V2 + VS Code + PnPJs === true

We call an Azure AD secured Azure Function, and create a Microsoft Team with PNPJs

Minimal Path to Awesome

git clone the repo
npm i 
  • Change the
  • Change to your Site name
  • Change to you FunctionApp Url
  • Package and bundle the app
gulp bundle --ship && gulp package-solution --ship
  • Upload to yor app catalog and deploy
  • Add HelloWorld web part to one of your pages.