Skip to content

Commit 4badbf4

Browse files
committed
Merge branch 'main' into release-arc-data
2 parents 038c966 + 1a9c972 commit 4badbf4

14 files changed

+351
-12
lines changed

articles/azure-netapp-files/create-active-directory-connections.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ You can also use [Azure CLI commands](/cli/azure/feature) `az feature register`
267267

268268
1. Navigate to the volume **Overview** menu. Select **Reset Active Directory Account**.
269269
:::image type="content" source="../media/azure-netapp-files/active-directory-reset-overview.png" alt-text="Azure Volume Overview interface with the Reset Active Directory Account button highlighted." lightbox="../media/azure-netapp-files/active-directory-reset-overview.png":::
270-
Alternately, navigate to the **Volumes** menu. Identify the volume for which you want to reset the Active Directory account and select the three dot (`...`) at the end of the row. Select **Reset Active Directory Account**.
270+
Alternately, navigate to the **Volumes** menu. Identify the volume for which you want to reset the Active Directory account and select the three dots (`...`) at the end of the row. Select **Reset Active Directory Account**.
271271
:::image type="content" source="../media/azure-netapp-files/active-directory-reset-list.png" alt-text="Azure volume list with the Reset Active Directory Account button highlighted." lightbox="../media/azure-netapp-files/active-directory-reset-list.png":::
272272
2. A warning message that explains the implications of this action will pop up. Type **yes** in the text box to proceed.
273273
:::image type="content" source="../media/azure-netapp-files/active-directory-reset-confirm.png" alt-text="Reset Active Directory Account warning message which reads: Warning! This action will reset the active directory account for the volume. This action is intended for users to regain access to volumes at their disposal and can cause data to be unreachable if executed when not needed." lightbox="../media/azure-netapp-files/active-directory-reset-confirm.png":::

articles/data-factory/whats-new.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,20 @@ Azure Data Factory is improved on an ongoing basis. To stay up to date with the
2222

2323
This page is updated monthly, so revisit it regularly.
2424

25+
## July 2022
26+
<br>
27+
<table>
28+
<tr><td><b>Service category</b></td><td><b>Service improvements</b></td><td><b>Details</b></td></tr>
29+
<tr><td rowspan=5><b>Data flow</b></td><td>Asana connector added as source</td><td>We’ve added a new REST-based connector to mapping data flows! Users can now read their tables from Asana. Note: This connector is only available when using inline datasets.<br><a href="connector-asana.md">Learn more</a></td></tr>
30+
<tr><td>3 new data transformation functions are supported</td><td>3 new data transformation functions have been added to mapping data flows in Azure Data Factory and Azure Synapse Analytics. Now, users are able to use collectUnique(), to create a new collection of unique values in an array, substringIndex(), to extract the substring before n occurrences of a delimiter, and topN(), to return the top n results after sorting your data.<br><a href=https://techcommunity.microsoft.com/t5/azure-data-factory-blog/3-new-data-transformation-functions-in-adf/ba-p/3582738>Learn more</a></td></tr>
31+
<tr><td>Refetch from source available in Refresh for data source change scenarios</td><td>When building and debugging a data flow, your source data can change. There is now a new easy way to refetch the latest updated source data from the refresh button in the data preview pane.<br><a href="concepts-data-flow-debug-mode.md#data-preview">Learn more</a></td></tr>
32+
<tr><td>User defined functions (GA) </td><td>Create reusable and customized expressions to avoid building complex logic over and over<br><a href="concepts-data-flow-debug-mode.md#data-preview">Learn more</a></td></tr>
33+
<tr><td>Easier configuration on data flow runtime – choose compute size among Small, Medium, and Large to pre-configure all integration runtime settings</td><td>Azure Data Factory has made it easier for users to configure Azure Integration Runtime for mapping data flows by choosing compute size among Small, Medium, and Large to pre-configure all integration runtime settings. You can still set your own custom configurations.<br><a href=https://techcommunity.microsoft.com/t5/azure-data-factory-blog/adf-makes-it-easy-to-select-azure-ir-size-for-data-flows/ba-p/3578033>Learn more</a></td></tr>
34+
<tr><td rowspan=1><b>Continuous integration and continuous delivery (CI/CD)</b></td><td>Include Global parameters supported in ARM template</td><td>We’ve added a new mechanism to include Global Parameters in the ARM templates. This helps to solve an earlier issue, which overrode some configurations during deployments when users included global parameters in ARM templates.<br><a href=https://techcommunity.microsoft.com/t5/azure-data-factory-blog/ci-cd-improvement-using-global-parameters-in-azure-data-factory/ba-p/3557265#M665>Learn more</a></td></tr>
35+
<tr><td><b>Developer productivity</b></td><td>Azure Data Factory studio preview experience</td><td>Be a part of Azure Data Factory Preview features to experience latest Azure Data Factory capabilities, and be the first to share your feedback<br><a href=https://techcommunity.microsoft.com/t5/azure-data-factory-blog/introducing-the-azure-data-factory-studio-preview-experience/ba-p/3563880>Learn more</a></td></tr>
36+
</table>
37+
38+
2539
## June 2022
2640
<br>
2741
<table>

articles/machine-learning/how-to-log-view-metrics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Log & view parameters, metrics and files with MLflow
33
titleSuffix: Azure Machine Learning
44
description: Enable logging on your ML training runs to monitor real-time run metrics with MLflow, and to help diagnose errors and warnings.
55
services: machine-learning
6-
author: swinner95
7-
ms.author: shwinne
6+
ms.author: amipatel
7+
author: amibp
88
ms.reviewer: sgilley
99
ms.service: machine-learning
1010
ms.subservice: core

articles/machine-learning/how-to-monitor-tensorboard.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: Launch TensorBoard to visualize experiment job histories and identi
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: mlops
8-
author: blackmist
9-
ms.author: larryfr
8+
ms.author: amipatel
9+
author: amibp
1010
ms.date: 10/21/2021
1111
ms.topic: how-to
1212
ms.custom: sdkv1, event-tier1-build-2022

articles/machine-learning/how-to-track-monitor-analyze-runs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ description: Learn how to start, monitor, and track your machine learning experi
55
services: machine-learning
66
ms.service: machine-learning
77
ms.subservice: mlops
8-
author: swinner95
9-
ms.author: shwinne
8+
ms.author: amipatel
9+
author: amibp
1010
ms.reviewer: sgilley
1111
ms.date: 06/24/2022
1212
ms.topic: how-to

articles/machine-learning/reference-yaml-job-sweep.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ ms.service: machine-learning
77
ms.subservice: core
88
ms.topic: reference
99
ms.custom: cliv2, event-tier1-build-2022
10-
11-
author: blackmist
12-
ms.author: larryfr
10+
ms.author: amipatel
11+
author: amibp
1312
ms.date: 03/31/2022
1413
ms.reviewer: nibaccam
1514
---

articles/postgresql/hyperscale/howto-ingest-azure-data-factory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Azure Data Factory
33
description: Step-by-step guide for using Azure Data Factory for ingestion on Hyperscale Citus
44
ms.author: suvishod
5-
author: sudhanshuvishodia
5+
author: suvishodcitus
66
ms.service: postgresql
77
ms.subservice: hyperscale-citus
88
ms.topic: how-to
113 KB
Loading
69.7 KB
Loading
28.4 KB
Loading

0 commit comments

Comments
 (0)