Now Microsoft Azure Data Factory & Synapse Analytics provides Clean & Simple new tabbed layout UI to create/edit Azure Integration Runtime.
This new tabbed UI makes it easy and simple to create/edit the Azure Integration Runtime. This new UI layout is available both in Azure Data Factory and Azure Synapse.
There are 3 integration runtime in Azure:
- Azure: Perform data flows, data movement and dispatch activities to external compute.
- Self-hosted: Use this for running activities in an on-premises / private network
- Azure-SSIS: Lift-and-shift existing SSIS packages to execute in Azure.
This new UI is specific to Azure Integration Runtime.
How to navigate to this UI? Step by Step – –
To go to this new UI, please follow below steps: Please refer below image —
- Click on Manage at left side
- Click on ‘Integration runtime’ under ‘connections’ (in ADF) or under ‘Integration’ ( in synapse)
- Click on ‘+ New’
- Click on ‘Azure, Self-Hosted’ under ‘Integration runtime setup’ and click OK
- In next page click on ‘Azure’ under ‘Integration runtime setup->Network environment:’
Next we can see below new ‘Integration runtime setup ‘ with 3 new tab. These tabs are:
- Settings : This Azure integration runtime connects to data source/destination or external compute in public network & it is elastic in nature in terms of resource allocation for activities.
- Virtual Network: To provision Integration Runtime inside VNet.
- Data Flow Runtime: This tab is to create cluster for data transformation
Settings Tab: Here ‘Type‘ is selected as ‘Azure’ as we selected to create Azure Integration Runtime. Region is Auto Resolve as default. But we can choose a specific region as required. Please refer above image.
Virtual Network: Enabling Managed Virtual Network ensures that the Azure Integration Runtime compute is provisioned within it, and can access data securely using Private Endpoints. Please refer below image.
Data Flow Runtime: This tab is to create cluster of compute type like General Purpose & Memory Optimized and different Core count. Please refer below image.
Self Hosted Integration Runtime looks as below:
Azure SSIS Integration Runtime looks as below:
Thanks for reading this article; Please feel free to comment below in case of query/suggestion.