سؤال

Can anybody point me in the right direction on how to set up an App catalog for a single site in my tenant (SharePoint online)?

هل كانت مفيدة؟

المحلول

App Catalog can be setup at Site collection level and not site (web)/subsite level.

You can create a site collection app catalog using SharePoint Online PowerShell.

Example:

Add-SPOSiteCollectionAppCatalog -Site https://contoso.sharepoint.com/sites/marketing

OR

By using PnP PowerShell:

Add-PnPSiteCollectionAppCatalog -site https://contoso.sharepoint.com/sites/marketing

Source: Use the site collection app catalog.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى sharepoint.stackexchange
scroll top