rsabile / Continuous-Cloud-Optimization-Dashboard

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Continuous Cloud Optimization Power BI Dashboard

Content


Version 5.3 Updates

  • Bug fixing issues with ASC Network Recommendations table load from docs.microsoft.com
  • Incorporating icons new feature from PowerBI Desktop

Version 5.2: New features and updates

Overview Page

  • New Resource Groups tags counter
  • New Subscriptions, RG and Tags Search option

Tags Overview NEW

  • Filter Resource Groups and Resources with Tags
  • Filter Resource Groups and Resources without Tags
  • Number of tagged resources by resource type
  • Number of untagged resources by resource type
  • Search option for Resource Group and Resources tags

Azure Advisor

  • Performance improvements and bugs fixes
  • Simplified recommendations images
  • Security recommendations

Azure Security Center

  • Performance improvements and bugs fixes
  • Simplified recommendations images
  • Enhanced recommendation types filtering

Security Alerts

  • Performance improvements and bugs fixes
  • Simplified recommendations images

Compute

  • Performance improvements and bugs fixes

Networking

  • Performance improvements and bugs fixes

NSGs NEW

  • NSG rules overview across subscriptions (VMs and Subnets)
  • Filter NSGs by subscription, Resource Group, NSG name, Tags, Direction and Ports

RBAC

  • Performance improvements and bugs fixes
  • Filtering RBAC permissions by object type (Users or Groups)
  • Search option for Resource Group and users

RBAC Service Principals NEW

  • Filtering RBAC permissions by Service Principal Type
  • Search option for Users and Resource Groups

Overview

The Continuous Cloud Optimization Power BI Dashboard (referred as CCO Dashboard here after) is a Power BI Dashboard developed using Power Query M language that pulls information directly from different Azure and Graph REST APIs. It presents the information in a simplified format to track potential recommendations from Azure Advisor or Azure Security Center allowing you to filter by subscriptions, resources groups, tags or particular resources.

OverviewImage

List of resources

This project includes the following resources:

  1. install folder: Includes all the files required to successfully deploy the Dashboard in your environment. The Deployment Guide file contains a detailed guidance to install and setup your dashboard including the requirements, what REST APIs are in use, the resource providers that needs to be enabled or what tabs are included as part of the default Dashboard. The Troubleshooting Guide file contains guidance to solve potential issues that you might encounter during the Dashboard deployment. Errors like Power BI regional settings, or Privacy levels will be documented on this document.
  2. queries folder: Includes the M queries used in the Dashboard to pull data from Azure and Graph REST APIs. This content is for reference purposes to facilitate the Data Model comprehension and to enable contributors to expand the Dashboard capabilities.
  3. docs/assets/pictures folder: Contains all the images that the Dashboard will use when loading data from Azure. The content of this folder will be dynamic and we will update the repository regularly. Make sure the computer running the Dashboard that has internet access also have access to this URL https://azure.github.io/ccodashboard/assets/pictures
  4. dashboards folder: This parent folder contains sub folders with different versions of the CCO Dashboard depending on the workloads you want to get report from. We expect to see more versions in the future from community contributions.
    • CCODashboard folder has a more generic version of the Dashboard that includes information from Azure Advisor, Azure Security Center, Azure Networking REST APIs, Azure Compute REST APIs and Graph
    • CCODashboard-AKS folder has the add-on report to monitor Azure Kubernetes Services.

CCO Dashboard report pages

The version 5.0 of the CCO Power BI Dashboard includes 10 report pages. You will be able to navigate, filter and report the following information:

  • Page 1: Overview
  • Page 2: Tags Overview
  • Page 3: Azure Advisor Recommendations
  • Page 4: Azure Security Center Task recommendations
  • Page 5: Azure Security Center Alerts
  • Page 6: Azure Compute information
  • Page 7: Azure Networking information
  • Page 8: Network Security Groups
  • Page 9: Azure RBAC permissions
  • Page 10: Azure Service Principals RBAC permissions

You can find more details about each page on the Deployment Guide file

CCO Dashboard AKS add-on report pages

The version 4.0 of the CCO Power BI Dashboard AKS add-on includes the following information

  • Azure Kubernetes Clusters
  • Azure Container Images running on AKS Clusters
  • Azure Container Registries
  • Nodes, Pods, Containers status from Azure Log Analytics

Call for contribution

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

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.

License:MIT License


Languages

Language:Mathematica 68.2%Language:Forth 18.1%Language:Objective-C 8.7%Language:PowerShell 4.9%