Video upload date:  · Duration: PT1H46M27S  · Language: EN

You have an app named App1. You have a Log azure video

az-400-devops-engineer-expert video for you have an app named App1. You have a Log Analytics workspace named Workspace1 that contains two tables named Events

This is a dedicated watch page for a single video.

Full Certification Question

You have an app named App1. You have a Log Analytics workspace named Workspace1 that contains two tables named Events and Logs. App1 manages events in multiple locations and writes logs to Workspace1. You need to query Workspace1 for all log entries related to Asia that occurred during the last two days. In which order should you arrange the following query statements? Statements | where continent == 'Asia' | join (Events Logs | where timestamp > ago (2d) ) on RequestID