AzurePipelinesPS icon indicating copy to clipboard operation
AzurePipelinesPS copied to clipboard

Can't get Copy-APDashboard.ps1 to work

Open meetshamir opened this issue 2 years ago • 0 comments

PS C:\WINDOWS\system32> Copy-APDashboard -Name 'AppLens' -Session 'source' -TargetSession 'target' Copy-APDashboard : [Copy-APDashboard]: Unable to locate a dashboard named [AppLens] in [app-service-diagnostics-portal][app-service-diagnostics-portal] At line:1 char:1

  • Copy-APDashboard -Name 'AppLens' -Session 'source' -TargetSession 'ta ...
  •   + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
      + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Copy-APDashboard
    
    

This dashboard is in the project. I have the right PATs for both and source with sufficient permissions. What am I missing here?

meetshamir avatar Feb 02 '23 13:02 meetshamir