SharePoint Online: How to Find App Catalog URL?

Requirement: Get App Catalog URL in SharePoint Online.

SharePoint Online: Find the URL of the App Catalog

If you are looking for the App Catalog URL in SharePoint Online, it can be a little tricky to find. Perhaps you want to install an app to the SharePoint Online App Catalog, but don’t know the URL? This blog post will show you where to locate the App Catalog in your SharePoint environment.

So, how to get the tenant app catalog location in SharePoint Online? Well, To access the App Catalog in SharePoint Online, you will need to navigate to the URL for your SharePoint Online tenant’s App Catalog site. The URL for the App Catalog site will typically be in the following format:

https://[YourTenant].sharepoint.com/sites/AppCatalog

Note that you will need to replace [YourTenant] with the actual name of your SharePoint Online tenant.

Access the App Catalog site from SharePoint Admin Center

To find the location of your SharePoint Online tenant’s App catalog site, do the following:

  1. Navigate to your Tenant Administration site, usually located at https://<yourtenant>-admin.sharepoint.com
  2. Click on “More Features” in the left navigation >> Click on the “Open” button under the Apps section.
  3. Click on the “App Catalog” link on the Apps page. 
    sharepoint online app catalog url
  4. You will be redirected to your tenant app catalog site if it’s already created. Otherwise, you’ll be given the option to create an app catalog.
    sharepoint online app catalog location

The URL for the App Catalog site will appear in the address bar of your web browser. Here is my other post on creating an app catalog in SharePoint Online: How to Create an App Catalog Site in SharePoint Online?

SharePoint Online: Get App Catalog Location using PowerShell

Here is how to get to the app catalog in SharePoint Online using the PnP PowerShell script:

#SharePoint Online Admin Center URL
$AdminSiteURL="https://crescent-admin.sharepoint.com"
 
#Connect to SharePoint Online Admin Center
Connect-PnPOnline -Url $AdminSiteURL -Credentials (Get-Credential)

#Get sharepoint online app catalog location
Get-PnPTenantAppCatalogUrl

Salaudeen Rajack

Salaudeen Rajack - Information Technology Expert with Two-decades of hands-on experience, specializing in SharePoint, PowerShell, Microsoft 365, and related products. He has held various positions including SharePoint Architect, Administrator, Developer and consultant, has helped many organizations to implement and optimize SharePoint solutions. Known for his deep technical expertise, He's passionate about sharing the knowledge and insights to help others, through the real-world articles!

Leave a Reply

Your email address will not be published. Required fields are marked *