Skip to content

Commit fb6de20

Browse files
Merge pull request #231332 from SunilVeldurthi/airflow-doc-changes
Airflow public doc changes to add limitations
2 parents 47025f6 + ff4d19b commit fb6de20

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@ 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+
* 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+
7988
## Next steps
8089

8190
- [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)