You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/sp-add-ins-modernize/sp-add-in-modernize.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,14 @@ These upcoming changes will be impacting SharePoint add-in model and also authen
21
21
22
22
Here's a high level table of the feature mapping as the add-in model implementation is transformed to use other long term supported features:
23
23
24
+
| Classic technology | New technology
25
+
|-------------------- |----------------
26
+
| SharePoint add-in | SharePoint Framework
27
+
| Provider hosted add-in | Azure AD registered apps
28
+
| App registration using ACS | Azure AD registered apps
29
+
| JSOM | Graph JS SDK & PnPjs library
30
+
| SharePoint Workflow | Power Automate Flows
31
+
24
32
## Transformation guidance for the add-in techniques
25
33
26
34
Here's a list of all articles for the transformation guidance when moving away on using SharePoint add-in model, grouped based on the covered topic:
@@ -47,4 +55,4 @@ Here's a list of all articles for the transformation guidance when moving away o
47
55
*[From SharePoint Add-in model Workflow Apps to Microsoft Power Automate](./From-Workflow-Apps-to-Power-Automate.md)
48
56
*[Publishing modern SharePoint applications on Microsoft AppSource](./Publishing-modern-SharePoint-apps-on-AppSource.md)
49
57
50
-
If some essential guidance is not included, please open an issue at the SharePoint developer documentation and we will try to help you as fast as possible with your specific question.
58
+
If some essential guidance is not included, please open an issue at the [SharePoint developer documentation](https://aka.ms/spdev-issues) and we will try to help you as fast as possible with your specific question.
0 commit comments