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
* If you created a new Azure virtual network and subnets without any constraints, you don't need to set up [network security groups (NSGs)](../virtual-network/security-overview.md#network-security-groups) in your virtual network to control traffic across subnets.
99
+
* If you created a new Azure virtual network and subnets without any constraints, you don't need to set up [network security groups (NSGs)](../virtual-network/network-security-groups-overview.md#network-security-groups) in your virtual network to control traffic across subnets.
100
100
101
-
* For an existing virtual network, you can *optionally* set up [network security groups (NSGs)](../virtual-network/security-overview.md#network-security-groups) to [filter network traffic across subnets](../virtual-network/tutorial-filter-network-traffic.md). If you want to go this route, or if you're already using NSGs, make sure that you [open the ports described in this table](#network-ports-for-ise) for those NSGs.
101
+
* For an existing virtual network, you can *optionally* set up [network security groups (NSGs)](../virtual-network/network-security-groups-overview.md#network-security-groups) to [filter network traffic across subnets](../virtual-network/tutorial-filter-network-traffic.md). If you want to go this route, or if you're already using NSGs, make sure that you [open the ports described in this table](#network-ports-for-ise) for those NSGs.
102
102
103
-
When you set up [NSG security rules](../virtual-network/security-overview.md#security-rules), you need to use *both* the **TCP** and **UDP** protocols, or you can select **Any** instead so you don't have to create separate rules for each protocol. NSG security rules describe the ports that you must open for the IP addresses that need access to those ports. Make sure that any firewalls, routers, or other items that exist between these endpoints also keep those ports accessible to those IP addresses.
103
+
When you set up [NSG security rules](../virtual-network/network-security-groups-overview.md#security-rules), you need to use *both* the **TCP** and **UDP** protocols, or you can select **Any** instead so you don't have to create separate rules for each protocol. NSG security rules describe the ports that you must open for the IP addresses that need access to those ports. Make sure that any firewalls, routers, or other items that exist between these endpoints also keep those ports accessible to those IP addresses.
104
104
105
105
* If you set up forced tunneling through your firewall to redirect Internet-bound traffic, review the [additional forced tunneling requirements](#forced-tunneling).
106
106
@@ -313,4 +313,4 @@ If you don't permit access for these dependencies, your ISE deployment fails and
313
313
* [Add resources to integration service environments](../logic-apps/add-artifacts-integration-service-environment-ise.md)
314
314
* [Manage integration service environments](../logic-apps/ise-manage-integration-service-environment.md#check-network-health)
315
315
* Learn more about [Azure Virtual Network](../virtual-network/virtual-networks-overview.md)
316
-
* Learn about [virtual network integration for Azure services](../virtual-network/virtual-network-for-azure-services.md)
316
+
* Learn about [virtual network integration for Azure services](../virtual-network/virtual-network-for-azure-services.md)
Copy file name to clipboardExpand all lines: articles/logic-apps/create-monitoring-tracking-queries.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.date: 01/30/2020
10
10
11
11
# View and create queries for monitoring and tracking in Azure Monitor logs for Azure Logic Apps
12
12
13
-
You can view the underlying queries that produce the results from [Azure Monitor logs](../azure-monitor/log-query/log-query-overview.md) and create queries that filter the results based your specific criteria. For example, you can find messages based on a specific interchange control number. Queries use the [Kusto query language](https://aka.ms/LogAnalyticsLanguageReference), which you can edit if you want to view different results. For more information, see [Azure Monitor log queries](../azure-monitor/log-query/query-language.md).
13
+
You can view the underlying queries that produce the results from [Azure Monitor logs](../azure-monitor/log-query/log-query-overview.md) and create queries that filter the results based your specific criteria. For example, you can find messages based on a specific interchange control number. Queries use the [Kusto query language](/azure/data-explorer/kusto/query/), which you can edit if you want to view different results. For more information, see [Azure Monitor log queries](/azure/data-explorer/kusto/query/).
14
14
15
15
## Prerequisites
16
16
@@ -54,12 +54,12 @@ To find or filter results based on specific properties or values, you can create
54
54
55
55

56
56
57
-
* To start from an empty query, in the query editor, start typing the [Kusto query language](../azure-monitor/log-query/query-language.md) for your query.
57
+
* To start from an empty query, in the query editor, start typing the [Kusto query language](/azure/data-explorer/kusto/query/) for your query.
58
58
59
59

Copy file name to clipboardExpand all lines: articles/logic-apps/customer-managed-keys-integration-service-environment.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This topic shows how to set up and specify your own encryption key to use when y
34
34
35
35
* An Azure key vault that has the **Soft Delete** and **Do Not Purge** properties enabled
36
36
37
-
For more information about enabling these properties, see [Azure Key Vault soft-delete overview](../key-vault/general/soft-delete-overview.md) and [Configure customer-managed keys with Azure Key Vault](../storage/common/storage-encryption-keys-portal.md). If you're new to Azure Key Vault, learn [how to create a key vault](../key-vault/secrets/quick-create-portal.md#create-a-vault) by using the Azure portal or by using the Azure PowerShell command, [New-AzKeyVault](/powershell/module/az.keyvault/new-azkeyvault).
37
+
For more information about enabling these properties, see [Azure Key Vault soft-delete overview](../key-vault/general/soft-delete-overview.md) and [Configure customer-managed keys with Azure Key Vault](../storage/common/customer-managed-keys-configure-key-vault.md). If you're new to Azure Key Vault, learn [how to create a key vault](../key-vault/secrets/quick-create-portal.md#create-a-vault) by using the Azure portal or by using the Azure PowerShell command, [New-AzKeyVault](/powershell/module/az.keyvault/new-azkeyvault).
38
38
39
39
* In your key vault, a key that's created with these property values:
40
40
@@ -47,7 +47,7 @@ This topic shows how to set up and specify your own encryption key to use when y
47
47
48
48

49
49
50
-
For more information, see [Configure customer-managed keys with Azure Key Vault](../storage/common/storage-encryption-keys-portal.md) or the Azure PowerShell command, [Add-AzKeyVaultKey](/powershell/module/az.keyvault/add-azkeyvaultkey).
50
+
For more information, see [Configure customer-managed keys with Azure Key Vault](../storage/common/customer-managed-keys-configure-key-vault.md) or the Azure PowerShell command, [Add-AzKeyVaultKey](/powershell/module/az.keyvault/add-azkeyvaultkey).
51
51
52
52
* A tool that you can use to create your ISE by calling the Logic Apps REST API with an HTTPS PUT request. For example, you can use [Postman](https://www.getpostman.com/downloads/), or you can build a logic app that performs this task.
53
53
@@ -223,8 +223,8 @@ For this task, you can use either the Azure PowerShell [Set-AzKeyVaultAccessPoli
223
223
224
224
1. When you're finished with the **Access policies** pane, select **Save**.
225
225
226
-
For more information, see [How to authenticate to Key Vault](/azure/key-vault/general/authentication) and [Assign a Key Vault access policy](/azure/key-vault/general/assign-access-policy-portal).
226
+
For more information, see [How to authenticate to Key Vault](../key-vault/general/authentication.md) and [Assign a Key Vault access policy](../key-vault/general/assign-access-policy-portal.md).
227
227
228
228
## Next steps
229
229
230
-
* Learn more about [Azure Key Vault](../key-vault/general/overview.md)
230
+
* Learn more about [Azure Key Vault](../key-vault/general/overview.md)
Copy file name to clipboardExpand all lines: articles/logic-apps/logic-apps-examples-and-scenarios.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ You can fully develop and deploy logic apps with Visual Studio, Azure DevOps, or
125
125
126
126
## Handle content types, conversions, and transformations
127
127
128
-
You can access, convert, and transform multiple content types by using the many functions in the Azure Logic Apps [workflow definition language](https://aka.ms/logicappsdocs). For example, you can convert between a string, JSON, and XML with the `@json()` and `@xml()` workflow expressions. The Logic Apps engine preserves content types to support content transfer in a lossless manner between services.
128
+
You can access, convert, and transform multiple content types by using the many functions in the Azure Logic Apps [workflow definition language](./logic-apps-workflow-definition-language.md). For example, you can convert between a string, JSON, and XML with the `@json()` and `@xml()` workflow expressions. The Logic Apps engine preserves content types to support content transfer in a lossless manner between services.
129
129
130
130
*[Handle content types in Azure Logic Apps](../logic-apps/logic-apps-content-type.md), such as `application/`, `application/octet-stream`, and `multipart/formdata`
131
131
*[Reference guide to using functions in expressions for Azure Logic Apps and Power Automate](../logic-apps/workflow-definition-language-functions-reference.md)
@@ -155,4 +155,4 @@ Learn how Azure Logic Apps, along with other Azure services and Microsoft produc
155
155
## Next steps
156
156
157
157
* Learn about [connectors for Logic Apps](../connectors/apis-list.md)
158
-
* Learn about [B2B enterprise integration scenarios with Azure Logic Apps](../logic-apps/logic-apps-enterprise-integration-overview.md)
158
+
* Learn about [B2B enterprise integration scenarios with Azure Logic Apps](../logic-apps/logic-apps-enterprise-integration-overview.md)
0 commit comments