Skip to content
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

CCO Governance Dashboard Template GetPages error in Azure subscription provided by Visual Studio #338

Closed
fishingTX opened this issue Apr 12, 2024 · 1 comment

Comments

@fishingTX
Copy link

The "All Subscriptions" query doesn't work on a Visual Studio subscription.

@bmvalente bmvalente changed the title CCO Governance Dashboard Template CCO Governance Dashboard Template GetPages error in Azure subscription provided by Visual Studio Apr 19, 2024
@bmvalente
Copy link
Collaborator

This is to document the mail thread that we had on this topic.

  • This issue is highlighted by an exception on "All Subscription > Get Pages" under the general purpose.
  • The error is a path that it can't find, in the function code
= (Path)=>
let
     Source = Json.Document(Web.Contents(Path)),
     LL= @Source[value],
     result = try @LL & @GetPages(Source[#"nextLink"]) otherwise @LL
in
result
  • We get this error in Azure Visual Studio subscriptions but not with regular Azure subscriptions

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

No branches or pull requests

2 participants