Skip to content

Commit 518a783

Browse files
Airflow public doc changes to add limitations
1 parent ef624ad commit 518a783

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

articles/data-factory/concept-managed-airflow.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ You can install any provider package by editing the airflow environment from the
7676

7777
:::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.":::
7878

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+
7987
## Next steps
8088

8189
- [Run an existing pipeline with Managed Airflow](tutorial-run-existing-pipeline-with-airflow.md)

articles/data-factory/how-does-managed-airflow-work.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@ The following steps describe how to import DAGs into Managed Airflow.
4646

4747
### Prerequisites
4848

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).
5050

5151
> [!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.
5354
5455
[Sample Apache Airflow v2.x DAG](https://airflow.apache.org/docs/apache-airflow/stable/tutorial/fundamentals.html).
5556
[Sample Apache Airflow v1.10 DAG](https://airflow.apache.org/docs/apache-airflow/1.10.11/_modules/airflow/example_dags/tutorial.html).

0 commit comments

Comments
 (0)