Skip to content

Commit b3ae66b

Browse files
author
ecfan
committed
Save draft
1 parent b8e1184 commit b3ae66b

File tree

3 files changed

+24
-10
lines changed

3 files changed

+24
-10
lines changed

articles/logic-apps/create-standard-workflows-hybrid-deployment.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-logic-apps
66
ms.suite: integration
77
ms.reviewer: estfan, azla
88
ms.topic: how-to
9-
ms.date: 10/14/2024
9+
ms.date: 10/28/2024
1010
# Customer intent: As a developer, I want to create a Standard logic app workflow that can run on customer-managed infrastructure, which can include on-premises systems, private clouds, and public clouds.
1111
---
1212

@@ -31,11 +31,11 @@ This how-to guide shows how to create and deploy a Standard logic app workflow u
3131

3232
- The following capabilities currently aren't available in this preview release:
3333

34+
- The action named **Call local function in this logic app** for running C# .NET Framework code
3435
- SAP access through the SAP built-in connector
3536
- XSLT 1.0 for custom code
3637
- Custom code support with .NET Framework
3738
- Managed identity authentication
38-
- File System connector
3939

4040
- Azure Arc-enabled Kubernetes clusters currently don't support managed identity authentication for managed API connections. Instead, you must create your own app registration using Microsoft Entra ID. For more information, [follow these steps later in this guide](#authenticate-managed-api-connections).
4141

@@ -63,7 +63,7 @@ This how-to guide shows how to create and deploy a Standard logic app workflow u
6363
- To work in Visual Studio Code, you need the Azure Logic Apps (Standard) extension for Visual Studio Code with the [related prerequisites](create-single-tenant-workflows-visual-studio-code.md#prerequisites).
6464

6565
> [!TIP]
66-
>
66+
>
6767
> If you have a new Visual Studio Code installation, confirm that you can locally run a
6868
> basic Standard workflow before you try deploying to your own infrastructure. This test
6969
> run helps isolate any errors that might exist in your Standard workflow project.
@@ -109,14 +109,28 @@ After you meet the prerequisites, create your Standard logic app for hybrid depl
109109

110110
:::image type="content" source="media/create-standard-workflows-hybrid-deployment/logic-app-hybrid-portal.png" alt-text="Screenshot shows Azure portal with Standard logic app for hybrid deployment created as a Container app.":::
111111

112-
From this view in the Azure portal, you can create, edit, and manage workflows as usual.
113-
114112
> [!NOTE]
115113
>
116-
> Several known issues exist in the portal around how you find your Standard logic app, which is created
117-
> as a container app in this release. Your Standard logic app is also labeled differently from Standard
118-
> logic apps deployed to single-tenant Azure and App Service environment v3. For more information, see
119-
> [Known issues and troubleshooting - Azure portal](#known-issues-portal).
114+
> Several known issues exist in the portal around Standard logic apps that use the hybrid hosting option.
115+
> These logic apps appear with the **Container App** label, which differs from Standard logic apps that
116+
> use either the Workflow Service Plan or App Service Environment V3 hosting option. For more information,
117+
> see [Known issues and troubleshooting - Azure portal](#known-issues-portal).
118+
119+
1. In the Azure portal, on the logic app menu, under **Workflows**, you can add, edit, and manage workflows as usual.
120+
121+
Standard logic apps that you create with the hybrid deployment model support multiple workflow *revisions* or versions. Each time that you save changes to your workflow, Azure creates a new workflow revision.
122+
123+
> [!TIP]
124+
>
125+
> After you save your workflow, wait for 1-2 minutes before you test your workflow.
126+
> If your changes still don't appear in your workflow run, on the container app menu,
127+
> under **Revisions**, select **Revisions and replicas** to check whether the revision
128+
> was created and appears on the list.
129+
130+
For more information, see the following resources:
131+
132+
- [Update and deploy changes in Azure Container Apps](../container-apps/revisions.md)
133+
- [Manage revisions in Azure Container Apps](../container-apps/revisions-manage.md)
120134

121135
1. To review the app settings, on the container app menu, under **Settings**, select **Containers**, and then select the **Environment variables** tab.
122136

12.5 KB
Loading

articles/logic-apps/set-up-standard-workflows-hybrid-deployment-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Azure Logic Apps supports scenarios where you need to use your own managed infra
2323

2424
The following architectural overview shows where Standard logic app workflows are hosted and run in the hybrid model. The partially connected environment includes the following resources for hosting and working with your Standard logic apps, which deploy as Azure Container Apps resources:
2525

26-
- Either Azure Arc-enabled Kubernetes clusters or Azure Arc-enabled Kubernetes clusters on Azure Stack *hyperconverged infrastructure* (HCI)
26+
- Azure Arc-enabled Kubernetes clusters, Azure Arc-enabled Kubernetes clusters on Azure Stack *hyperconverged infrastructure* (HCI)
2727
- A SQL database to locally store workflow run history, inputs, and outputs for processing
2828
- A Server Message Block (SMB) file share to locally store artifacts used by your workflows
2929

0 commit comments

Comments
 (0)