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
Copy file name to clipboardExpand all lines: articles/api-management/mock-api-responses.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ az apim api operation delete --resource-group <resource-group-name> \
173
173
1. Select **Save**.
174
174
175
175
> [!TIP]
176
-
> A yellow bar displaying the text **Mocking is enabled** appears. This message indicates that the responses returned from API Management are mimicked by the [mocking policy](mock-response-policy.md) and aren't produced by the backend.
176
+
> A yellow bar displaying the text **Mocking is enabled** appears. This message indicates that the responses returned from API Management are issued by the [mocking policy](mock-response-policy.md) and aren't produced by the backend.
Copy file name to clipboardExpand all lines: articles/api-management/set-edit-policies.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ To configure a policy:
53
53
54
54
# [Form](#tab/form)
55
55
56
-
1. In the sidebar menu of your API Management instance, select **APIs**.
56
+
1. In the sidebar menu of your API Management instance, under **APIs**, select **APIs**.
57
57
58
58
1. Select an API that you previously imported.
59
59
@@ -70,7 +70,7 @@ To configure a policy:
70
70
:::image type="content" source="media/set-edit-policies/filter-ip-addresses.png" alt-text="Screenshot showing the Filter IP addresses policy tile.":::
71
71
72
72
> [!TIP]
73
-
> * Policies shown are scoped to the policy section you're configuring, in this case, for inbound processing.
73
+
> * Policies shown are filtered for the policy section you're configuring, in this case, for inbound processing.
74
74
> * If you don't see a policy you want, select the **Other policies** tile. This opens the XML code editor and display a complete list of policies for that section and scope.
75
75
76
76
1. Select **Allowed IPs** > **+ Add IP filter** and add the first and last IP addresses of a range of incoming addresses that are allowed to make API requests. Add other IP address ranges, if needed.
@@ -152,10 +152,9 @@ Global scope is configured for **All APIs** in your API Management instance.
152
152
153
153
1. Select **Save** to propagate changes to the API Management gateway immediately.
154
154
155
-
<!--
156
155
### Product scope
157
156
158
-
Product scope is configured for a selected product.
157
+
Product scope is configured for a selected product, if one is configured.
159
158
160
159
1. In the sidebar menu, select **Products**, and then select a product to which you want to apply policies.
161
160
@@ -166,7 +165,6 @@ Product scope is configured for a selected product.
166
165
1. In a policy section, select **+ Add policy** to use a form-based policy editor, or select the **</>** (code editor) icon to add and edit XML directly.
167
166
168
167
1. Select **Save** to propagate changes to the API Management gateway immediately.
0 commit comments