Skip to content

Commit

Permalink
Updating documentation to remove URL from managed identity samples
Browse files Browse the repository at this point in the history
  • Loading branch information
KoenZomers committed Mar 31, 2023
1 parent e8bfc57 commit cb96fa5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pages/articles/azureautomationrunbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@ We're now ready to create a Runbook in which your PnP PowerShell script will run
1. On the Edit PowerShell Runbook page, enter your PnP PowerShell code in the large white area, i.e.:

```powershell
Connect-PnPOnline tenant.sharepoint.com -ManagedIdentity
Connect-PnPOnline -ManagedIdentity
Get-PnPWeb
Get-PnPMicrosoft365Group
```

Once done, click on **Save** at the top of the screen and then on **Test pane** to test your Runbook.
Expand Down
2 changes: 1 addition & 1 deletion pages/articles/azurefunctions.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ using namespace System.Net
param($Request, $TriggerMetadata)
Connect-PnPOnline tenant.sharepoint.com -ManagedIdentity
Connect-PnPOnline -ManagedIdentity
Get-PnPMicrosoft365Group
Push-OutputBinding -Name Response -Value ([HttpResponseContext]@{
Expand Down

0 comments on commit cb96fa5

Please sign in to comment.