DEV Community

Cover image for Azure Managed Grafana Service
Srinivasulu Paranduru
Srinivasulu Paranduru

Posted on

Azure Managed Grafana Service

  • Azure Managed Grafana is a data visualization platform built on top of the Grafana software by Grafana Labs. It's built as a fully managed Azure service operated and supported by Microsoft.
  • Grafana helps you bring together metrics, logs and traces into a single user interface.
  • With its extensive support for data sources and graphing capabilities, you can view and analyze your application and infrastructure telemetry data in real-time.

Step by Step Approach for creation of Azure Managed Grafana Service

  1. Login to Azure portal - https://portal.azure.com
  2. Search with Grafana and select Azure Managed Grafana service  3.Click on create

4.Select/Enter the required fields

  • Select Subscription
  • Select Resource Group name
  • Select Location
  • Enter Name of the workspace
  • Pricing Plans : There two options available (Choose Essential for this demo)
    • Standard : Recommended for use with production workloads
    • Essential(Preview):Recommended for use with dev and test workloads

  • Size : Only X1(Default is available to select)

  • Grafana Version : 11

5.Click on Review and then create

6.Creation in progress

7.Azure Grafana Service created successfully

8.Click on Grafana workspace name test-grafana-workspace

9.Click on Endpoint (where we have url to access Grafana workspace)

10.Azure Managed Grafana Service is up and running now

11.Destroy Azure Managed Grafana Service : Select the workspace and then click on Delete

  • Enter "delete" to confirm the deletion

  • Deletion is in progress

References:
1.Azure Managed Grafana Source Pricing Details

2.Azure Managed Grafana documentation

3.Creation of Azure Managed Grafana using CLI

Conclusion: Step by step approach of provisioning Azure Managed Grafana Service

💬 If you enjoyed reading this blog post and found it informative, please take a moment to share your thoughts by leaving a review and liking it 😀 and follow me in dev.to , linkedin, github

Top comments (0)