File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -76,6 +76,14 @@ 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
+ * Airflow availability in other regions will be available by GA (Tentative GA : 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 : Q2 2023)
84
+ * KeyVault configuration in storageLinkedServices not supported to import dags.(Tentative GA : Q2 2023)
85
+ * Airflow supports officially Blob Storage but also allows to use of ADLS with some limitations.
86
+
79
87
## Next steps
80
88
81
89
- [ 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