Skip to content

Instantly share code, notes, and snippets.

@AsishP
Created March 6, 2018 08:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AsishP/d9033b119905c75e9942ededd5e8b573 to your computer and use it in GitHub Desktop.
Save AsishP/d9033b119905c75e9942ededd5e8b573 to your computer and use it in GitHub Desktop.
Write-Output "Incoming request for '$in'"
Connect-PnPOnline -AppId $env:AppId -AppSecret $env:AppSecret -Url $in
Write-Output "Connected to site"
Apply-PnPProvisioningTemplate -Path D:\home\site\wwwroot\<function name>\<template>.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment