Azure Data Factory SSIS VNet integration issue

AdamBudzinskiAZA-0329 91 Reputation points
2022-12-14T17:26:16.993+00:00

Hi,

I've configured Data Factory SSIS IR with VNet express injection. Per my understanding this will allow me to reach private endpoint enabled resources.

screen1

screen2

I can for example access a private endpoint enabled with public access disabled Azure SQL Server as seen below:

screen3

However, I fail to connect to an Storage Account / Azure Files that I would like to use to store SSIS packages:

screen4

  • first I don't understand why can't I select the SSIS IR but have only the AutoResolverIntegrationRuntime available
  • if I hit test connection I get:

screen5

However, if I enable public access on the Storage Account then it works, I can connect. But what's the point of integrating SSIS into the VNet if I can't even use it, to access Azure Files behind private endpoint.

What am I misssing?

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,800 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Maatoug wassim 76 Reputation points
    2022-12-15T09:00:48.763+00:00

    Hi @AdamBudzinskiAZA-0329 ,

    I think there is a misunderstood of the product here. You will call the SSIS IR only via the "Run SSIS package" activity and there you would specify your SSIS package location.
    270943-2022-12-15-09h28-49.png
    270836-2022-12-15-09h45-47.png
    Please have a look at the following article : ssis-azure-lift-shift-ssis-packages-overview

    So regarding you points:
    1 - Linked services would be associated only with Azure IR (AutoResolveIntegrationRuntime is the default Azure IR that comes with ADF deployement) or Self Hosted IR
    2- Is public access denied for this file storage, because default Azure IR would use public access

    Hope this would help


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.