Skip to content

Commit 5c0c946

Browse files
committed
Merge branch 'fresh-pass' of https://github.com/ecfan/azure-docs-pr into fresh-pass
2 parents 247cd6f + 478ec9d commit 5c0c946

16 files changed

+1184
-1172
lines changed

articles/azure-functions/functions-create-function-linux-custom-image.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -517,9 +517,6 @@ A function app on Azure manages the execution of your functions in your hosting
517517
518518
1. The function can now use this connection string to access the storage account.
519519

520-
> [!NOTE]
521-
> If you publish your custom image to a private container registry, you must use environment variables in the *Dockerfile* for the connection string instead. For more information, see the [ENV instruction](https://docs.docker.com/engine/reference/builder/#env). You must also set the `DOCKER_REGISTRY_SERVER_USERNAME` and `DOCKER_REGISTRY_SERVER_PASSWORD` variables. To use the values, you must rebuild the image, push the image to the registry, and then restart the function app on Azure.
522-
523520
## Verify your functions on Azure
524521

525522
With the image deployed to your function app in Azure, you can now invoke the function as before through HTTP requests.

articles/connectors/built-in.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: conceptual
8+
ms.custom: engagement-fy23
89
ms.date: 09/14/2022
910
---
1011

articles/connectors/connect-common-data-service.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ms.suite: integration
66
ms.reviewer: jdaly, estfan, azla
77
ms.topic: how-to
88
ms.date: 09/07/2022
9+
ms.custom: engagement-fy23
910
tags: connectors
1011
---
1112

articles/connectors/connectors-native-recurrence.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8+
ms.custom: engagement-fy23
89
ms.date: 09/02/2022
910
---
1011

articles/connectors/managed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: conceptual
8+
ms.custom: engagement-fy23
89
ms.date: 09/07/2022
910
---
1011

articles/data-factory/transform-data-using-custom-activity.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ The following table describes names and descriptions of properties that are spec
129129
> [!NOTE]
130130
> If you are passing linked services as referenceObjects in Custom Activity, it is a good security practice to pass an Azure Key Vault enabled linked service (since it does not contain any secure strings) and fetch the credentials using secret name directly from Key Vault from the code. You can find an example [here](https://github.com/nabhishek/customactivity_sample/tree/linkedservice) that references AKV enabled linked service, retrieves the credentials from Key Vault, and then accesses the storage in the code.
131131
132+
> [!NOTE]
133+
> Currently only Azure Blob storage is supported for resourceLinkedService in custom activity, and it is the only linked service that gets created by default and no option to choose other connectors like ADLS Gen2.
134+
132135
## Custom activity permissions
133136

134137
The custom activity sets the Azure Batch auto-user account to *Non-admin access with task scope* (the default auto-user specification). You can't change the permission level of the auto-user account. For more info, see [Run tasks under user accounts in Batch | Auto-user accounts](../batch/batch-user-accounts.md#auto-user-accounts).

articles/logic-apps/create-single-tenant-workflows-visual-studio-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
88
ms.date: 09/06/2022
9-
ms.custom: ignite-fall-2021
9+
ms.custom: ignite-fall-2021, engagement-fy23
1010
---
1111

1212
# Create an integration workflow with single-tenant Azure Logic Apps (Standard) in Visual Studio Code

articles/logic-apps/deploy-single-tenant-logic-apps-private-storage-account.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 08/20/2022
8+
ms.custom: engagement-fy23
9+
ms.date: 09/08/2022
910

1011
# As a developer, I want to deploy Standard logic apps to Azure storage accounts that use private endpoints.
1112
---

articles/logic-apps/logic-apps-deploy-azure-resource-manager-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8-
ms.date: 08/20/2022
9-
ms.custom: devx-track-azurepowershell, devx-track-azurecli
8+
ms.date: 09/07/2022
9+
ms.custom: devx-track-azurepowershell, devx-track-azurecli, engagement-fy23
1010
ms.devlang: azurecli
1111
---
1212

articles/logic-apps/logic-apps-diagnosing-failures.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewer: estfan, azla
77
ms.topic: how-to
8+
ms.custom: engagement-fy23
89
ms.date: 09/02/2022
910
---
1011

0 commit comments

Comments
 (0)