Skip to content

Update azureautomationrunbook.md #4802

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 22, 2025
Merged

Update azureautomationrunbook.md #4802

merged 2 commits into from
Mar 22, 2025

Conversation

TekExpo
Copy link
Contributor

@TekExpo TekExpo commented Mar 21, 2025

Type

  • Bug Fix
  • New Feature
  • Sample

Related Issues?

What is in this Pull Request ?

If the user follows the exact steps mentioned in the blog post then there is an error - "Unauthorized (401): ArgumentNull"

In the code snippet:
Connect-PnPOnline -ManagedIdentity

Changing it to:
Connect-PnPOnline tenant.sharepoint.com -ManagedIdentity

Without the "tenant.sharepoint.com" parameter the code throws an error - "Unauthorized (401): ArgumentNull"

TekExpo and others added 2 commits March 20, 2025 20:06
In the code snippet : 
Connect-PnPOnline tenant.sharepoint.com -ManagedIdentity

Without the "tenant.sharepoint.com" parameter the code throws an error - "Unauthorized (401): ArgumentNull"
@KoenZomers
Copy link
Collaborator

Thanks @TekExpo!

@KoenZomers KoenZomers merged commit dc8904d into pnp:dev Mar 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants