Skip to content

Commit cf55c93

Browse files
committed
reverted change to set-edit-policies.md
1 parent 03296fe commit cf55c93

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

articles/api-management/set-edit-policies.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ editor: ''
1010
ms.service: api-management
1111
ms.workload: mobile
1212
ms.tgt_pltfrm: na
13-
ms.topic: how-to
14-
ms.date: 01/06/2022
13+
ms.topic: article
14+
ms.date: 11/01/2018
1515
ms.author: danlep
1616
---
1717

@@ -56,21 +56,18 @@ To set or edit a policy, follow the following steps:
5656

5757
## Configure scope
5858

59-
Policies can be configured globally (for all APIs) or at the scope of a product, API, or operation. To begin configuring a policy, you must first select the scope at which the policy should apply.
59+
Policies can be configured globally or at the scope of a Product, API, or Operation. To begin configuring a policy, you must first select the scope at which the policy should apply.
6060

6161
Policy scopes are evaluated in the following order:
6262

63-
1. Global scope (all APIs)
63+
1. Global scope
6464
2. Product scope
6565
3. API scope
6666
4. Operation scope
6767

68-
The statements within policies are evaluated according to the position of the `<base>` element, if it is present in a section at a scope. The `<base>` element indicates the location in the current scope where the parent policy statements in that section are evaluated. Global policy has no parent policy and using the `<base>` element in it has no effect.
68+
The statements within policies are evaluated according to the placement of the `base` element, if it is present. Global policy has no parent policy and using the `<base>` element in it has no effect.
6969

70-
To see the policies in the current scope in the policy editor, click **Recalculate effective policy for selected scope**. You can also see effective policies when you [debug polices](api-management-debug-policies.md) using the Azure API Management Extension for Visual Studio Code.
71-
72-
> [!NOTE]
73-
> Product-scoped policies are not applied for clients using an API-scoped subscription or the built-in all-access subscription. Product-scoped policies are also not applied in certain cases when client requests don't include a subscription key. For more information, see [Subscriptions in API Management](api-management-subscriptions.md).
70+
To see the policies in the current scope in the policy editor, click **Recalculate effective policy for selected scope**.
7471

7572
### Global scope
7673

0 commit comments

Comments
 (0)