Skip to content

Commit 4b375e5

Browse files
author
ecfan
committed
Save draft
1 parent b716923 commit 4b375e5

File tree

1 file changed

+22
-12
lines changed

1 file changed

+22
-12
lines changed

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

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -118,13 +118,12 @@ After you meet the prerequisites, create your Standard logic app for hybrid depl
118118
> use either the Workflow Service Plan or App Service Environment V3 hosting option. For more information,
119119
> see [Known issues and troubleshooting - Azure portal](#known-issues-portal).
120120
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).
122122

123123
> [!NOTE]
124124
>
125125
> A Standard logic app with the hybrid hosting option automatically creates a new *revision*,
126126
> or a version of the logic app resource, whenever you save changes to a child workflow.
127-
>
128127
> This revision might take a little time to activate, which means that after you save
129128
> any changes, you might want to wait several moments before you test your workflow.
130129
>
@@ -134,15 +133,11 @@ After you meet the prerequisites, create your Standard logic app for hybrid depl
134133
>
135134
> 1. On the **Revisions and replicas** page, on the **Active revisions** tab, check whether
136135
> 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)
146141
147142
### [Visual Studio Code](#tab/visual-studio-code)
148143

@@ -217,14 +212,27 @@ After you finish building your workflow, you can deploy your logic app to your C
217212

218213
1. To monitor deployment status and Azure activity logs, from the **View** menu, select **Output**. In the window that opens, select **Azure**.
219214

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.
221216

222217
> [!NOTE]
223218
>
224219
> Several known issues exist in the portal around Standard logic apps that use the hybrid hosting option.
225220
> These logic apps appear with the **Container App** label, which differs from Standard logic apps that
226221
> use either the Workflow Service Plan or App Service Environment V3 hosting option. For more information,
227222
> 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.
228236
229237
---
230238

@@ -329,6 +337,8 @@ To authenticate managed API connections in Standard logic app workflows hosted o
329337

330338
1. On the resource menu, under **Settings**, select **Containers**, and then select the **Environment variables** tab.
331339

340+
For more information about app settings and host settings, see [Edit app settings and host settings](edit-app-settings-host-settings.md).
341+
332342
1. On the toolbar, select **Edit and deploy**.
333343

334344
1. On the **Edit a container** pane, select **Environment variables**, and then select **Add**.

0 commit comments

Comments
 (0)