Replies: 1 comment
-
Hello :) How are you reading this file from the document library in Azure automation ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I am trying to provision a Modern SharePoint online, using Azure Automation based on PnpPowershell Runbook and I am facing and error when executing this command
Apply-PnPProvisioningTemplate -Path $varXmlFilePath
The context :
My xml file is stored in a document library on sharepoint online / or One drive and the execution of the runbook is giving this error :
Apply-PnPProvisioningTemplate : Object reference not set to an instance of an object
NB:
The cmdlet is working fine when I an using Local PowerShell console (Path parameter is locall....OK)
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions