modules/deploy/dsc/ext/PsGallery/xSharePoint.0.10.0.0/en-us/about_xSPAppCatalog.help.txt

NAME
    xSPAppCatalog

PARAMETERS
    SiteUrl (Key, string)
    InstallAccount (Write, String)

DESCRIPTION

This resource will ensure that a specific site collection is marked as the app catalog for the web application that the site is in.
The catalog site needs to have been created using the correct template (APPCATALOG#0).

EXAMPLE

    xSPAppCatalog MainAppCatalog
    {
        SiteUrl = "https://content.sharepoint.contoso.com/sites/AppCatalog"
        PsDscRunAsCredential = $SPSetupAccount
    }