# Deploying Grafana on Azure: UI Implementation Edition

Microsoft offers a managed instance option of Grafana on its Azure Marketplace. This is a quick way to implement Grafana without implementing complex configurations. Microsoft manages updates for this service. In this article, we run through implementing this in Azure.

# Creating Grafana Resource

When you select **Create** to create a resource in the Azure portal, you need to search for **Azure Managed Grafana**. The marketplace offers multiple options for Grafana, but we are using the Azure-managed version for this article.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1742559975319/5c5597e0-ef72-44a7-b8cc-ccdef700d349.png align="center")

Set the location and name of the resource. The name must be unique, as it will be used to generate a URL. You can also set the **pricing plan** and **Grafana Version** you want.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1742559983962/dc80acb2-dbd8-45a5-a8f0-2bfb9b43469e.png align="center")

Further down, you can enable **Zone redundancy**, but this is only available in supported regions. If you are eligible, you can also allow **Grafana Enterprise**.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1742559991710/a7910142-7423-41c7-b750-8eb9423ae46a.png align="center")

You can enable the **API key** on the **Advanced** tab, which is highly desirable when integrating with Grafana. You can also enable **Deterministic outbound IP** to provide your external data source with the IP address of the incoming source.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1742559999344/e604058c-4e9f-48bb-b922-77090e368657.png align="center")

Within the **Network** tab, you can enable/disable public access and configure private access using private endpoints.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1742560007494/415ef4df-f981-4d98-8d8c-ce591c20c499.png align="center")

Once you are ready, select **Create** to start creating the resource.

# Access the Grafana Instance

Once the resource is ready, open it. From the **Overview** page, you will see the endpoint value. This is the URL you can use to access the Grafana instance. Click it.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1742560277346/f5ed17ec-8d5c-43d8-9b81-07076f9e5943.png align="center")

You will be redirected to the Microsoft authentication page. As the Azure Managed Instance utilises EntraID you authenticate and authroise access, you will need to use the creators accounts to authenticate.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1742560323774/8a35df9e-3861-45f7-8b7a-2bd65e069fad.png align="center")

Once authenticated, you can start configuring and utilising your Grafana instance.

![](https://cdn.hashnode.com/res/hashnode/image/upload/v1742560370575/0be4450d-c13d-423b-84e6-20744a1f1de7.png align="center")

%%[buymeacoffe-butyellow]
