Skip to content

Commit a3c46fd

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

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ 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**, 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).
121+
1. In the Azure portal, on the resource 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
>
@@ -280,7 +280,22 @@ You can control the automatic scaling for the range of replicas that deploy in r
280280

281281
## Control inbound traffic to your logic app in Azure portal
282282

283+
You can expose your logic app to the public web, your virtual network, and other logic apps in your environment by enabling ingress. Azure enforces ingress settings through a set of rules that control the routing of external and internal traffic to your logic app. When you enable ingress, you don't need to create an Azure Load Balancer, public IP address, or any other Azure resources to enable incoming HTTP requests or TCP traffic. For more information, see [Ingress in Container Apps](../container-apps/ingress-overview.md).
283284

285+
> [!NOTE]
286+
>
287+
> When you enable ingress, all of the traffic will be directed to your latest revision by default. Go to Revision management page to change traffic settings.
288+
289+
1. On the resource menu, under **Settings**, select **Ingress**.
290+
291+
1. On the **Ingress** page, next to **Igress**, select the **Enabled** box.
292+
293+
1. Based on your scenario, configure the remaining options.
294+
295+
For more information, see the following documentation:
296+
297+
- [Configure ingress for your app in Azure Container Apps](../container-apps/ingress-how-to.md?pivots=azure-portal)
298+
- [Set up IP ingress restrictions in Azure Container Apps](../container-apps/ip-restrictions.md?pivots=azure-portal)
284299

285300
<a name="authenticate-managed-api-connections"></a>
286301

0 commit comments

Comments
 (0)