diff --git a/astronomer/providers/microsoft/azure/example_dags/example_adf_run_pipeline.py b/astronomer/providers/microsoft/azure/example_dags/example_adf_run_pipeline.py index 47f9fc68b..0e09d218d 100644 --- a/astronomer/providers/microsoft/azure/example_dags/example_adf_run_pipeline.py +++ b/astronomer/providers/microsoft/azure/example_dags/example_adf_run_pipeline.py @@ -18,7 +18,7 @@ EXECUTION_TIMEOUT = int(os.getenv("EXECUTION_TIMEOUT", 6)) -CLIENT_ID = os.getenv("CLIENT_ID", "") +CLIENT_ID = os.getenv("CLIENT_ID", "") # Here, client-id is Azure app-id and not key/cert id CLIENT_SECRET = os.getenv("CLIENT_SECRET", "") TENANT_ID = os.getenv("TENANT_ID", "") SUBSCRIPTION_ID = os.getenv("SUBSCRIPTION_ID", "")