Linked service authentication options for SQL Server are different amongst ADF within same subscription

Gonçalo J P Carvalho 0 Reputation points
2024-07-19T10:42:32.6633333+00:00

In the same Azure subscription, I have several resource groups and each has data factories, however, the linked service authentication options are not the same among them, why?

Here is an example:
ADF1: SQL SERVER Linked service authentication options:

User's image

And then I have the "Inline" option
User's image

But in ADF2, I only have these options:
User's image

And no "Inline" option.

What can I do to set these configurations inline, so I can have a secret with the connection string with all necessary properties?

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,914 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,786 questions
{count} votes

1 answer

Sort by: Most helpful
  1. phemanth 11,050 Reputation points Microsoft Vendor
    2024-07-19T11:40:11.8466667+00:00

    @Gonçalo J P Carvalho

    Thanks for reaching out to Microsoft Q&A.

    The difference in linked service authentication options between your two data factories (ADF1 and ADF2) is likely due to the following:

    • Azure Data Factory Version: Different versions of Azure Data Factory might have varying sets of features and authentication options. If ADF1 is on an older version, it might have the "Inline" option that's no longer available in newer versions (like the one used by ADF2).
    • Azure SQL Server Version: The version of SQL Server database you're connecting to can also influence the available authentication methods in the linked service. Newer SQL Server versions might have updated security features or authentication protocols that aren't supported by older Azure Data Factory versions.

      consider checking the below steps and confirm us.

    Check ADF Version:

    Go to the Azure portal and navigate to your data factories (ADF1 and ADF2).

    In the overview page for each data factory, check the "Version" under the "Essentials" section. If the versions differ significantly, consider upgrading ADF2 to a newer version that supports the "Inline" option.

    Check SQL Server Version:

    Ensure that the SQL Server database you're connecting to in both ADF1 and ADF2 is a compatible version. Check the SQL Server documentation for supported authentication methods based on the specific version.

    Review Configuration Settings: Examine the configuration settings of both ADFs to ensure they are set up similarly. This includes checking for any differences in the JSON definitions of the linked services

    Check Regional Features: Sometimes, certain features are rolled out to different regions at different times. Verify if the “Inline” option is available in the region where ADF2 is deployed.

    Consider a Different Approach:

    If upgrading isn't feasible, you can consider an alternative approach to managing your connection string secrets:

    Azure Key Vault: Store your connection string in Azure Key Vault and access it securely through a managed identity or service principal. This is a more robust and secure way to manage sensitive data.Tsitive data.

    Review the official Microsoft documentation for any recent updates or changes in the linked service authentication options that might affect your ADF configurations.

    please do let us know after these checks if the issue persists.

    1 person found this answer helpful.

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.