We are using azure managed grafana 11.6.9. While we calling azure function app from grafana using Table → Data links and actions → Actions
The update button is not clickable
But If we use Table → Data links and actions → DataLinks
then Grafana sending GET method by default which throwing error on function app
{
“ok”: false,
“error”: “Method Not Allowed. Use POST for updates.”
}
Please suggest if we choose the 1st approach, how to resolve?

