PowerShell scripts which use the Add-SPOSiteScript
cmdlet to deploy site scripts to the tenant and the Add-SPOSiteDesign
cmdlet to combine site scripts to deploy them as Site Designs
Code for using the triggerFlow
action in a Site Design to call a Flow and pass parameters to it. Flow passes the parameters to an Azure Function which then applies PnP schema to the site which executes the Site Design.
Using the Invoke-SPOSiteDesign
cmdlet to apply a Site Design to an existing modern or classic site.
Configure a Hub site on the tenant using the Register-SPOHubSite
cmdlet and join the current site to a Hub site using the joinHubSite
site design action
Hello world SPFx web part and Application Customizer (for footer) which is deployed to a site using the installSolution
and associateExtension
actions in a Site Design.
Creating and deploying modern themes with the Add-SPOTheme
cmdlet