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
+31-7Lines changed: 31 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,7 +86,7 @@ After you meet the prerequisites, create your Standard logic app for hybrid depl
86
86
|----------|----------|-------|-------------|
87
87
|**Subscription**| Yes | <*Azure-subscription-name*> | Your Azure subscription name. <br><br>This example uses **Pay-As-You-Go**. |
88
88
|**Resource Group**| Yes | <*Azure-resource-group-name*> | The [Azure resource group](../azure-resource-manager/management/overview.md#terminology) where you create your hybrid app and related resources. This name must be unique across regions and can contain only letters, numbers, hyphens (**-**), underscores (**_**), parentheses (**()**), and periods (**.**). <br><br>This example creates a resource group named **Hybrid-RG**. |
89
-
|**Logic App name**| Yes | <*logic-app-name*> | Your logic app name, which must be unique across regions and can contain only lowercase letters, numbers, or hyphens (**-**). <br><br>This example uses **my-hybrid-logic-app**. |
89
+
|**Logic App name**| Yes | <*logic-app-name*> | Your logic app name, which must be unique across regions and can contain only lowercase letters, numbers, or hyphens (**-**). <br><br>This example uses **my-logic-app-hybrid**. |
90
90
|**Region**| Yes | <*Azure-region*> | An Azure region that is [supported for Azure container apps on Azure Arc-enabled AKS](../container-apps/azure-arc-overview.md#public-preview-limitations). <br><br>This example uses **East US**. |
91
91
|**Container App Connected Environment**| Yes | <*connected-environment-name*> | The Arc-enabled Kubernetes cluster that you created as the deployment environment for your logic app. For more information, see [Tutorial: Enable Azure Container Apps on Azure Arc-enabled Kubernetes](../container-apps/azure-arc-enable-cluster.md). |
92
92
|**Configure storage settings**| Yes | Enabled or disabled | Continues to the **Storage** tab on the **Create Logic App (Hybrid)** page. |
@@ -107,7 +107,18 @@ After you meet the prerequisites, create your Standard logic app for hybrid depl
107
107
108
108
1. When you finish, select **Review + create**. Confirm the provided information, and select **Create**.
109
109
110
-
Azure currently creates and deploys your logic app as a [Container App resource](/azure/container-apps/overview). In this preview release, your logic app appears in the Azure portal under **Container Apps** and not **Logic apps**. You can create, edit, and manage workflows as usual from the Azure portal. Your Container Apps connected environment in the Azure portal lists the logic app as having **Hybrid Logic App** type.
110
+
1. After Azure completes deployment, select **Go to resource**.
111
+
112
+
:::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.":::
113
+
114
+
From this view in the Azure portal, you can create, edit, and manage workflows as usual.
115
+
116
+
> [!NOTE]
117
+
>
118
+
> Several known issues exist in the portal around how you find your Standard logic app, which is created
119
+
> as a container app in this release. Your Standard logic app is also labeled differently from Standard
120
+
> logic apps deployed to single-tenant Azure and App Service environment v3. For more information, see
121
+
> [Known issues and troubleshooting - Azure portal](#known-issues-portal).
111
122
112
123
1. To review the app settings, on the container app menu, under **Settings**, select **Containers**, and then select the **Environment variables** tab.
113
124
@@ -154,15 +165,15 @@ After you meet the prerequisites, but before you create your Standard logic app
154
165
155
166
## Deploy your logic app from Visual Studio Code
156
167
157
-
After you finish building your workflow, you can deploy your logic app to your partially connected environment.
168
+
After you finish building your workflow, you can deploy your logic app to your Container Apps connected environment.
158
169
159
170
1. In the **Explorer** window, open the shortcut menu for the workflow node, which is **my-stateful-workflow** in this example, and select **Deploy to logic app**.
160
171
161
172
1. From the subscription list, select your Azure subscription.
162
173
163
174
1. From the available logic apps list, select **Create new Logic App (Standard) in Azure**. Provide a globally unique logic app name that uses only lowercase alphanumeric characters or hyphens.
164
175
165
-
This example uses **my-hybrid-logic-app**.
176
+
This example uses **my-logic-app-hybrid**.
166
177
167
178
1. From the location list that appears, select the same Azure region where you have your connected environment.
168
179
@@ -180,17 +191,30 @@ After you finish building your workflow, you can deploy your logic app to your p
180
191
181
192
1. Provide the connection string for the SQL database that you set up for runtime storage.
182
193
183
-
Visual Studio Code starts the deployment process for your logic app, which is created and deployed as a [Container App resource](/azure/container-apps/overview).
194
+
Visual Studio Code starts the deployment process for your Standard logic app.
184
195
185
196
1. To monitor deployment status and Azure activity logs, from the **View** menu, select **Output**. In the window that opens, select **Azure**.
186
197
187
-
In this release, your Standard logic app appears in the Azure portal under **Container Apps** and not **Logic apps**. You can create, edit, and manage workflows as usual from the Azure portal.
198
+
After deployment completes, you can go to the Azure portal to view your logic app workflow.
199
+
200
+
> [!NOTE]
201
+
>
202
+
> Several known issues exist in the portal around how you find your Standard logic app, which is created
203
+
> as a container app in this release. Your Standard logic app is also labeled differently from Standard
204
+
> logic apps deployed to single-tenant Azure and App Service environment v3. For more information, see
205
+
> [Known issues and troubleshooting - Azure portal](#known-issues-portal).
188
206
189
207
## Known issues and troubleshooting
190
208
209
+
<aname="known-issues-portal">
210
+
191
211
### Azure portal
192
212
193
-
- Standard logic apps for hybrid deployment currently appear in the Azure portal in the **Container Apps** resource list and not the **Logic apps** resource list.
213
+
- Your Standard logic app is deployed as a [Container App resource](/azure/container-apps/overview), but the type appears as **Logic App (Hybrid)**.
214
+
215
+
- Your Standard logic app is listed in **Container Apps** resource list, not the **Logic apps** resource list.
216
+
217
+
- Your Container Apps connected environment lists your Standard logic app as having an **App Type** named **Hybrid Logic App**.
194
218
195
219
- To reflect changes in the designer after you save your workflow, you might have to occasionally refresh the designer.
0 commit comments