Create App Catalog library in site collection

Some times we don't want to deploy your custom components to a tent level which is not sensible to deploy every component to deploy in tent level. For this situation we need to deploy your custom components to a site collection for this situation you can follow the below steps.

Pre-Requisite:

  1. You should be global admin before you performing this action
  2. Windows power shell if don't have it don't worry download it from here
  3. Open SharePoint online management shell as below
  4. $site = Get-SPOSite https://dintakurthianil.sharepoint.com/sites/ModrenSite
  5. Add-SPOSiteCollectionAppCatalog -Site $site
  6. Out Put












Comments

Popular posts from this blog

My Interview Experience

React Checkbox Control SPFx