Snowplow Analyticss on Azure

I am new to snowplow and am trying to integrate snowplow analytics on azure machine.
I would like to avoid amazon related dependencies.

I have setup the scalastream collector using kafka and used javascript tracker.
For enrich i used stream-enrich using kafka. Setup the postgres SQL.
I have set all these using snowplow setup guidelines on ubuntu 16.04 single instance as its a POC,

Browser sending the events to collector and are received by collector. Problem arises with loading kafka enriched onto postgres sql.

One of the post says EmrEtlRunner is indeed still the only one recommended way to run RDB Loader today.

Please help me on this or point me out to the right direction or its limitations.