This guide walks you through creating, deploying, and securely managing a Python Azure Function that connects to SharePoint Online using the Microsoft Graph API. Learn how to register an app, configure permissions, install Azure Function Core Tools, manage Python versions, package dependencies, and deploy using ZIP to keep your source code hidden from the Azure Portal. Ideal for production-grade SharePoint integrations in a secure and scalable way.
SharePoint
Elevated Permission in SPFx Webpart Using Power Automate
This article explores an alternative approach to impersonation or elevated permissions. While Azure Functions offer flexibility, they require coding expertise and an Azure subscription, making them resource-intensive. A simpler solution is Power Automate, which is easy to create and maintain without coding or deployment, though it requires premium triggers for impersonation.
Optimizing SharePoint Performance – A Case Study on Handling Large Lists
Optimizing SharePoint Performance - A Case Study on Handling Large Lists.
Elevated Permissions in SPFx Web part
Learn about managing elevated permissions in SharePoint Framework (SPFx) web parts. This article explores the concepts of permissions, how to request elevated access, and best practices for securely handling permissions in your SPFx solutions to ensure smooth and compliant operations in SharePoint environments.
SharePoint Branding – Site level Branding
How to leverage on Site level branding to create themes and font packages for a site.
How to use PnP.Core SDK to Bulk Delete items using Batch in SharePoint Online
How to use PnP.Core SDK to upload files including large files with metadata in SharePoint Online.
How to use PnP.Core SDK to Upload Files with Metadata in SharePoint Online
How to use PnP.Core SDK to upload files including large files with metadata in SharePoint Online.
How to use PnP.Core SDK to query Large List in SharePoint Online
How to use PnP.Core SDK to query a large lists without hitting the throttling limit.
How to use PnP.Core SDK to Communicate with SharePoint Online
How to use PnPCore SDK to secure the communication to SharePoint Online.
How to use Brand Fonts in SPFx Web part
How to utilize the Brand Fonts in custom SPFx web part and also other CSS variables that are available OOB.