Microsoft Azure Data LakeTopics

Syniti Data Replication supports use of Microsoft Azure Data Lake Storage (ADLS) Gen 1 and Gen 2 for:

MS Azure Data Lake Gen 1

When setting up ADLS Gen 1 for use with Syniti Data Replication:

  • Install the nuget packages:

Microsoft.Azure.Management.DataLake.Store

https://www.nuget.org/packages/Microsoft.Azure.Management.DataLake.Store

Microsoft.Rest.ClientRuntime.Azure.Authentication

https://www.nuget.org/packages/Microsoft.Rest.ClientRuntime.Azure.Authentication/

  • Install the nuget package below to obtain version 2.28.3 of Microsoft.IdentityModel.Clients.ActiveDirectory.dll:

https://www.nuget.org/packages/Microsoft.IdentityModel.Clients.ActiveDirectory/2.28.3

  • Copy the following assemblies to the DataLake plugin path in Syniti DR: <Syniti DR>/Plugins/DataLake/

Microsoft.Azure.Management.DataLake.Store.dll

Microsoft.IdentityModel.Clients.ActiveDirectory.dll (ver 2.28.3)

Microsoft.Rest.ClientRuntime.dll

Microsoft.Rest.ClientRuntime.Azure.dll

Microsoft.Rest.ClientRuntime.Azure.Authentication.dll

MS Azure Data Lake Gen 2

When setting up ADLS Gen 2 for use with Syniti Data Replication:

  • Copy the following assembly to theDataLakeGen2 plugin path in Syniti DR: <Syniti DR>/Plugins/DataLakeGen2/

    Microsoft.IdentityModel.Clients.ActiveDirectory.dll

This section contains topics that describe:

Further Resources