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

Lokesh
211
Reputation points
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
Azure SQL Database
Azure SQL Database
An Azure relational database service.
6,326 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,514 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,624 questions
Accepted answer
-
Nandan Hegde 36,146 Reputation points MVP Volunteer Moderator
2023-01-13T14:21:35.5166667+00:00
1 additional answer
Sort by: Most helpful
-
Puspal Dhara 0 Reputation points
2023-09-07T15:04:25.3+00:00 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.