Given I created a grafana instance, I want my metrics/logs to sent over the private azure backbone instead of the public internet. How would I be able to use azapi
to deploy this with terraform?
My logs/metrics are already appearing in grafana, but I want to make sure they are being sent over the private endpoint.
I've tried to use the azapi
but the documentation is very unclear/non-existent.
Would I need to create a azure monitor private link scope, and then add it to the managed private endpoint? how to confirm metrics are being sent privately.