I would like to monitor our Express Route. There is a good description on how to do this on Microsoft learn: https://learn.microsoft.com/en-us/azure/expressroute/how-to-configure-connection-monitor
But this requires Virtual machines/Servers on each side for the connections that should be monitored. Having full virtual machine for only connection tests seems a bit much and we don't really want to share machines..
I am wondering if it is possible to have these agents installed in docker containers instead. That way we can use our kubernetes cluster instead wich is much more economical. Have anyone tried this type of setup. Would be nice to know its possible before I dig too much time into it.