Share via

External images have stopped working in Azure Managed Grafana on all sites. How can I get them back?

Richard Hanson-Graville 5 Reputation points
2026-04-14T18:02:23.79+00:00

External images in Grafana dashboards have suddenly stopped working, in all instances. What has changed, and how do I enable external images again?
Where are the security settings to control which external sites are safe?

Azure Managed Grafana
Azure Managed Grafana

An Azure service used to deploy Grafana dashboards for analytics and monitoring solutions.


1 answer

Sort by: Most helpful
  1. Siva shunmugam Nadessin 9,625 Reputation points Microsoft External Staff Moderator
    2026-04-14T19:47:27.2133333+00:00

    Hello Richard Hanson-Graville,

    External images stopped working because Azure Managed Grafana recently enforced stricter security policies that block all externally hosted content. This is a Microsoft‑controlled change and external image allowlists are not supported in the managed service. To display images, they must be embedded directly or hosted within Grafana itself.

    The Supported options is as below.

    1. Embed the image directly (recommended)
      • Convert the image to Base64
      • Add a Text panel → set Mode = HTML
      • Insert the image using a Base64 data URL
      • This works because embedded images are allowed by policy.
    2. Use Grafana built‑in visuals
      • Use native Grafana panels (charts, icons, geomap, etc.) instead of image URLs.
      • Built‑in assets are allowed and supported.

    Not supported:

    • Images hosted in Azure Blob Storage, CDN, or any external website
    • Custom CSP or allowlist configuration

    This is by design for Azure Managed Grafana and cannot be changed by customers.

    Let me know if you have further questions?

    References:

    https://learn.microsoft.com/en-us/azure/managed-grafana/overview

    https://docs.azure.cn/en-us/managed-grafana/secure-azure-managed-grafana


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.