pnp / PnP-PowerShell

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

[BUG] High-rate of "Connection to SPO DS failed" error messages #2948

Closed StevieBleeds closed 3 years ago

StevieBleeds commented 3 years ago

Reporting an Issue or Missing Feature

We are running PnP PowerShell in an Azure Automation Runbook and since yesterday, we have started seeing a high rate of 'Connection to SPO DS failed' errors during provisioning.

Actual behavior

Half of the sites in our staging queue are being provisioned, whilst others are not and are throwing the 'Connection to SPO DS failed' error. It was working absolutely fine up until yesterday morning.

Steps to reproduce behavior

New-PnPTenantSite -Title $siteName -Url $listUrl -Owner $owner-TimeZone 2 -Template "STS#3" -StorageQuota 1048576 -StorageQuotaWarningLevel 1000000 -ResourceQuota 0 -ErrorAction Stop

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

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

3.25.2009.1

How did you install the PnP-PowerShell Cmdlets?

StevieBleeds commented 3 years ago

Appears to be an issue with our tenancy, sorry for any inconvenience.