Skip to content

Commit 7e4063d

Browse files
Merge pull request #265375 from edwardyhe/patch-4
Update enable-stateful-affinity-built-in-connectors.md with portal method of configuring private ports.
2 parents 2d7001a + 84c7abf commit 7e4063d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

articles/connectors/enable-stateful-affinity-built-in-connectors.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,19 @@ To run these connector operations in stateful mode, you must enable this capabil
6060

6161
After you enable virtual network integration for your logic app, you must update your logic app's underlying website configuration (**<*logic-app-name*>.azurewebsites.net**) by using one the following methods:
6262

63+
- [Azure portal](#azure-portal) (bearer token not required)
6364
- [Azure Resource Management API](#azure-resource-management-api) (bearer token required)
6465
- [Azure PowerShell](#azure-powershell) (bearer token *not* required)
6566

67+
### Azure portal
68+
69+
To configure virtual network private ports using the Azure portal, follow these steps:
70+
71+
1. In the [Azure portal](https://portal.azure.com), find and open your Standard logic app resource.
72+
1. On the logic app menu, under **Settings**, select **Configuration**.
73+
1. On the **Configuration** page, select **General settings**.
74+
1. Under **Platform settings**, in the **VNet Private Ports** box, enter the ports that you want to use.
75+
6676
### Azure Resource Management API
6777

6878
To complete this task with the [Azure Resource Management API - Update By Id](/rest/api/resources/resources/update-by-id), review the following requirements, syntax, and parameter values.

0 commit comments

Comments
 (0)