A cloud-native SIEM solution that provides intelligent security analytics and threat detection across systems
Yes, cross-tenant ingestion with AMA/DCR is supported when Azure Lighthouse is configured, but I would not immediately move the DCR to Tenant B.
Microsoft documents that a DCR can collect from machines across subscriptions/tenants and send to a Log Analytics workspace in another tenant when Azure Lighthouse is enabled. The DCR should be in the same region as the destination Log Analytics workspace.
Since your Tenant B WEC is successfully associated but the AMA runtime configuration is empty, the first thing I would investigate is the DCR association/configuration retrieval rather than ingestion itself.
I would verify:
AMA and Azure Arc agent are healthy and up to date on the Tenant B WEC.
The DCRA on the Tenant B Arc resource references the correct DCR resource ID.
The Lighthouse delegation includes sufficient permissions to manage the DCR/DCRA.
If you use a DCE, verify that the WEC is correctly associated with the appropriate configuration access endpoint.
Check the AMA logs for DCR download/configuration errors.
Regarding Copilot's suggestion: a DCR in Tenant B pointing to the Log Analytics workspace in Tenant A can also be a valid cross-tenant design with Lighthouse, provided the permissions and regional requirements are satisfied. However, it should not be necessary simply because the source WEC is in Tenant B.
So I would first troubleshoot why the existing cross-tenant DCR association is not being downloaded by AMA before redesigning the architecture.
If this helps resolve your issue, please don’t forget to mark the answer as Accepted / Resolved.