Microsoft Defender for Cloud が有効になっている、強化されたセキュリティ機能を備えた Azure サブスクリプションが 100 個あります。
すべてのサブスクリプションは単一の Azure AD テナントにリンクされています。Defender for Cloud のログを Syslog サーバーにストリーミングする必要があります。
ソリューションは管理作業を最小限に抑える必要があります。あなたは何をすべきでしょうか?回答するには、回答エリアで適切なオプションを選択してください。注:正しい選択ごとに1ポイントが加算されます。
正解:
Export logs to: # Azure event hub
* Configure streaming by: # Configuring continuous export in Defender for Cloud for each subscription In Microsoft Defender for Cloud, if you need to stream security alerts and recommendations to an external SIEM or syslog server, the supported approach is to export data to an Azure Event Hub, which acts as a streaming pipeline. The syslog server or SIEM solution can then pull data from the Event Hub in real time using connectors or custom listeners.
The configuration method for sending Defender for Cloud data to an Event Hub is known as continuous export. According to Microsoft's official Defender for Cloud documentation, continuous export lets you automatically stream alerts and security recommendations to Event Hubs or Log Analytics workspaces.
However, when your target is a syslog server, Event Hub is required because it supports continuous streaming outside Azure.
To minimize administrative effort across multiple subscriptions (100 in this case), you can use Azure Policy or a script to apply continuous export settings per subscription, but the feature must still be enabled individually for each subscription - hence the correct configuration step is:
"Configuring continuous export in Defender for Cloud for each subscription." Why not other options:
* Log Analytics workspace: used for querying within Azure, not for streaming to external syslog servers.
* Azure Storage account: suitable for archival, not streaming.
* Modifying diagnostic settings of the tenant: applies only to Azure AD logs, not Defender for Cloud data.