Application-Insights-Workbooks
Application-Insights-Workbooks copied to clipboard
Reuse Custom Endpoint Settings
Hello,
Apologize in advance if I'm not writing in the right repo, if so, please feel free to redirect me.
Recently I started to work with workbooks, and I'm trying to implement a dashboard that make several calls to ADO rest endpoints, is there any way to share the base config like:
- Base url, eg: https://dev.azure.com/ORG/PROJ
- Headers, eg: authorization ...
- Query Params, eg: api-version ...
across every query, instead of redeclare everything every time?
something like these Grafana data sources can do:
- https://grafana.com/docs/plugins/marcusolsson-json-datasource/latest/
- https://grafana.com/docs/plugins/yesoreyeram-infinity-datasource/latest/
Thanks