Hello Readers,

In this article on “Development of SharePoint Add-In Solution as a (Custom List) on Office 365 – Azure – Part 1”, we will be learning how can we use SharePoint Add-In Solutions to create a custom list on Office 365.

Kindly follow my first article on how to develop a SharePoint Add-In and then refer my new article below.

What is SharePoint Add-In?

There are two kinds of SharePoint Add-ins, SharePoint-hosted, and provider-hosted add-ins. In this article, we will see a SharePoint hosted add-in and depending on various scenarios you can conclude what kind of host you require.

As quoted from Microsoft Docs, “A SharePoint Add-in is a self-contained piece of functionality that extends the capabilities of SharePoint websites to solve a well-defined business problem.”

In simple words, we use add-ins to keep the custom code off the websites to prevent any security or performance glitch on our servers but also manage to achieve the same functionality by storing them elsewhere. It is easily manageable and keeps our sites and servers safe.

We can use all the SharePoint components such as pages, lists, workflows, custom content types, list templates, web parts, and more using the SharePoint Add-In feature.

The SharePoint Add-ins that we will develop and install today will be featured as a tile on the Site Contents page of the SharePoint website where you can click on them and execute your business logic.

Now, it’s time to achieve the same so kindly follow the steps below and learn how to develop a SharePoint Add-In of a Custom List on Office 365-Azure.

This was our SharePoint Add-In on Office 365 of a Custom List. We will see many more aspects of SharePoint Add-In features in the upcoming article.

Until then, keep reading & keep learning.