1
00:00:02,607 --> 00:00:04,265
Now that we know that customizations are

2
00:00:04,265 --> 00:00:07,196
deployed in the app catalog, let's see how

3
00:00:07,196 --> 00:00:10,337
we can manage it. First of all, the tenant

4
00:00:10,337 --> 00:00:13,080
level app catalog is the central location

5
00:00:13,080 --> 00:00:16,208
to deploy add-ins for SharePoint and

6
00:00:16,208 --> 00:00:18,902
Office. The add-ins deployed here are

7
00:00:18,902 --> 00:00:21,855
available in each site inside of the

8
00:00:21,855 --> 00:00:25,611
tenant, and you may only have one tenant

9
00:00:25,611 --> 00:00:29,336
level app catalog per tenant. Now the site

10
00:00:29,336 --> 00:00:31,801
collection level app catalog allows you to

11
00:00:31,801 --> 00:00:33,546
deploy add-ins of SharePoint Framework

12
00:00:33,546 --> 00:00:37,620
solutions for only a specific site. It is

13
00:00:37,620 --> 00:00:41,113
not enabled by default so it must be

14
00:00:41,113 --> 00:00:44,472
enabled by an administrator with

15
00:00:44,472 --> 00:00:46,504
PowerShell and every single site that you

16
00:00:46,504 --> 00:00:50,897
want to enable it on. So let's see how do

17
00:00:50,897 --> 00:00:53,024
we enable it? To enable it, we first need

18
00:00:53,024 --> 00:00:56,194
to get a reference to the site where the

19
00:00:56,194 --> 00:00:58,554
app catalog should be created so I'm

20
00:00:58,554 --> 00:01:01,004
running the Get-SPOSite PowerShell cmdlet,

21
00:01:01,004 --> 00:01:03,740
and then I will use the

22
00:01:03,740 --> 00:01:12,000
Add-SPOSiteCollectionAppCatalog PowerShell cmdlet to enable it on that site.

