pnp / PnP-PowerShell

SharePoint PnP PowerShell CmdLets
https://pnp.github.io/powershell
Other
990 stars 663 forks source link

Add-PnPTeamsTeam now failing today. Message: "(502) Bad Gateway" #2639

Closed samculver closed 4 years ago

samculver commented 4 years ago

Reporting an Issue or Missing Feature

Issue

Expected behavior

Add-PnPTeamsTeam should add a Teams team to an existing, group connected, site collection.

Actual behavior

Starting today, I am seeing an error when using Add-PnPTeamsTeam. Tested from multiple machines and on multiple different tenants. First discovered in Azure Automation script. Error message: "The remote server returned an error: (502) Bad Gateway." Connected users are Global Admins/Teams Admins

Steps to reproduce behavior

Connect-PnPOnline -Url https://contoso.sharepoint.com/sites/TestSite -Credentials (Get-Credential) Add-PnPTeamsTeam

Which version of the PnP-PowerShell Cmdlets are you using?

What is the version of the Cmdlet module you are running?

3.20.2004.0 but also tested with 3.19.2003

How did you install the PnP-PowerShell Cmdlets?

ghost commented 4 years ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

samculver commented 4 years ago

I see this is likely related to service issues Microsoft is having; from the admin center: image Will check Monday and possibly close this issue.

kunj-sangani commented 4 years ago

@samculver Just checked and it has started working now

samculver commented 4 years ago

Microsoft appears to have resolved the issue