JulianHayward / Azure-MG-Sub-Governance-Reporting

Azure Governance Visualizer aka AzGovViz is a PowerShell script that captures Azure Governance related information such as Azure Policy, RBAC (a lot more) by polling Azure ARM, Storage and Microsoft Graph APIs.
MIT License
858 stars 308 forks source link

-NoNetwork doesnt work #212

Closed jaypee1990 closed 1 year ago

jaypee1990 commented 1 year ago

AzGovViz version please only report bug if you are running the latest version of AzGovViz

CodeRunPlatform GitHub Action via AzGovViz accelerator

Describe the bug When running the tool via github actions, it creates the webapp with default page "AzGovViz.html" but doesnt actually have the html file "AzGovViz.html" in the wwwroot folder. Hence it moves to hostingstart.html and shows the default page.

When ran the script manually, it ended up with error 0 'Available Private Endpoint Types' - Please use another Subscription for the AzContext (current subscriptionId: '****') -> use parameter: -SubscriptionId4AzContext ''** even when using the parameter or changing the value within the AzGovVizParallel.ps1, it fails with same error.

Screenshots

image

Additional context Add any other context about the problem here.

JulianHayward commented 1 year ago

the parameter does not skip the PE processing, @jaypee1990 as taken offline; RBAC Reader requirement was not met. /solved