Share via

Access Blob Storage and Azure SQL DB using ADF hosted on different subscription

Lokesh 211 Reputation points
Jan 13, 2023, 2:08 PM

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 Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,400 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,426 questions
0 comments No comments
{count} votes

Accepted answer
  1. Nandan Hegde 34,856 Reputation points MVP
    Jan 13, 2023, 2:21 PM

    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.


1 additional answer

Sort by: Most helpful
  1. 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.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.