Question 6:
You are operating an IoT solution of 1000 field devices. After several weeks of operation, you notice that a certain group of temperature sensors cease to send telemetry in the morning hours. You suspect that some kind of connection problems block messages and you decide to create a diagnostic setting in your IoT Hub, route the resource logs to Azure Monitor Logs, and analyze the log by running the following query: <pre>AzureDiagnostics | where ( ResourceType == "IOTHUBS" and Category == "Connections" and Level == "Error") </pre> Does it help you to localize the error?
Answer options:
A.Yes B.No