Skip to content

Commit 343bd61

Browse files
committed
Fix redundancy in file names
1 parent 10d0978 commit 343bd61

4 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This article shows you how to complete these tasks by using the Azure portal:
2929

3030
You can also create an ISE by using the Logic Apps REST API, including setting up customer-managed keys:
3131

32-
* [Create an integration service environment (ISE) by using the Logic Apps REST API](../logic-apps/create-integration-service-environment-logic-apps-rest-api.md)
32+
* [Create an integration service environment (ISE) by using the Logic Apps REST API](../logic-apps/create-integration-service-environment-rest-api.md)
3333
* [Set up customer-managed keys to encrypt data at rest for ISEs](../logic-apps/customer-managed-keys-integration-service-environment.md)
3434

3535
## Prerequisites

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Azure Logic Apps relies on Azure Storage to store and automatically [encrypt dat
1414

1515
When you create an [integration service environment (ISE)](../logic-apps/connect-virtual-network-vnet-isolated-environment-overview.md) for hosting your logic apps, and you want more control over the encryption keys used by Azure Storage, you can set up, use, and manage your own key by using [Azure Key Vault](../key-vault/key-vault-overview.md). This capability is also known as "Bring Your Own Key" (BYOK), and your key is called a "customer-managed key".
1616

17-
This topic shows how to set up and specify your own encryption key to use when you create your ISE by using the Logic Apps REST API. For the general steps to create an ISE through Logic Apps REST API, see [Create an integration service environment (ISE) by using the Logic Apps REST API](../logic-apps/create-integration-service-environment-logic-apps-rest-api.md).
17+
This topic shows how to set up and specify your own encryption key to use when you create your ISE by using the Logic Apps REST API. For the general steps to create an ISE through Logic Apps REST API, see [Create an integration service environment (ISE) by using the Logic Apps REST API](../logic-apps/create-integration-service-environment-rest-api.md).
1818

1919
## Considerations
2020

articles/logic-apps/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
- name: Create integration service environment - Azure portal
109109
href: connect-virtual-network-vnet-isolated-environment.md
110110
- name: Create integration service environment - REST API
111-
href: create-integration-service-environment-logic-apps-rest-api.md
111+
href: create-integration-service-environment-rest-api.md
112112
- name: Set up access for multiple integration service environments
113113
href: connect-virtual-network-vnet-set-up-single-ip-address.md
114114
- name: Add resources to integration service environments

0 commit comments

Comments
 (0)