Reputation: 39
I'm trying to add the infinity data source plugin to my Azure managed Grafana which is deployed using Bicep. However the documentation for adding plugins using Bicep is non existent and I cannot find any examples or similar questions anywhere online.
Does anyone have any example code on adding a plugin to my Azure managed Grafana in Bicep?
Here is a link to the official docs from MS, https://learn.microsoft.com/en-us/azure/templates/microsoft.dashboard/grafana?pivots=deployment-language-bicep#grafanaplugin
Upvotes: 0
Views: 42
Reputation: 39
I managed to solve it myself after some trial and error. It seem that you only need to add the name as key with the value as empty curly braces. Sonarqube is complaining about the empty brackets, which is the yellow squiggly line, but it does not seem to be a real issue.
This seems to have installed just fine.
Upvotes: 0