Integration of data load from mssql

Hi community.
I've been tasked with the integration of neo4j to our existing Azure sql Server Database that contains data from diagrams between components.

They want to be able to get graph diagrams about the component relationships and how changing one component may affect multiple systems.

We need to renew the data daily, so we need to implement a pipeline between neo4j and Sql Server or to an azure storage account that holds the csv extracts of the tables.

I've been trying to follow apoc/4.1/database-integration/load-jdbc but there my Neo4j destop version does not recognize the apoc.load.jdbc command


Neo4j ETL tool also does not seem to work adequately because it is something I dont know if can be implement into a pipeline.

Has anyone else integrated SQL or azure Storage to refresh data in Neo4j on a daily basis?