Skip to content

Commit b201f3a

Browse files
PaoloPiaVesaJuvonen
authored andcommitted
Article about Solutions Deployment (SharePoint#1308)
1 parent 98cf7d5 commit b201f3a

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed
Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# Solutions Deployment and Maintenance
2+
3+
## Summary
4+
Solutions Deployment and Maintenance are really important topics in the fields of developing for SharePoint, whenever you want to create sucessfull solutions. In this guidance article you can find references to articles, videos, and samples about how to manage deployment and maintenance of SharePoint Add-Ins, SharePoint Framework solutions, or Sandbox solutions on-premises.
5+
6+
## Available Options
7+
8+
### SharePoint Add-Ins
9+
10+
_**Applies to:** Office 365 | SharePoint Online | SharePoint 2013 | SharePoint 2016_
11+
12+
In the SharePoint Add-In Model there are many well-known rules and guidelines about how to manage solutions deployment and maintenance. Here you can find some reference articles.
13+
14+
### Articles
15+
* [Publish SharePoint Add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/publish-sharepoint-add-ins)
16+
* [Tenancies and deployment scopes for SharePoint Add-ins](https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/tenancies-and-deployment-scopes-for-sharepoint-add-ins)
17+
* [Deploying and installing SharePoint Add-ins: methods and options](https://docs.microsoft.com/en-us/sharepoint/dev/sp-add-ins/deploying-and-installing-sharepoint-add-ins-methods-and-options)
18+
* [Create or update client IDs and secrets in the Seller Dashboard](https://docs.microsoft.com/en-us/office/dev/store/create-or-update-client-ids-and-secrets)
19+
* [Use the Seller Dashboard to submit your solution to AppSource](https://docs.microsoft.com/en-us/office/dev/store/use-the-seller-dashboard-to-submit-to-the-office-store)
20+
21+
### SharePoint Framework
22+
23+
_**Applies to:** Office 365 | SharePoint Online | SharePoint 2016 (FP2)_
24+
25+
The SharePoint Framework (SPFx) has been designed thinking about making it possible to properly manage the deployment and maintenance of solutions. In this section follow articles, samples, and videos that explain you how to manage SPFx solutions deployment and maintenance.
26+
27+
### Articles
28+
* [Tenant-Scoped solution deployment for SharePoint Framework solutions](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/tenant-scoped-deployment)
29+
* [Deploy your client-side web part to a SharePoint page](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/serve-your-web-part-in-a-sharepoint-page)
30+
* [Deploy your SharePoint client-side web part to Azure CDN](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/get-started/deploy-web-part-to-cdn)
31+
* [Deploy your extension to SharePoint](https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/get-started/serving-your-extension-from-sharepoint)
32+
33+
### Samples
34+
* [Working With: ALM API](https://github.com/SharePoint/PnP-JS-Core/wiki/Working-With:-ALM-API)
35+
36+
### Videos
37+
* [PnP Webcast - Deployment options for SharePoint Framework Solutions](https://www.youtube.com/watch?v=8Nl_dKVQ1O8)
38+
* [PnP Shorts - Tenant-wide deployment option for SharePoint Framework solutions](https://www.youtube.com/watch?v=pemHOZCSwZI)
39+
* [PnP Webcast - Automate custom solution deployment steps at Office 365 and Azure](https://www.youtube.com/watch?v=D98jqzPkfj0)
40+
* [SharePoint Framework Training - Module 04 Section 1 - Deploy Assets for Production Usage](https://www.youtube.com/watch?v=6Sm78rfuImk)
41+
* [PnP Webcast - Site collection app catalog](https://www.youtube.com/watch?v=ZfUKkdMnSYQ)
42+
43+
### Sandbox solutions
44+
45+
_**Applies to:** SharePoint 2013 | SharePoint 2016_
46+
47+
One of the original design goals of Sandbox solutions was to make it possible to have an easy and smooth process to deploy and maintain the solutions. Even if the sandbox solution are nowadays deprecated, here you can find some useful information to reach that goal.
48+
49+
### Articles
50+
* [Installing, Uninstalling, and Upgrading Sandboxed Solutions in SharePoint 2010](https://msdn.microsoft.com/en-us/library/office/gg615450.aspx)
51+
* [Best Practices for Developing Sandboxed Solutions in SharePoint 2010](https://msdn.microsoft.com/en-us/library/office/gg615455.aspx)

0 commit comments

Comments
 (0)