File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,15 @@ You can install any provider package by editing the airflow environment from the
76
76
77
77
:::image type="content" source="media/concept-managed-airflow/airflow-integration.png" lightbox="media/concept-managed-airflow/airflow-integration.png" alt-text="Screenshot shows airflow integration.":::
78
78
79
+ ## Limitations
80
+
81
+ * Managed Airflow in other regions will be available by GA (Tentative GA is Q2 2023 ).
82
+ * Data Sources connecting through airflow should be publicly accessible.
83
+ * Blob Storage behind VNet are not supported during the public preview (Tentative GA is Q2 2023
84
+ * DAGs that are inside a Blob Storage in VNet/behind Firewall is currently not supported.
85
+ * Azure Key Vault is not supported in LinkedServices to import dags.(Tentative GA is Q2 2023)
86
+ * Airflow supports officially Blob Storage and ADLS with some limitations.
87
+
79
88
## Next steps
80
89
81
90
- [ Run an existing pipeline with Managed Airflow] ( tutorial-run-existing-pipeline-with-airflow.md )
Original file line number Diff line number Diff line change @@ -46,10 +46,11 @@ The following steps describe how to import DAGs into Managed Airflow.
46
46
47
47
### Prerequisites
48
48
49
- You'll need to upload a sample DAG onto an accessible Storage account.
49
+ You'll need to upload a sample DAG onto an accessible Storage account (Should be under dags folder) .
50
50
51
51
> [ !NOTE]
52
- > Blob Storage behind VNet are not supported during the preview.
52
+ > Blob Storage behind VNet are not supported during the preview.<br >
53
+ > KeyVault configuration in storageLinkedServices not supported to import dags.
53
54
54
55
[ Sample Apache Airflow v2.x DAG] ( https://airflow.apache.org/docs/apache-airflow/stable/tutorial/fundamentals.html ) .
55
56
[ Sample Apache Airflow v1.10 DAG] ( https://airflow.apache.org/docs/apache-airflow/1.10.11/_modules/airflow/example_dags/tutorial.html ) .
You can’t perform that action at this time.
0 commit comments