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
+22-12Lines changed: 22 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,13 +118,12 @@ After you meet the prerequisites, create your Standard logic app for hybrid depl
118
118
> use either the Workflow Service Plan or App Service Environment V3 hosting option. For more information,
119
119
> see [Known issues and troubleshooting - Azure portal](#known-issues-portal).
120
120
121
-
1. In the Azure portal, on the logic app menu, under **Workflows**, you can add, edit, and manage workflows as usual.
121
+
1. In the Azure portal, on the logic app menu, under **Workflows**, select **Workflows**. add an empty stateful or stateless workflow. You then build your workflow by adding a trigger and actions. For more information, see [Build a workflow with a trigger and actions](create-workflow-with-trigger-or-action.md).
122
122
123
123
> [!NOTE]
124
124
>
125
125
> A Standard logic app with the hybrid hosting option automatically creates a new *revision*,
126
126
> or a version of the logic app resource, whenever you save changes to a child workflow.
127
-
>
128
127
> This revision might take a little time to activate, which means that after you save
129
128
> any changes, you might want to wait several moments before you test your workflow.
130
129
>
@@ -134,15 +133,11 @@ After you meet the prerequisites, create your Standard logic app for hybrid depl
134
133
>
135
134
> 1. On the **Revisions and replicas** page, on the **Active revisions** tab, check whether
136
135
> a new revision appears on the list.
137
-
138
-
For more information, see the following resources:
139
-
140
-
-[Update and deploy changes in Azure Container Apps](../container-apps/revisions.md)
141
-
-[Manage revisions in Azure Container Apps](../container-apps/revisions-manage.md)
142
-
143
-
1. To review the app settings, on the container app menu, under **Settings**, select **Containers**, and then select the **Environment variables** tab.
144
-
145
-
For more information about app settings and host settings, see [Edit app settings and host settings](edit-app-settings-host-settings.md).
136
+
>
137
+
> For more information, see the following resources:
138
+
>
139
+
> -[Update and deploy changes in Azure Container Apps](../container-apps/revisions.md)
140
+
> -[Manage revisions in Azure Container Apps](../container-apps/revisions-manage.md)
146
141
147
142
### [Visual Studio Code](#tab/visual-studio-code)
148
143
@@ -217,14 +212,27 @@ After you finish building your workflow, you can deploy your logic app to your C
217
212
218
213
1. To monitor deployment status and Azure activity logs, from the **View** menu, select **Output**. In the window that opens, select **Azure**.
219
214
220
-
After deployment completes, you can go to the Azure portal to view your logic app workflow.
215
+
After deployment completes, you can go to the Azure portal to view your deployed Standard logic app and workflow.
221
216
222
217
> [!NOTE]
223
218
>
224
219
> Several known issues exist in the portal around Standard logic apps that use the hybrid hosting option.
225
220
> These logic apps appear with the **Container App** label, which differs from Standard logic apps that
226
221
> use either the Workflow Service Plan or App Service Environment V3 hosting option. For more information,
227
222
> see [Known issues and troubleshooting - Azure portal](#known-issues-portal).
223
+
>
224
+
> A Standard logic app with the hybrid hosting option automatically creates a new *revision*,
225
+
> or a version of the logic app resource, whenever you save changes to a child workflow.
226
+
>
227
+
> This revision might take a little time to activate, which means that after you save
228
+
> any changes, you might want to wait several moments before you test your workflow.
229
+
>
230
+
> If your changes still haven't appeared in the workflow, you can check whether the revision exists:
231
+
>
232
+
> 1. In the [Azure portal](https://portal.azure.com), open your On the resource menu, under **Revisions**, and select **Revisions and replicas**.
233
+
>
234
+
> 1. On the **Revisions and replicas** page, on the **Active revisions** tab, check whether
235
+
> a new revision appears on the list.
228
236
229
237
---
230
238
@@ -329,6 +337,8 @@ To authenticate managed API connections in Standard logic app workflows hosted o
329
337
330
338
1. On the resource menu, under **Settings**, select **Containers**, and then select the **Environment variables** tab.
331
339
340
+
For more information about app settings and host settings, see [Edit app settings and host settings](edit-app-settings-host-settings.md).
341
+
332
342
1. On the toolbar, select **Edit and deploy**.
333
343
334
344
1. On the **Edit a container** pane, select **Environment variables**, and then select **Add**.
0 commit comments