Hello Benjamin Roedell,
Thank you for posting your question in the Microsoft Q&A forum.
The error you're encountering "InvalidRegistrationDefinitionCreateRequest" typically occurs when there's a tenant-level misalignment in Azure's Managed Services onboarding process. Specifically, the error indicates that the ManagedByTenantId (the tenant managing the resources) is not authorized to link with the customer's tenant (the Managed Services registration target).
To resolve this, you may verify below configs:
- Verify Tenant Permissions: Ensure the customer’s tenant has explicitly granted access to the managing tenant (via Azure Lighthouse) before deployment.
- Check Azure AD Trust: Confirm there’s no conditional access policy or cross-tenant restriction blocking the partnership.
- Review Template Syntax: Validate that the ManagedByTenantId in the ARM template matches the authorized managing tenant’s ID.
If the issue persists, escalate to Microsoft Support with the tracking ID for tenant-level diagnostics.
Some reference documentation you may review:
https://learn.microsoft.com/en-us/azure/lighthouse/how-to/onboard-customer
If the above answer helped, please do not forget to "Accept Answer" as this may help other community members to refer the info if facing a similar issue. Your contribution to the Microsoft Q&A community is highly appreciated.