Skip to content

Commit deebc41

Browse files
authored
Merge pull request #133437 from DCtheGeek/dmc-links-logicapps-202010
Links: Azure - logic-apps (2020-10)
2 parents 3d66780 + 4354fd6 commit deebc41

8 files changed

+65
-65
lines changed

articles/logic-apps/block-connections-connectors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ For more information about Azure policy definitions, see these topics:
219219

220220
* [Policy structure definition](../governance/policy/concepts/definition-structure.md)
221221
* [Tutorial: Create and manage policies to enforce compliance](../governance/policy/tutorials/create-and-manage.md)
222-
* [Azure Policy built-in policy definitions for Azure Logic Apps](../logic-apps/policy-samples.md)
222+
* [Azure Policy built-in policy definitions for Azure Logic Apps](./policy-reference.md)
223223

224224
<a name="create-policy-connector-usage"></a>
225225

@@ -306,7 +306,7 @@ For more information about Azure policy definitions, see these topics:
306306

307307
* [Policy structure definition](../governance/policy/concepts/definition-structure.md)
308308
* [Tutorial: Create and manage policies to enforce compliance](../governance/policy/tutorials/create-and-manage.md)
309-
* [Azure Policy built-in policy definitions for Azure Logic Apps](../logic-apps/policy-samples.md)
309+
* [Azure Policy built-in policy definitions for Azure Logic Apps](./policy-reference.md)
310310

311311
<a name="create-policy-assignment"></a>
312312

@@ -368,4 +368,4 @@ The message includes this information:
368368

369369
## Next steps
370370

371-
* Learn more about [Azure Policy](../governance/policy/overview.md)
371+
* Learn more about [Azure Policy](../governance/policy/overview.md)

articles/logic-apps/connect-virtual-network-vnet-isolated-environment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ To make sure that your ISE is accessible and that the logic apps in that ISE can
9696
> the firewall or virtual network appliance make sense for your scenario. Learn more about
9797
> [Azure Firewall pricing](https://azure.microsoft.com/pricing/details/azure-firewall/).
9898
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/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.
100100

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.
102102

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.
104104

105105
* If you set up forced tunneling through your firewall to redirect Internet-bound traffic, review the [additional forced tunneling requirements](#forced-tunneling).
106106

@@ -313,4 +313,4 @@ If you don't permit access for these dependencies, your ISE deployment fails and
313313
* [Add resources to integration service environments](../logic-apps/add-artifacts-integration-service-environment-ise.md)
314314
* [Manage integration service environments](../logic-apps/ise-manage-integration-service-environment.md#check-network-health)
315315
* 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)

articles/logic-apps/create-monitoring-tracking-queries.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 01/30/2020
1010

1111
# View and create queries for monitoring and tracking in Azure Monitor logs for Azure Logic Apps
1212

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/).
1414

1515
## Prerequisites
1616

@@ -54,12 +54,12 @@ To find or filter results based on specific properties or values, you can create
5454

5555
![Start with "Logic Apps B2B" solution prebuilt queries](./media/create-monitoring-tracking-queries/b2b-prebuilt-queries.png)
5656

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.
5858

5959
![Start with empty query](./media/create-monitoring-tracking-queries/create-query-from-blank.png)
6060

6161
## Next steps
6262

6363
* [AS2 tracking schemas](../logic-apps/logic-apps-track-integration-account-as2-tracking-schemas.md)
6464
* [X12 tracking schemas](../logic-apps/logic-apps-track-integration-account-x12-tracking-schema.md)
65-
* [Custom tracking schemas](../logic-apps/logic-apps-track-integration-account-custom-tracking-schema.md)
65+
* [Custom tracking schemas](../logic-apps/logic-apps-track-integration-account-custom-tracking-schema.md)

articles/logic-apps/customer-managed-keys-integration-service-environment.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This topic shows how to set up and specify your own encryption key to use when y
3434

3535
* An Azure key vault that has the **Soft Delete** and **Do Not Purge** properties enabled
3636

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).
3838

3939
* In your key vault, a key that's created with these property values:
4040

@@ -47,7 +47,7 @@ This topic shows how to set up and specify your own encryption key to use when y
4747

4848
![Create your customer-managed encryption key](./media/customer-managed-keys-integration-service-environment/create-customer-managed-key-for-encryption.png)
4949

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).
5151

5252
* 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.
5353

@@ -223,8 +223,8 @@ For this task, you can use either the Azure PowerShell [Set-AzKeyVaultAccessPoli
223223

224224
1. When you're finished with the **Access policies** pane, select **Save**.
225225

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).
227227

228228
## Next steps
229229

230-
* Learn more about [Azure Key Vault](../key-vault/general/overview.md)
230+
* Learn more about [Azure Key Vault](../key-vault/general/overview.md)

articles/logic-apps/logic-apps-control-flow-run-steps-group-scopes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ This example uses Outlook.com. If you use a different provider,
5151
the general flow stays the same, but your UI appears different.
5252

5353
* A Bing Maps key. To get this key, see
54-
<a href="https://msdn.microsoft.com/library/ff428642.aspx" target="_blank">Get a Bing Maps key</a>.
54+
<a href="/bingmaps/getting-started/bing-maps-dev-center-help/getting-a-bing-maps-key" target="_blank">Get a Bing Maps key</a>.
5555

5656
* Basic knowledge about [how to create logic apps](../logic-apps/quickstart-create-first-logic-app-workflow.md)
5757

@@ -458,4 +458,4 @@ visit the [Azure Logic Apps user feedback site](https://aka.ms/logicapps-wish).
458458
* [Run steps based on a condition (conditional statements)](../logic-apps/logic-apps-control-flow-conditional-statement.md)
459459
* [Run steps based on different values (switch statements)](../logic-apps/logic-apps-control-flow-switch-statement.md)
460460
* [Run and repeat steps (loops)](../logic-apps/logic-apps-control-flow-loops.md)
461-
* [Run or merge parallel steps (branches)](../logic-apps/logic-apps-control-flow-branches.md)
461+
* [Run or merge parallel steps (branches)](../logic-apps/logic-apps-control-flow-branches.md)

articles/logic-apps/logic-apps-examples-and-scenarios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ You can fully develop and deploy logic apps with Visual Studio, Azure DevOps, or
125125

126126
## Handle content types, conversions, and transformations
127127

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.
129129

130130
* [Handle content types in Azure Logic Apps](../logic-apps/logic-apps-content-type.md), such as `application/`, `application/octet-stream`, and `multipart/formdata`
131131
* [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
155155
## Next steps
156156

157157
* 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)

articles/logic-apps/logic-apps-securing-a-logic-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ You can use Azure Logic Apps in [Azure Government](../azure-government/documenta
10631063

10641064
* [Azure App Service plans](../app-service/overview-hosting-plans.md)
10651065
* [Azure Functions networking options](../azure-functions/functions-networking-options.md)
1066-
* [Azure Dedicated Hosts for virtual machines](../virtual-machines/windows/dedicated-hosts.md)
1066+
* [Azure Dedicated Hosts for virtual machines](../virtual-machines/dedicated-hosts.md)
10671067
* [Virtual machine isolation in Azure](../virtual-machines/isolation.md)
10681068
* [Deploy dedicated Azure services into virtual networks](../virtual-network/virtual-network-for-azure-services.md)
10691069

@@ -1082,4 +1082,4 @@ For more information, see these topics:
10821082

10831083
* [Azure security baseline for Azure Logic Apps](../logic-apps/security-baseline.md)
10841084
* [Automate deployment for Azure Logic Apps](../logic-apps/logic-apps-azure-resource-manager-templates-overview.md)
1085-
* [Monitor logic apps](../logic-apps/monitor-logic-apps-log-analytics.md)
1085+
* [Monitor logic apps](../logic-apps/monitor-logic-apps-log-analytics.md)

0 commit comments

Comments
 (0)