You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/logic-apps/create-standard-workflows-hybrid-deployment.md
+23-9Lines changed: 23 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.service: azure-logic-apps
6
6
ms.suite: integration
7
7
ms.reviewer: estfan, azla
8
8
ms.topic: how-to
9
-
ms.date: 10/14/2024
9
+
ms.date: 10/28/2024
10
10
# 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.
11
11
---
12
12
@@ -31,11 +31,11 @@ This how-to guide shows how to create and deploy a Standard logic app workflow u
31
31
32
32
- The following capabilities currently aren't available in this preview release:
33
33
34
+
- The action named **Call local function in this logic app** for running C# .NET Framework code
34
35
- SAP access through the SAP built-in connector
35
36
- XSLT 1.0 for custom code
36
37
- Custom code support with .NET Framework
37
38
- Managed identity authentication
38
-
- File System connector
39
39
40
40
- 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).
41
41
@@ -63,7 +63,7 @@ This how-to guide shows how to create and deploy a Standard logic app workflow u
63
63
- 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).
64
64
65
65
> [!TIP]
66
-
>
66
+
>
67
67
> If you have a new Visual Studio Code installation, confirm that you can locally run a
68
68
> basic Standard workflow before you try deploying to your own infrastructure. This test
69
69
> 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
109
109
110
110
:::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.":::
111
111
112
-
From this view in the Azure portal, you can create, edit, and manage workflows as usual.
113
-
114
112
> [!NOTE]
115
113
>
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)
120
134
121
135
1. To review the app settings, on the container app menu, under **Settings**, select **Containers**, and then select the **Environment variables** tab.
Copy file name to clipboardExpand all lines: articles/logic-apps/set-up-standard-workflows-hybrid-deployment-requirements.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ Azure Logic Apps supports scenarios where you need to use your own managed infra
23
23
24
24
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:
25
25
26
-
-Either Azure Arc-enabled Kubernetes clusters or Azure Arc-enabled Kubernetes clusters on Azure Stack *hyperconverged infrastructure* (HCI)
0 commit comments