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-single-tenant-workflows-azure-portal.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -143,7 +143,7 @@ More workflows in your logic app raise the risk of longer load times, which nega
143
143
144
144
| Enable public access | Behavior |
145
145
|----------------------|----------|
146
-
|**On**| Your logic app has a public endpoint with an inbound address that's open to the internet and can't access an Azure virtual network. |
146
+
|**On**| Your logic app has a public endpoint with an inbound address that's open to the internet. For clients that are outside an Azure virtual network, they can use this endpoint to access your logic app, but not the virtual network. |
147
147
|**Off**| Your logic app has no public endpoint, but has a private endpoint instead for communication within an Azure virtual network, and is isolated within that virtual network. The private endpoint can communicate with endpoints in the virtual network, but only from clients within that network. This configuration also means that logic app traffic can be governed by network security groups or affected by virtual network routes. |
148
148
149
149
The following settings control Standard logic app access to endpoints in a virtual network:
Copy file name to clipboardExpand all lines: articles/logic-apps/enterprise-integration/create-integration-account.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,10 @@ To read artifacts and write any state information, your Premium integration acco
187
187
188
188
## Set up private endpoint for Premium integration account (Preview)
189
189
190
+
> [!NOTE]
191
+
>
192
+
> This capability is in preview and is subject to the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
193
+
190
194
To create a secure connection between your Premium integration account and Azure services, you can set up a [private endpoint](../../private-link/private-endpoint-overview.md) for your integration account. This endpoint is a network interface that uses a private IP address from your Azure virtual network. This way, traffic between your virtual network and Azure services stays on the Azure backbone network and never traverses the public internet. Private endpoints ensure a secure, private communication channel between your resources and Azure services by providing the following benefits:
191
195
192
196
- Eliminates exposure to the public internet and reducing the risks from attacks.
@@ -201,7 +205,9 @@ To create a secure connection between your Premium integration account and Azure
201
205
202
206
### Limitations
203
207
204
-
- Only Standard logic app workflows can use private endpoints on a Premium integration account.
208
+
- Any Azure resource in the same virtual network as the Premium integration account.
209
+
210
+
- Standard logic app workflows can use private endpoints on
0 commit comments