AZURE DATA FACTORY INTERVIEW QUESTIONS: INTEGRATION RUNTIME and TYPES.
INTEGRATION RUMTIME
Intergration Runtime is the compute Infrastructure used by ADF.
Integration runtime is the one who provides the computer resources for the data transfer activities and for dispatching the data transfer activities in azure data factory.
Integration runtime provides the area where this activity can execute.
TYPES:-
1.AZURE INTEGRATION RUNTIME.
2.SELF HOSTED INTEGRATION RUNTIME.
3.AZURE SSIS INTEGRATION RUNTIME.
1.AZURE INTEGRATION RUNTIME:-
*Azure Integration runtime (Auto Resolve Integration Runtime) provides fully managed, serverless compute in Azure itself.
*You don't have to worry about Infrastructure provision , Software installation, Patching or Capacity scaling.
*In addition , you only need to pay for the duration of the actual utilization.
2.SELF HOSTED INTEGRATION RUNTIME:-
*The Self Hosted Integration Runtime copies data between private on-premises store to public cloud storage.
*The direction of the copy depends on how the copy activity is configured in the data pipeline.
3.AZURE SSIS INTEGRATION RUNTIME:-
*Azure SQL Server Integration Services (SSIS) is a component of the SQL server database software that can be used to perform a broad range of data migration (ETL) tasks.
*May also be used to automate maintenance of SQL Server database and updates to data.
Comments
Post a Comment