Skip to content

Commit f896045

Browse files
committed
Improvements from Jason's review
1 parent 8bb31e4 commit f896045

File tree

3 files changed

+21
-20
lines changed

3 files changed

+21
-20
lines changed

articles/data-factory/TOC.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ items:
1111
- name: What's new (recent months)
1212
href: whats-new.md
1313
- name: What's new (archived months)
14+
href: whats-new-archive.md
1415
- name: Compare current version to version 1
1516
href: compare-versions.md
1617
displayName: timeout

articles/data-factory/whats-new-archive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
77
ms.subservice: concepts
88
ms.topic: overview
99
ms.custom: references_regions
10-
ms.date: 01/21/2022
10+
ms.date: 09/27/2022
1111
---
1212
# What's new archive for Azure Data Factory
1313

articles/data-factory/whats-new.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: data-factory
77
ms.subservice: concepts
88
ms.topic: overview
99
ms.custom: references_regions
10-
ms.date: 01/21/2022
10+
ms.date: 09/27/2022
1111
---
1212

1313
# What's new in Azure Data Factory
@@ -20,27 +20,27 @@ Azure Data Factory is improved on an ongoing basis. To stay up to date with the
2020
- Deprecated functionality.
2121
- Plans for changes.
2222

23-
This page is updated monthly, so revisit it regularly. For older months' updates refer to the [What's new archive](whats-new-archive.md).
23+
This page is updated monthly, so revisit it regularly. For older months' updates, refer to the [What's new archive](whats-new-archive.md).
2424

2525
Check out our [What's New video archive](https://www.youtube.com/playlist?list=PLt4mCx89QIGS1rQlNt2-7iuHHAKSomVLv) for all of our monthly update videos.
2626

2727
## August 2022
2828

2929
### Data flow
30-
- Appfigures connector added as Source (Preview) [Doc](connector-appfigures.md)
31-
- Cast transformation added – visually convert data types [Doc](data-flow-cast.md)
32-
- New UI for inline datasets - categories added to easily find data sources [Doc](data-flow-source.md#inline-datasets)
30+
- Appfigures connector added as Source (Preview) [Learn more](connector-appfigures.md)
31+
- Cast transformation added – visually convert data types [Learn more](data-flow-cast.md)
32+
- New UI for inline datasets - categories added to easily find data sources [Learn more](data-flow-source.md#inline-datasets)
3333

3434
### Data movement
35-
Service principal authentication type added for Azure Blob storage [Doc](connector-azure-blob-storage.md?tabs=data-factory#service-principal-authentication)
35+
Service principal authentication type added for Azure Blob storage [Learn more](connector-azure-blob-storage.md?tabs=data-factory#service-principal-authentication)
3636

3737
### Developer productivity
38-
- Default activity time-out changed from 7 days to 12 hours [Blog](https://techcommunity.microsoft.com/t5/azure-data-factory-blog/azure-data-factory-changing-default-pipeline-activity-timeout/ba-p/3598729)
39-
- New data factory creation experience - 1 click to have your factory ready within seconds [Blog](https://techcommunity.microsoft.com/t5/azure-data-factory-blog/new-experience-for-creating-data-factory-within-seconds/ba-p/3561249)
40-
- Expression builder UI update – categorical tabs added for easier use [Blog](https://techcommunity.microsoft.com/t5/azure-data-factory-blog/coming-soon-to-adf-more-pipeline-expression-builder-ease-of-use/ba-p/3567196)
38+
- Default activity time out changed from 7 days to 12 hours [Learn more](https://techcommunity.microsoft.com/t5/azure-data-factory-blog/azure-data-factory-changing-default-pipeline-activity-timeout/ba-p/3598729)
39+
- New data factory creation experience - one click to have your factory ready within seconds [Learn more](https://techcommunity.microsoft.com/t5/azure-data-factory-blog/new-experience-for-creating-data-factory-within-seconds/ba-p/3561249)
40+
- Expression builder UI update – categorical tabs added for easier use [Learn more](https://techcommunity.microsoft.com/t5/azure-data-factory-blog/coming-soon-to-adf-more-pipeline-expression-builder-ease-of-use/ba-p/3567196)
4141

4242
### Continuous integration and continuous delivery (CI/CD)
43-
When CI/CD integrating ARM template, instead of turning off all triggers, it can exclude triggers that did not change in deployment [Blog](https://techcommunity.microsoft.com/t5/azure-data-factory-blog/ci-cd-improvements-related-to-pipeline-triggers-deployment/ba-p/3605064)
43+
When CI/CD integrating ARM template, instead of turning off all triggers, it can exclude triggers that didn't change in deployment [Learn more](https://techcommunity.microsoft.com/t5/azure-data-factory-blog/ci-cd-improvements-related-to-pipeline-triggers-deployment/ba-p/3605064)
4444

4545
### Video summary
4646

@@ -51,20 +51,20 @@ When CI/CD integrating ARM template, instead of turning off all triggers, it can
5151
### Data flow
5252

5353
- Asana connector added as source. [Doc](connector-asana.md)
54-
- 3 new data transformation functions now supported. [Blog](https://techcommunity.microsoft.com/t5/azure-data-factory-blog/3-new-data-transformation-functions-in-adf/ba-p/3582738)
55-
- collectUnique() - Create a new collection of unique values in an array.
56-
- substringIndex() - Extract the substring before n occurrences of a delimiter.
57-
- topN() - Return the top n results after sorting your data.
58-
- Refetch from source available in Refresh for data source change scenarios. [Doc](concepts-data-flow-debug-mode.md#data-preview)
59-
- User defined functions (GA) - Create reusable and customized expressions to avoid building complex logic over and over. [Doc](concepts-data-flow-udf.md) [Video](https://www.youtube.com/watch?v=ZFTVoe8eeOc&t=170s)
60-
- Easier configuration on data flow runtime - choose compute size among Small, Medium and Large to pre-configure all integration runtime settings. [Blog](https://techcommunity.microsoft.com/t5/azure-data-factory-blog/adf-makes-it-easy-to-select-azure-ir-size-for-data-flows/ba-p/3578033)
54+
- Three new data transformation functions now supported. [Learn more](https://techcommunity.microsoft.com/t5/azure-data-factory-blog/3-new-data-transformation-functions-in-adf/ba-p/3582738)
55+
- [collectUnique()](data-flow-expressions-usage.md#collectUnique) - Create a new collection of unique values in an array.
56+
- [substringIndex()](data-flow-expressions-usage.md#substringIndex) - Extract the substring before n occurrences of a delimiter.
57+
- [topN()](data-flow-expressions-usage.md#topN) - Return the top n results after sorting your data.
58+
- Refetch from source available in Refresh for data source change scenarios. [Learn more](concepts-data-flow-debug-mode.md#data-preview)
59+
- User defined functions (GA) - Create reusable and customized expressions to avoid building complex logic over and over. [Learn more](concepts-data-flow-udf.md) [Video](https://www.youtube.com/watch?v=ZFTVoe8eeOc&t=170s)
60+
- Easier configuration on data flow runtime - choose compute size among Small, Medium and Large to pre-configure all integration runtime settings. [Learn more](https://techcommunity.microsoft.com/t5/azure-data-factory-blog/adf-makes-it-easy-to-select-azure-ir-size-for-data-flows/ba-p/3578033)
6161

6262
### Continuous integration and continuous delivery (CI/CD)
6363

64-
Include Global parameters supported in ARM template. [Blog](https://techcommunity.microsoft.com/t5/azure-data-factory-blog/ci-cd-improvement-using-global-parameters-in-azure-data-factory/ba-p/3557265#M665)
64+
Include Global parameters supported in ARM template. [Learn more](https://techcommunity.microsoft.com/t5/azure-data-factory-blog/ci-cd-improvement-using-global-parameters-in-azure-data-factory/ba-p/3557265#M665)
6565
### Developer productivity
6666

67-
Be a part of Azure Data Factory studio preview features - Experience the latest Azure Data Factory capabilities and be the first to share your feedback. [Blog](https://techcommunity.microsoft.com/t5/azure-data-factory-blog/introducing-the-azure-data-factory-studio-preview-experience/ba-p/3563880)
67+
Be a part of Azure Data Factory studio preview features - Experience the latest Azure Data Factory capabilities and be the first to share your feedback. [Learn more](https://techcommunity.microsoft.com/t5/azure-data-factory-blog/introducing-the-azure-data-factory-studio-preview-experience/ba-p/3563880)
6868

6969
### Video summary
7070

0 commit comments

Comments
 (0)