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
814 stars 293 forks source link

AzGovViz webapp/ app service extremely slow #234

Closed neok-g closed 1 month ago

neok-g commented 1 month ago

AzGovViz version 6.4.5

CodeRunPlatform Azure DevOps

Describe the bug I used the bicep modules from the accelerator to create an AppService and App Service plan (with configured SKU/ runtime) and configured AzGovViz to publish the results to this webapp. However when loading the site it takes minutes to load the HTML file

Screenshots

image

Additional context

JulianHayward commented 1 month ago

most of the work happens on the client side. Some options: try with a more performant PC, or try the -noScopeInsights parameter