Skip to content

Commit 3528ca8

Browse files
Merge pull request SharePoint#8170 from dereklh7/Revert-6-13-Guidance
Validation: Removed Absolute Links
2 parents b27598b + 80d55b3 commit 3528ca8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/spfx/extensions/get-started/serving-your-extension-from-sharepoint.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Deploy your extension to SharePoint (Hello World part 3)
33
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
55
ms.prod: sharepoint
66
ms.localizationpriority: high
77
ms.custom: scenarios:getting-started
@@ -22,8 +22,8 @@ You can also follow these steps by watching the video on the Microsoft 365 Platf
2222
2323
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:
2424

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.
2727
- Use the tenant-wide deployment option for extensions from app catalog. This capability was introduced in the SharePoint Framework v1.6.
2828

2929
## Package the Hello World Application Customizer

0 commit comments

Comments
 (0)