Skip to content

Commit 2bede18

Browse files
committed
edits
1 parent dd744d8 commit 2bede18

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/api-management/policy-fragments.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Although it's not required, you might want to [configure](set-edit-policies.md)
4545

4646
## Create a policy fragment
4747

48-
1. In the left pane of your API Management instance, under **APIs**, select **Policy fragments** > **+ Create**.
49-
1. In the **Create a new policy fragment** window, enter a **Name** and an optional **Description** of the policy fragment. The name must be unique within your API Management instance.
48+
1. In the left pane of your API Management instance, under **APIs**, select **Policy fragments**. In the **Policy fragments** pane, **+ Create**.
49+
1. In the **Create a new policy fragment** window, enter a **Name** and, optionally, a **Description** of the policy fragment. The name must be unique within your API Management instance.
5050

5151
Example name: *ForwardContext*
5252

@@ -69,7 +69,7 @@ Although it's not required, you might want to [configure](set-edit-policies.md)
6969

7070
## Include a fragment in a policy definition
7171

72-
Configure the [`include-fragment`](include-fragment-policy.md) policy to insert a policy fragment in a policy definition. For more information about policy definitions, see [Set or edit policies](set-edit-policies.md).
72+
Use the [`include-fragment`](include-fragment-policy.md) policy to insert a policy fragment in a policy definition. For more information about policy definitions, see [Set or edit policies](set-edit-policies.md).
7373

7474
* You can include a fragment at any scope and in any policy section, as long as the underlying policy or policies in the fragment support the usage.
7575
* You can include multiple policy fragments in a policy definition.
@@ -96,12 +96,12 @@ After you create a policy fragment, you can view and update its properties or de
9696

9797
1. In the left pane of your API Management instance, under **APIs**, select **Policy fragments**. Select the name of your fragment.
9898
1. On the **Overview** page, review the **Policy document references** to see the policy definitions that include the fragment.
99-
1. On the **Properties** page, review the name and description of the policy fragment. The name can't be changed.
99+
1. On the **Properties** page, under **Settings**, review the name and description of the policy fragment. The name can't be changed.
100100

101101
**To edit a policy fragment:**
102102

103103
1. In the left pane of your API Management instance, under **APIs**, select **Policy fragments**. Select the name of your fragment.
104-
1. Select **Policy editor**.
104+
1. Under **Settings**, select **Policy editor**.
105105
1. Update the statements in the fragment, and then select **Apply**.
106106

107107
> [!NOTE]

0 commit comments

Comments
 (0)