Data Factory name for Azure Synapse Analytics

Johnny Humphrey 186 Reputation points
2021-03-29T18:30:10.643+00:00

We have an Azure Synapse workspace, and because some/most of our sources are behind an Azure virtual network, we are creating a self-hosted integration runtime. In the documentation (https://learn.microsoft.com/en-us/azure/data-factory/create-self-hosted-integration-runtime), in the section on firewalls, one of the domains to enable is {datafactory}.{region}.datafactory.azure.net. The description for that entry says to look in the key for the self-hosted integration runtime. At least in Synapse, that key isn't a FQDN. I've tried poking around in the properties of various things related to pipeline or the Synapse workspace, and I can't find any references to datafactory.azure.net, or data factory at all.

  • Is the data factory name the Synapse workspace name? That is the closest thing to a data factory name in the key?
  • Or do I use a different domain entirely, maybe something based on azuresynapse.net?
Azure Synapse Analytics
Azure Synapse Analytics
An Azure analytics service that brings together data integration, enterprise data warehousing, and big data analytics. Previously known as Azure SQL Data Warehouse.
5,182 questions
{count} vote

Accepted answer
  1. Johnny Humphrey 186 Reputation points
    2021-03-30T21:19:46.46+00:00

    I think there is a better answer, at least that worked for me. Since we have a Network Security Group associated with the Subnet that the Self-Hosted IR VM lives in, I used the Service Tags DataFactory and DataFactoryManagement (there isn't anything for Synapse), and I was able to connect with the registration service that way, and the IR is showing as Running in Synapse Studio.


1 additional answer

Sort by: Most helpful
  1. 60452869 1 Reputation point
    2022-07-11T15:54:08.83+00:00

    Hi,

    I am trying to execute Azure Synapse pipeline using REST API by following the documentation available in Microsoft site. When I try to test it, it is asking for Data Factory name.

    What is name I should use from Azure Synapse for 'factoryName'?

    https://learn.microsoft.com/en-us/rest/api/datafactory/pipelines/create-run#code-try-0

    219509-image.png

    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.