Forum Discussion
Laxman V
Dec 17, 2022Brass Contributor
Connect-PnPOnline in Azure function : parameter 'Url' because it is null
Dear community, Connect-Pnponline command is not accpting in Azure function, Always gettings below error "Cannot bind argument to parameter 'Url' because it is null." * the same script is w...
Laxman V
Dec 20, 2022Brass Contributor
Thank you Nicolas for your resposne and suggestion.
The probelm with PnP version in Azure function. 7.2 version is not working. hence I downgraded version from 7.2 to 7. it works fine
https://github.com/pnp/powershell/issues/2136
The probelm with PnP version in Azure function. 7.2 version is not working. hence I downgraded version from 7.2 to 7. it works fine
https://github.com/pnp/powershell/issues/2136
Warwick Ward
Aug 28, 2023Bronze Contributor
Have you upgraded to Function 7.2 using the latest PnP.PowerShell release and tested it all works now?