Skip to content

Commit 63c2dcc

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into linux-fixes-1
2 parents 795bcdc + 3fcf833 commit 63c2dcc

16 files changed

+144
-259
lines changed

articles/cdn/cdn-manage-powershell.md

Lines changed: 96 additions & 119 deletions
Large diffs are not rendered by default.

articles/cognitive-services/Translator/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ items:
9696
href: containers/translator-container-supported-parameters.md
9797
- name: Tutorials
9898
items:
99-
- name: Use managed identities to access Azure storage
100-
href: ../../app-service/scenario-secure-app-access-storage.md?bc=/azure/cognitive-services/translator/breadcrumb/toc.json&toc=/azure/cognitive-services/translator/toc.json
10199
- name: Create a Translator workflow
102100
href: /ai-builder/flow-text-translation?toc=/azure/cognitive-services/translator/toc.json&bc=/azure/cognitive-services/translator/breadcrumb/toc.json
103101
- name: Translate text with Translator

articles/data-factory/.openpublishing.redirection.data-factory.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,11 @@
600600
"source_path_from_root": "/articles/data-factory/connector-azure-synapse-analytics-artifacts.md",
601601
"redirect_url": "/azure/data-factory/compute-linked-services",
602602
"redirect_document_id": true
603+
},
604+
{
605+
"source_path_from_root": "/articles/data-factory/tutorial-refresh-power-bi-dataset-with-airflow.md",
606+
"redirect_url": "/azure/data-factory/",
607+
"redirect_document_id": true
603608
}
604609
]
605610
}

articles/data-factory/TOC.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,8 +1302,6 @@ items:
13021302
items:
13031303
- name: Run an existing pipeline with Airflow
13041304
href: tutorial-run-existing-pipeline-with-airflow.md
1305-
- name: Refresh a Power BI dataset with Airflow
1306-
href: tutorial-refresh-power-bi-dataset-with-airflow.md
13071305
- name: Concepts
13081306
href: concept-managed-airflow.md
13091307
- name: How-to

articles/data-factory/airflow-pricing.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ Managed Airflow supports either small (D2v4) or large (D4v4) node sizing. Small
2424
## Next steps
2525

2626
- [Run an existing pipeline with Managed Airflow](tutorial-run-existing-pipeline-with-airflow.md)
27-
- [Refresh a Power BI dataset with Managed Airflow](tutorial-refresh-power-bi-dataset-with-airflow.md)
2827
- [Changing password for Airflow environments](password-change-airflow.md)

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ms.custom: references_regions
2323
Azure Data Factory offers serverless pipelines for data process orchestration, data movement with 100+ managed connectors, and visual transformations with the mapping data flow.
2424

2525
Azure Data Factory's Managed Airflow service is a simple and efficient way to create and manage [Apache Airflow](https://airflow.apache.org) environments, enabling you to run data pipelines at scale with ease.
26-
[Apache Airflow](https://airflow.apache.org) is an open-source platform used to programmatically create, schedule, and monitor complex data workflows. It allows you to define a set of tasks, called operators, that can be combined into directed acyclic graphs (DAGs) to represent data pipelines. Airflow enables you to execute these DAGs on a schedule or in response to an event, monitor the progress of workflows, and provide visibility into the state of each task. It is widely used in data engineering and data science to orchestrate data pipelines, and is known for its flexibility, extensibility, and ease of use.
26+
[Apache Airflow](https://airflow.apache.org) is an open-source platform used to programmatically create, schedule, and monitor complex data workflows. It allows you to define a set of tasks, called operators, that can be combined into directed acyclic graphs (DAGs) to represent data pipelines. Airflow enables you to execute these DAGs on a schedule or in response to an event, monitor the progress of workflows, and provide visibility into the state of each task. It's widely used in data engineering and data science to orchestrate data pipelines, and is known for its flexibility, extensibility, and ease of use.
2727

2828
:::image type="content" source="media/concept-managed-airflow/data-integration.png" alt-text="Screenshot shows data integration.":::
2929

@@ -80,16 +80,15 @@ You can install any provider package by editing the airflow environment from the
8080

8181
## Limitations
8282

83-
* Managed Airflow in other regions will be available by GA (Tentative GA is Q2 2023 ).
83+
* Managed Airflow in other regions is available by GA.
8484
* Data Sources connecting through airflow should be publicly accessible.
85-
* Blob Storage behind VNet are not supported during the public preview (Tentative GA is Q2 2023
85+
* Blob Storage behind VNet is not supported during the public preview.
8686
* DAGs that are inside a Blob Storage in VNet/behind Firewall is currently not supported.
87-
* Azure Key Vault is not supported in LinkedServices to import dags.(Tentative GA is Q2 2023)
87+
* Azure Key Vault isn't supported in LinkedServices to import dags.
8888
* Airflow supports officially Blob Storage and ADLS with some limitations.
8989

9090
## Next steps
9191

9292
- [Run an existing pipeline with Managed Airflow](tutorial-run-existing-pipeline-with-airflow.md)
93-
- [Refresh a Power BI dataset with Managed Airflow](tutorial-refresh-power-bi-dataset-with-airflow.md)
9493
- [Managed Airflow pricing](airflow-pricing.md)
9594
- [How to change the password for Managed Airflow environments](password-change-airflow.md)

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ If you're using Airflow version 1.x, delete DAGs that are deployed on any Airflo
128128
129129
## Next steps
130130

131-
* [Run an existing pipeline with Managed Airflow](tutorial-run-existing-pipeline-with-airflow.md)
132-
* [Refresh a Power BI dataset with Managed Airflow](tutorial-refresh-power-bi-dataset-with-airflow.md)
133-
* [Managed Airflow pricing](airflow-pricing.md)
134-
* [How to change the password for Managed Airflow environments](password-change-airflow.md)
131+
- [Run an existing pipeline with Managed Airflow](tutorial-run-existing-pipeline-with-airflow.md)
132+
- [Managed Airflow pricing](airflow-pricing.md)
133+
- [How to change the password for Managed Airflow environments](password-change-airflow.md)

articles/data-factory/index.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,6 @@ landingContent:
137137
links:
138138
- text: Run an existing pipeline with Managed Airflow
139139
url: tutorial-run-existing-pipeline-with-airflow.md
140-
- text: Refresh a Power BI dataset with Managed Airflow
141-
url: tutorial-refresh-power-bi-dataset-with-airflow.md
142140
- title: SAP knowledge center
143141
linkLists:
144142
- linkListType: concept

articles/data-factory/password-change-airflow.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,4 @@ We recommend using **Azure AD** authentication in Managed Airflow environments.
2424
## Next steps
2525

2626
- [Run an existing pipeline with Managed Airflow](tutorial-run-existing-pipeline-with-airflow.md)
27-
- [Refresh a Power BI dataset with Managed Airflow](tutorial-refresh-power-bi-dataset-with-airflow.md)
2827
- [Managed Airflow pricing](airflow-pricing.md)

articles/data-factory/tutorial-refresh-power-bi-dataset-with-airflow.md

Lines changed: 0 additions & 87 deletions
This file was deleted.

0 commit comments

Comments
 (0)