Welcome to the Continuous Cloud Optimization Power BI Dashboard GitHub Project. In this repository you will find all the guidance and files needed to deploy the Dashboard in your environment to take benefit of a single pane of glass to get insights about your Azure resources and services.
Function added to convert the images to Base64 format inside the Utils folder
let
UrlToImage = (ImageUrl as text) as text =>
let
BinaryContent = Web.Contents(ImageUrl),
Base64 = "data:image/jpeg;base64, " & Binary.ToText(BinaryContent, BinaryEncoding.Base64)
in
Base64
in
UrlToImage
Base64 image for Subscriptions and Management Groups saved (but disabled from dashboard load) for future troubleshooting purposes.
Bug existing:
Dashboard with bugFix applied:
Type of Change
Please delete options that are not relevant.
[X] Bug fix (non-breaking change which fixes an issue)
[ ] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update (Wiki)
Checklist
[X] I'm sure there are no other open Pull Requests for the same update/change
[X] I've tested the solution locally without any errors or warnings
[X] My code follows the style guidelines of this project
[X] I have commented my code, particularly in hard-to-understand areas
Change
Governance Dashboard hierarchy visual fix
Function added to convert the images to Base64 format inside the Utils folder
Base64 image for Subscriptions and Management Groups saved (but disabled from dashboard load) for future troubleshooting purposes.
Bug existing:
Dashboard with bugFix applied:
Type of Change
Please delete options that are not relevant.
Checklist
Fixing issues #325 #332 #335 #339