This blog offers a comprehensive guide to setting up Continuous Integration (CI) in Azure DevOps to automate the integration of SharePoint Framework (SPFx) code by leveraging Azure DevOps pipelines. This process aims to streamline development workflows, improve code quality, and ensure quicker code validation before deployment without any manual processing. Continuous Integration (CI) is the […]
Posts Tagged ‘SharePoint’
Building Azure DevOps CD Processes for SPFx
This blog provides a detailed explanation of the technical approach for implementing Continuous Deployment (CD) processes within Azure DevOps. It focuses on automating the deployment of solutions to SharePoint environments. This approach not only speeds up the release cycle but also enhances reliability, minimizes errors, and ensures that updates are deployed quickly and effectively. Continuous […]
Create and Manage Microsoft Teams and Channels with PowerShell
In this blog, we will walk through the process of creating a Team, adding Team Channels, and managing owners and members within Microsoft Teams using PowerShell scripts. You’ll learn how to automate the creation of Teams, organize them with different channels, and efficiently manage user roles and permissions, such as assigning ownership or membership. This […]
How to Retire and Repurpose SharePoint Site
Retire and Repurpose SharePoint Site Across most organizations, classic SharePoint sites have been converted to the modern SharePoint experience. The modern experience is designed to be compelling, flexible, mobile, and user-friendly, and is available in SharePoint in Microsoft 365. However, many users still prefer to access classic sites. To address this, we can retire a […]
Microsoft Ignite: 9 Exciting Product Announcements and Key Takeaways
Last week, Microsoft brought together partners, customers, and thought leaders at Microsoft Ignite, its annual conference, held this year in Seattle. This year’s event featured close to 600 sessions on AI alone, which is unheard of among technology partners. Generative AI is the pinnacle of many of Microsoft’s new product announcements, including more Copilots, additional […]
Learn SharePoint Online Modern Site Provisioning Using PnP Provisioning Engine and PnP PowerShell
The PnP Provisioning framework is a code-centric and template-based platform for provisioning your site collections. The new provisioning engine allows you to persist and reuse provisioning models in Office 365, SharePoint Online, and on-premises site collections. This blog will demonstrate how to provision a Team site using PnP PowerShell. In this process, we will make […]
How to Install PnP PowerShell for SharePoint Online and Azure Cloud Shell
SharePoint Patterns and Practices (PnP) contains a library of PowerShell commands (PnP PowerShell) that allows you to perform complex provisioning and artifact management actions towards SharePoint. What is PnP? PnP PowerShell is a cross-platform PowerShell, and it is a .NET Core 3.1 / .NET Framework 4.6.1 based PowerShell Module providing over 600 cmdlets that work […]
Configure Organization Assets Library in SharePoint Online
What is Organization Assets Library? In SharePoint Online, you can create your company specific assets library, which can store images provided by your company to use in your SharePoint environment by all site owners. Types of Organization Assets You can create two types of organization assets: 1) Images After Organization Assets Library is configured successfully, […]
People of Perficient: Meet Amarender Peddamalku
Amarender Peddamalku Embodies a Lifelong-Learner Approach & Enjoys Sharing His Expertise At Perficient, we are proud of our global colleagues that bring their unique perspectives to work every day. As a part of Perficient’s People Promise, we look to foster a culture that embeds Growth for Everyone. Amarender Peddamalku takes this to heart and enjoys […]
Understanding and Creating Multi-Click Images and Map Links in SharePoint Online
This tutorial walks you through how to add multiple hyperlinks inside an image and embed it into a SharePoint page. To add a hyperlink to an image, we want to map the link in the image with its coordinates. You can easily accomplish this through an image map. Image Maps An image map allows a user to click on different clickable areas of the image and be linked to different destinations, making it easy to navigate to a different page. By using image mapping, you can […]
The Difference between a SharePoint Modern Team Site and a Communication Site and How to Create Both
Both modern team and communication sites are different since they are based on different site templates. In this blog, I will demonstrate how to create a new communication site and team site in SharePoint Online and explain their differences. There are a couple of ways to create a team and communication site in SharePoint: SharePoint […]
An Overview and Comparison of Classic and Modern SharePoint User Interfaces
The purpose of SharePoint is to store and share content so that multiple users can simultaneously manage, access, and collaborate on documents, tasks, and related resources in one place. SharePoint supports two user interface (UI) designs — the “classic” experience and the “modern” experience. Understanding the Key Differences Between These Experiences The Classic The classic […]