Integrating Azure with Airflow to run Azure data factory pipelines

Hello, I followed your blog post to setup azure data factory connector and I could get it working.

However I am unable to figure out next steps from here.

  1. I have my Azure data factory(ADF) pipelines saved in github repo.
  2. My repo is in a feature branch.

My question is

  1. Where do I specify github connection here?
  2. How and where do I declare my feature branch on airflow?

Thanks.