I have an azure Linux VM where I want to run custom application which have simple stdout logs. For assumption, assume a python application with logs in print("This is a log") as logs. I want all the stdout logs to be streamed and queried in azure log analytics.
- Created the log analytics resource
- Connected my azure linux VM
Now what else should i do to see all the stdout logs there in the log analytics?