Skip to content

Commit 7ff0fc8

Browse files
authored
Finalizing the add-in transformation intro article
1 parent 9f26278 commit 7ff0fc8

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/sp-add-ins-modernize/sp-add-in-modernize.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@ These upcoming changes will be impacting SharePoint add-in model and also authen
2121

2222
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:
2323

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+
2432
## Transformation guidance for the add-in techniques
2533

2634
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
4755
* [From SharePoint Add-in model Workflow Apps to Microsoft Power Automate](./From-Workflow-Apps-to-Power-Automate.md)
4856
* [Publishing modern SharePoint applications on Microsoft AppSource](./Publishing-modern-SharePoint-apps-on-AppSource.md)
4957

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

Comments
 (0)