Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliemturner/pnpjsaf4
https://github.com/juliemturner/pnpjsaf4
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juliemturner/pnpjsaf4
- Owner: juliemturner
- Created: 2023-09-18T14:48:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-22T18:35:00.000Z (9 months ago)
- Last Synced: 2024-04-22T19:48:21.235Z (9 months ago)
- Language: TypeScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PnPjs - Azure Function v4 Support
This sample project demonstrates how to use the PnPjs SDK inside of an Azure Function v4 with Application Insights, one of the most common scenarios when building extensibility solutions for Microsoft 365.
## AzureIdentity
AzureIdentity is an SDK that provides Azure Active Directory (Azure AD) token authentication through a set of convenient TokenCredential implementations. [More information](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/identity/identity/README.md)
This sample implements PnPjs security expecting Managed Identity has been configured for the Azure Function. When in local development mode you can log into Azure by including the Azure Account extension for Visual Studio Code. See the more information link above for other supported authentication scenarios like Client Secret and Certificate.
## Application Insights
[more infomration](https://github.com/microsoft/ApplicationInsights-node.js#readme)