You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/how-does-managed-airflow-work.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,17 +26,17 @@ The following steps setup and configure your Managed Airflow environment.
26
26
Create or select an existing Data Factory in the region where the managed airflow preview is supported.
27
27
28
28
### Steps to create the environment
29
-
1. Create new Managed Airflow environment.
30
-
Go to **Manage** hub -> **Airflow (Preview)** -> **+New** to create a new Airflow environment
29
+
1. Create new Managed Airflow environment.
30
+
Go to **Manage** hub -> **Airflow (Preview)** -> **+New** to create a new Airflow environment
31
31
32
32
:::image type="content" source="media/how-does-managed-airflow-work/create-new-airflow.png" alt-text="Screenshot that shows how to create a new Managed Apache Airflow environment.":::
33
33
34
-
1.Provide the details (Airflow config)
34
+
1. Provide the details (Airflow config)
35
35
36
36
:::image type="content" source="media/how-does-managed-airflow-work/airflow-environment-details.png" alt-text="Screenshot that shows some Managed Airflow environment details.":::
37
37
38
38
> [!IMPORTANT]
39
-
> When using **Basic** authentication, remember the username and password specified in this screen. It will be needed to login later in the Managed Airflow UI. The default option is **AAD** and it does not require creating username/ password for your Airflow environment, but instead uses the logged in user**s credential to Azure Data Factory to login/ monitor DAGs.
39
+
> When using **Basic** authentication, remember the username and password specified in this screen. It will be needed to login later in the Managed Airflow UI. The default option is **Azure AD** and it does not require creating username/ password for your Airflow environment, but instead uses the logged in user's credential to Azure Data Factory to login/ monitor DAGs.
40
40
1.**Environment variables** a simple key value store within Airflow to store and retrieve arbitrary content or settings.
41
41
1.**Requirements** can be used to pre-install python libraries. You can update these later as well.
42
42
@@ -49,7 +49,7 @@ The following steps describe how to import DAGs into Managed Airflow.
49
49
You will need to upload a sample DAG onto an accessible Storage account.
50
50
51
51
> [!NOTE]
52
-
> Blob Storage behind VNet are not supported during the preview. We will be adding the support shortly.
52
+
> Blob Storage behind VNet are not supported during the preview.
0 commit comments