An Azure service used to deploy Grafana dashboards for analytics and monitoring solutions.
Hello Reuben Rakete,
Thank you for reaching out to the Microsoft Q&A forum.
Currently, Azure Managed Grafana does not directly support embedding dashboards in an iFrame like some other services might. The option to enable embedding you mentioned is typically found in other Azure services. However, there are some workarounds that you could try:
Check Permissions: Ensure that you are logged in with permissions that allow you to manage settings in the Azure portal. Sometimes, missing options can arise from insufficient access rights.
Use Service Principals: If embedding is essential for your application, consider creating a service principal that has permissions to access the dashboard and use the proper authentication flow to access it from your external application.
Alternative Display: Consider using a public link to your Grafana dashboard, if applicable. This might allow you to display it in an iFrame without the need for embedding settings.
Explore API Options: If direct embedding isn't supported, you might want to look into embedding charts or data using Grafana's APIs or finding alternatives that suit your needs.
References:
Let me know if you have any more questions or if you'd like to explore this further!
If the above answer helped, please donot forget to
and Upvote it as this may help other community members to refer the info if facing a similar issue. Your contribution to the Microsoft Q&A community is highly appreciated.