In Azure Monitor, there is a section called Insights that allows us to configure some kind of monitoring on a chosen set of resources like Applications, VMs, Storage Accounts, Containers etc.
There is also a section called Diagnostic Settings that allows us to send logs with further detail to a chosen destination such as a Log Analytics workspace.
I am a little confused as to the difference between the two? What is the difference between the data that these tools collect?
I know with Diagnostic Settings, you can configure where the data collected is sent to, but where is the data that Insights collect stored?
What are the use cases for the two services?