My application stores logs in blog storage as that is the setting in App Service. My understanding is there are IIS logs in app service and they go to the blob storage as well. A)Here it is mentioned that "All log data in Azure Monitor is retrieved using a log query written with the Kusto query language"
B) But here it is mentioned that we need to do it manually:
- Create workspace
- Convert storage log to Json
- Post logs to workspace
- And only now you can query
Which one is true?
- A: Do nothing and query logs from storage explorer
- B: Migrate manually
Imagine if A is true then how do I know which table or DB shown on the explorer has the data from blog storage. And how do I differentiate between IIS logs?