Skip to content

Commit a556cfd

Browse files
author
ecfan
committed
Draft updates
1 parent b06d874 commit a556cfd

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

articles/logic-apps/create-single-tenant-workflows-azure-portal.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ More workflows in your logic app raise the risk of longer load times, which nega
143143

144144
| Enable public access | Behavior |
145145
|----------------------|----------|
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. |
147147
| **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. |
148148

149149
The following settings control Standard logic app access to endpoints in a virtual network:

articles/logic-apps/enterprise-integration/create-integration-account.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@ To read artifacts and write any state information, your Premium integration acco
187187

188188
## Set up private endpoint for Premium integration account (Preview)
189189

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+
190194
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:
191195

192196
- 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
201205

202206
### Limitations
203207

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
205211

206212
### Best practices for private endpoints
207213

articles/private-link/private-endpoint-overview.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ A private-link resource is the destination target of a specified private endpoin
6767
| Private-link resource name | Resource type | Sub-resources |
6868
| ---------------------------| ------------- | ------------- |
6969
| Application Gateway | Microsoft.Network/applicationgateways |Frontend IP Configuration name|
70+
| Azure AI Search | Microsoft.Search/searchServices | searchService |
7071
| Azure AI services | Microsoft.CognitiveServices/accounts | account |
7172
| Azure API for FHIR (Fast Healthcare Interoperability Resources) | Microsoft.HealthcareApis/services | fhir |
7273
| Azure API Management | Microsoft.ApiManagement/service | Gateway |
@@ -79,18 +80,17 @@ A private-link resource is the destination target of a specified private endpoin
7980
| Azure Batch | Microsoft.Batch/batchAccounts | batchAccount, nodeManagement |
8081
| Azure Cache for Redis | Microsoft.Cache/Redis | redisCache |
8182
| Azure Cache for Redis Enterprise | Microsoft.Cache/redisEnterprise | redisEnterprise |
82-
| Azure AI Search | Microsoft.Search/searchServices | searchService |
8383
| Azure Container Registry | Microsoft.ContainerRegistry/registries | registry |
8484
| Azure Cosmos DB | Microsoft.AzureCosmosDB/databaseAccounts | SQL, MongoDB, Cassandra, Gremlin, Table |
85-
| Azure Cosmos DB for PostgreSQL | Microsoft.DBforPostgreSQL/serverGroupsv2 | coordinator |
8685
| Azure Cosmos DB for MongoDB vCore | Microsoft.DocumentDb/mongoClusters | mongoCluster |
86+
| Azure Cosmos DB for PostgreSQL | Microsoft.DBforPostgreSQL/serverGroupsv2 | coordinator |
8787
| Azure Data Explorer | Microsoft.Kusto/clusters | cluster |
8888
| Azure Data Factory | Microsoft.DataFactory/factories | dataFactory |
8989
| Azure Database for MariaDB | Microsoft.DBforMariaDB/servers | mariadbServer |
90+
| Azure Database for MySQL - Flexible Server | Microsoft.DBforMySQL/flexibleServers | mysqlServer |
9091
| Azure Database for MySQL - Single Server | Microsoft.DBforMySQL/servers | mysqlServer |
91-
| Azure Database for MySQL- Flexible Server | Microsoft.DBforMySQL/flexibleServers | mysqlServer |
92-
| Azure Database for PostgreSQL - Single server | Microsoft.DBforPostgreSQL/servers | postgresqlServer |
9392
| Azure Database for PostgreSQL - Flexible server | Microsoft.DBforPostgreSQL/flexibleServers | postgresqlServer |
93+
| Azure Database for PostgreSQL - Single server | Microsoft.DBforPostgreSQL/servers | postgresqlServer |
9494
| Azure Databricks | Microsoft.Databricks/workspaces | databricks_ui_api, browser_authentication |
9595
| Azure Device Provisioning Service | Microsoft.Devices/provisioningServices | iotDps |
9696
| Azure Digital Twins | Microsoft.DigitalTwins/digitalTwinsInstances | API |
@@ -123,6 +123,7 @@ A private-link resource is the destination target of a specified private endpoin
123123
| Azure Virtual Desktop - host pools | Microsoft.DesktopVirtualization/hostpools | connection |
124124
| Azure Virtual Desktop - workspaces | Microsoft.DesktopVirtualization/workspaces | feed<br />global |
125125
| Device Update for IoT Hub | Microsoft.DeviceUpdate/accounts | DeviceUpdate |
126+
| Integration Account (Premium) | Microsoft.Logic/integrationAccounts | integrationAccount |
126127
| Microsoft Purview | Microsoft.Purview/accounts | account |
127128
| Microsoft Purview | Microsoft.Purview/accounts | portal |
128129
| Power BI | Microsoft.PowerBI/privateLinkServicesForPowerBI | Power BI |

0 commit comments

Comments
 (0)