App Catalog & Work Bench
App Catalog
App catalog is a special site collection, where we can upload app & client side webparts(sppkg).
Two types of App Catalogs are there.
1.Tenant Level
Tenant Admin can create catalog at
SharePoint Admin center > More Features > Apps > App Catalog > Create new catalog site > open AppCatalogSite > ‘Apps for SharePoint’ library where we upload apps
SiteCollectionLevel
Tenant Admin can run below shell cmd and create
Appcatalog at site level. While running the first comment it ask for
credentials popup (Tenant Admin Credentials required).
Connect-SPOService
–Url <SPO Admin Center
Url>
Add-SPOSiteCollectionAppCatalog
–Site “<SiteCollectionURL>”
‘Apps for SharePoint’
library will be added to site collection, where we can upload apps
To remove app catalog at site level, use the above script & replace Add with 'Remove')
Priority:
If both
level is enabled then SiteCollectionLevel AppCatalog will be accessed first.
WorkBench
It’s a developer design surface, where we can
test our client side webparts witout deploying to SharePoint.
Local Workbench – does not contains SharePoint context
SharePoint Workbench – Contains SharePoint context
/_layouts/15/workbench.aspx
Refer this link for more details
Comments
Post a Comment