Hey, In case if both the subscriptions are in the same tenant, then best and most secure way to access blob and Azure sql database in adf would be via manages identity authentication.
Access Blob Storage and Azure SQL DB using ADF hosted on different subscription

Hi Team,
We want to connect ADF to the Azure SQL database and azure storage account hosted on a different subscription.
I believe we would have to go for SQL Server and authentication key mechanism.
ADF to SQL Server = SQL Server authentication
ADF to Blob Storage = account key authentication
Could someone confirm this, please?
Regards
Lokesh
1 additional answer
Sort by: Most helpful
-
Puspal Dhara 0 Reputation points
Sep 7, 2023, 3:04 PM Using SAS URI and SAS token is better than using Account key in terms of security when you are trying to access BLOB Storage of other Tenant.