注:この質問は、同じシナリオを提示する一連の質問の一部です。シリーズの各質問には、指定された目標を達成できる独自のソリューションが含まれています。一部の質問セットには複数の正しい解決策がある場合がありますが、他の質問セットには正しい解決策がない場合があります。 このセクションの質問に回答すると、その質問に戻ることはできません。その結果、これらの質問はレビュー画面に表示されません。 Windows Server 2016を実行するVM1という名前のAzure仮想マシンがあります。 1時間以内にVM1のシステムログに3つ以上のエラーイベントが記録された場合、Azureでアラートを作成する必要があります。 解決策:Azure Log Analyticsワークスペースを作成し、データ設定を構成します。 Microsoft Monitoring AgentをVM1にインストールします。 Azure Monitorでアラートを作成し、Log Analyticsワークスペースをソースとして指定します。 これは目標を達成していますか?
正解:A
Alerts in Azure Monitor can identify important information in your Log Analytics repository. They are created by alert rules that automatically run log searches at regular intervals, and if results of the log search match particular criteria, then an alert record is created and it can be configured to perform an automated response. The Log Analytics agent collects monitoring data from the guest operating system and workloads of virtual machines in Azure, other cloud providers, and on-premises. It collects data into a Log Analytics workspace. Reference: https://docs.microsoft.com/en-us/azure/azure-monitor/learn/tutorial-response https://docs.microsoft.com/en-us/azure/azure-monitor/platform/agents-overview