How to move Apache Airflow Dags to Azure ?
I have Apache Airflow DAGs which are running on GCP and have python code in it and would like to know how can I move this to Azure .
Is there a ETL tool which will convert DAG to some other ETL program?
Should the solution be shifted as is or must be re-architected if so what would be tool of choice?