Skip to content

Commit a3f75f7

Browse files
committed
Fixes from PR review in MicrosoftDocs/azure-docs-pr#224903.
1 parent 1527645 commit a3f75f7

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ The following steps setup and configure your Managed Airflow environment.
2626
Create or select an existing Data Factory in the region where the managed airflow preview is supported.
2727

2828
### 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
3131

3232
:::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.":::
3333

34-
1. Provide the details (Airflow config)
34+
1. Provide the details (Airflow config)
3535

3636
:::image type="content" source="media/how-does-managed-airflow-work/airflow-environment-details.png" alt-text="Screenshot that shows some Managed Airflow environment details.":::
3737

3838
> [!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.
4040
1. **Environment variables** a simple key value store within Airflow to store and retrieve arbitrary content or settings.
4141
1. **Requirements** can be used to pre-install python libraries. You can update these later as well.
4242

@@ -49,7 +49,7 @@ The following steps describe how to import DAGs into Managed Airflow.
4949
You will need to upload a sample DAG onto an accessible Storage account.
5050

5151
> [!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.
5353
5454
[Sample Apache Airflow v2.x DAG](https://airflow.apache.org/docs/apache-airflow/stable/tutorial/fundamentals.html).
5555
[Sample Apache Airflow v1.10 DAG](https://airflow.apache.org/docs/apache-airflow/1.10.11/_modules/airflow/example_dags/tutorial.html).
3.39 KB
Loading
26.1 KB
Loading
13.7 KB
Loading

0 commit comments

Comments
 (0)