Share via

Different Subscription while creating Pipeline

Rohit Kulkarni 731 Reputation points
2025-09-02T06:34:24.12+00:00

Hello Team,

I have 2 different Subscription (A and B).In A Subscription there is Azure blob storage .I need to access the file from this blob storage and create a New ADF Pipeline in Subscription B.

How this can be done.Is there any supporting document.Please share me the link.

Regards

Rohit

Azure Data Factory
Azure Data Factory

An Azure service for ingesting, preparing, and transforming data at scale.


1 answer

Sort by: Most helpful
  1. Adharsh Santhanam 8,225 Reputation points Microsoft Employee Volunteer Moderator
    2025-09-02T06:45:04.43+00:00

    Hello Rohit Kulkarni, you need to create a linked service in your ADF instance (in subscription B) to retrieve the blob file from the subscription A.

    Source: You can use AutoResolveIntegrationRuntime and enter manually details about the storage account as shown below for source subscription A: CHEPRAGEN2

    User's image

    Source Linked Service connection:

    User's image

    Destination: You can use AutoResolveIntegrationRuntime and enter manually details about the storage account as shown below for destination subscription B: CHEPRADEMO User's image

    ** Sink Linked Service connection:**

    User's image

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    Was this answer helpful?


Your answer

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