An Azure service for ingesting, preparing, and transforming data at scale.
Hi @Hemant
Thank you for confirming and for sharing the additional screenshots.
I can see that you have already:
- Verified the System-assigned Managed Identity is enabled.
- Recreated the database user using
CREATE USER ... FROM EXTERNAL PROVIDER. - Granted the required database permissions.
- Confirmed that the Managed Identity Object ID matches the database user.
Since the linked service is still failing with "Login failed for user '<token-identified principal>'", could you please verify the following:
- Confirm that a Microsoft Entra ID administrator is configured on the Azure SQL logical server.
- Verify that the database user has been created in WACAPAutomationDB (the target database) and not only in the master database.
- As a test, temporarily add the managed identity to the
db_ownerrole and retry creating the linked service. If the connection succeeds, it would indicate that the issue is permission-related.
Please let us know the results of these checks, and we'll continue to assist further.