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/spfx/extensions/get-started/serving-your-extension-from-sharepoint.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Deploy your extension to SharePoint (Hello World part 3)
3
3
description: Deploy your SharePoint Framework Application Customizer to SharePoint and see it working on modern SharePoint pages.
4
-
ms.date: 06/07/2022
4
+
ms.date: 06/13/2022
5
5
ms.prod: sharepoint
6
6
ms.localizationpriority: high
7
7
ms.custom: scenarios:getting-started
@@ -22,8 +22,8 @@ You can also follow these steps by watching the video on the Microsoft 365 Platf
22
22
23
23
There are few different ways on getting your SPFx extensions deployed and activated in SharePoint sites. The correct option depends on your business requirements and objectives. The primary options are as follows:
24
24
25
-
- Activate the extension on specific site(s) using the Feature Framework-based activation option once the solution is installed. This is the only model that supports [site level assets getting created or deployed](https://docs.microsoft.com/sharepoint/dev/spfx/toolchain/provision-sharepoint-assets) as part of the solution activation.
26
-
- Use the [tenant-scoped deployment option](https://docs.microsoft.com/sharepoint/dev/spfx/tenant-scoped-deployment) and activate the extension on specific sites available SharePoint APIs and interfaces.
25
+
- Activate the extension on specific site(s) using the Feature Framework-based activation option once the solution is installed. This is the only model that supports [site level assets getting created or deployed](/sharepoint/dev/spfx/toolchain/provision-sharepoint-assets) as part of the solution activation.
26
+
- Use the [tenant-scoped deployment option](/sharepoint/dev/spfx/tenant-scoped-deployment) and activate the extension on specific sites available SharePoint APIs and interfaces.
27
27
- Use the tenant-wide deployment option for extensions from app catalog. This capability was introduced in the SharePoint Framework v1.6.
0 commit comments