Hi Zheng Huang
I tested this internally using Azure Managed Grafana version 11.2.8, where the fixed positioning feature for variables and the time picker was introduced upstream in Grafana OSS v11.0.
However, in AMG, the feature may not be fully available yet due to Azure’s controlled feature rollout process. Even though AMG shows version 11.2.8, some UI enhancements like sticky headers may be delayed or gated by platform settings.
Workaround Attempt: JSON Model Update, to try enabling the fixed positioning manually, we used the following steps:
Open the dashboard in > edit mode > Click the gear icon at the top right > choose JSON model > Locate the templating.list
array this contains your dashboard variables for each variable, add or modify this property
"position": "fixed"
Here’s an example of a full variable object:
{
"name": "region",
"label": "Region",
"type": "custom",
"query": "US-East,US-West,EU",
"position": "fixed"
}
Then Save it after editing the JSON reload the dashboard and scroll check whether the variable bar and time picker remain visible at the top.
Recommendation:
If this feature is important for your team, we recommend:
Submitting a support request to Microsoft (via Azure Portal) referencing this Grafana OSS v11.0 announcement
Upvoting or requesting this in Azure Feedback
Until then, the JSON update is the only safe way to attempt enabling it, but success will depend on whether Azure has unlocked the feature in your environment.
Let us know if anyone observes a different behavior in other AMG regions or versions — happy to compare notes. Thanks!
I hope this has been helpful! If above is unclear and/or you are unsure about something add a comment below.
Please click the answer as original posters help the community find answers faster by identifying the correct answer.