Skip to content

Commit aaee439

Browse files
Merge pull request SharePoint#8852 from andrewconnell/fix/issue7892
🐞 add modern app deployment view
2 parents b9810ac + 20d3385 commit aaee439

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed
Loading

docs/spfx/extensions/basics/tenant-wide-deployment-extensions.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Tenant Wide Deployment of SharePoint Framework Extensions
33
description: Activating SharePoint Framework extensions across tenant from centralized ___location.
4-
ms.date: 02/16/2021
4+
ms.date: 03/28/2023
55
ms.localizationpriority: high
66
---
77
# Tenant-wide Deployment of SharePoint Framework Extensions
@@ -141,8 +141,16 @@ Below xml definition shows how the optional values could be used as part of the
141141
</Elements>
142142
```
143143

144-
When an administrator adds a solution that has a **ClientSideInstance.xml** file inside of it to App Catalog, specific warning message is shows to ensure that presence of the automated configuration is known.
144+
## Trusting the solution during deployment
145145

146-
![Trusting SharePoint Framework package deployed to tenant app catalog](../../../images/ext-tenant-wide-solution-deployment.png)
146+
When an administrator adds a solution that has a **ClientSideInstance.xml** file inside of it to App Catalog, specific warning message is shows to ensure that presence of the automated configuration is known.
147+
148+
The following dialog is what administrators will see for app catalogs that use the classic experience, such as SharePoint on-premises deployments:
149+
150+
![Trusting SharePoint Framework package deployed to tenant app catalog (classic experience)](../../../images/ext-tenant-wide-solution-deployment.png)
151+
152+
A similar, but slightly different, dialog is shown for the SharePoint modern experience, such as SharePoint Online deployments:
153+
154+
![Trusting SharePoint Framework package deployed to tenant app catalog (modern experience)](../../../images/ext-tenant-wide-solution-deployment-modern.png)
147155

148156
After solution deployment, an administrator can change the deployment settings from the **Tenant Wide Extension** list.

0 commit comments

Comments
 (0)