Skip to content

Commit 15b90e6

Browse files
committed
Trying out different formatting options
1 parent 4284eaf commit 15b90e6

File tree

1 file changed

+58
-5
lines changed

1 file changed

+58
-5
lines changed

articles/azure-monitor/best-practices-analysis.md

Lines changed: 58 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The [out-of-the-box Grafana Azure alerts dashboard](https://grafana.com/grafana/
7070

7171
Azure Monitor suggests using Azure Managed Grafana for data visualizations and dashboards in cloud-native scenarios, such as Kubernetes and Azure Kubernetes Service (AKS), as well as multicloud, OSS, and third-party integrations. For other Azure scenarios, including Azure hybrid environments with Azure Arc, workbooks are the recommended option.
7272

73-
**Option 1**
73+
## Option 1
7474

7575
**Use Azure workbooks for:**
7676

@@ -95,11 +95,64 @@ Azure Monitor suggests using Azure Managed Grafana for data visualizations and d
9595
* Sharing dashboards outside of the Azure portal
9696
* Leveraging open-source community dashboards
9797

98-
**Option 2**
98+
## Option 2
99+
100+
### Azure workbooks use cases
101+
102+
* Out of the box and customizable Azure-native reports
103+
* Within the Azure portal
104+
* Accessed exclusively via users' Azure RBAC (role-based access control) assignments
105+
* Managed with Azure Automation including ARM, Bicep, and Terraform
106+
* With no extra cost
107+
108+
* Most complete set of Azure datasources
109+
110+
* Azure-managed hybrid and edge environments
111+
112+
* Integrations with Azure actions and Azure Automation
113+
114+
* Creating custom reports based on Azure Monitor Insights
115+
116+
* Leveraging Azure GitHub community templates
117+
118+
### Azure Managed Grafana use cases
119+
120+
* Cloud-native environments monitored with Prometheus and CNCF (Cloud Native Computing Foundation) tools
121+
122+
* Multicloud and multi-platform environments
123+
124+
* Multi-tenancy and portability support
125+
126+
* Interoperability with open-source and third party tools
127+
128+
* Extensive flexibility combining data queries, query results, and performing open-ended client-side data processing
129+
130+
* Sharing dashboards outside of the Azure portal
131+
132+
* Leveraging open-source community dashboards
133+
134+
## Option 3
135+
136+
### Azure Workbooks Use Cases
137+
138+
* **Pre-configured and Customizable Reports Native to Azure:** Easily accessible within the Azure portal and managed through Azure Automation tools like ARM, Bicep, and Terraform. These reports are tailored to your Azure RBAC assignments and come at no additional cost.
139+
* **Comprehensive Azure Data Sources:** Offering the most extensive collection of Azure data sources.
140+
* **Azure-Managed Hybrid and Edge Environments:** Seamlessly integrated for optimal management.
141+
* **Azure Actions and Automation Integration:** Enhancing functionality and efficiency.
142+
* **Custom Report Creation with Azure Monitor Insights:** Tailor reports to meet specific monitoring needs.
143+
* **Community Templates from Azure GitHub:** Utilize shared knowledge and resources for report creation.
144+
145+
### Azure Managed Grafana Use Cases
146+
147+
* **Monitoring Cloud-Native Environments:** Utilize Prometheus and CNCF tools for comprehensive insights.
148+
* **Multi-Cloud and Multi-Platform Monitoring:** Achieve broad visibility across various environments.
149+
* **Support for Multi-Tenancy and Portability:** Ensuring flexibility and scalability.
150+
* **Interoperability with Open-Source and Third-Party Tools:** Expand capabilities with diverse integrations.
151+
* **Advanced Flexibility in Data Handling:** Combine data queries and client-side processing for tailored results.
152+
* **Dashboard Sharing Beyond Azure Portal:** Facilitate broader collaboration and insight sharing.
153+
* **Leverage Open-Source Community Dashboards:** Tap into a wealth of shared resources for enhanced monitoring.
99154

100-
| Use Azure workbooks for: | Use Azure Managed Grafana for: |
101-
|---------|---------|
102-
| • Out of the box and customizable Azure-native reports<br>&nbsp;&nbsp;&nbsp;• Within the Azure portal<br>&nbsp;&nbsp;&nbsp;• Accessed exclusively via users' Azure RBAC (role-based access control) assignments<br>&nbsp;&nbsp;&nbsp;• Managed with Azure Automation including ARM, Bicep, and Terraform<br>&nbsp;&nbsp;&nbsp;• With no extra cost<br>• Most complete set of Azure datasources<br>• Azure-managed hybrid and edge environments<br>• Integrations with Azure actions and Azure Automation<br>• Creating custom reports based on Azure Monitor Insights<br>• Leveraging Azure GitHub community templates<br> | • Cloud-native environments monitored with Prometheus and CNCF (Cloud Native Computing Foundation) tools<br>• Multicloud and multi-platform environments<br>• Multi-tenancy and portability support<br>• Interoperability with open-source and third party tools<br>• Extensive flexibility combining data queries, query results, and performing open-ended client-side data processing<br>• Sharing dashboards outside of the Azure portal<br>• Leveraging open-source community dashboards<br> |
155+
## Tables
103156

104157
**Option 1**
105158

0 commit comments

Comments
 (0)