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
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.