Skip to content

Commit da46f7c

Browse files
committed
Make changes from feedback
1 parent 72e4655 commit da46f7c

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

articles/api-management/mock-api-responses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ az apim api operation delete --resource-group <resource-group-name> \
173173
1. Select **Save**.
174174

175175
> [!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.
177177
178178
## Test the mocked API
179179

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To configure a policy:
5353

5454
# [Form](#tab/form)
5555

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**.
5757

5858
1. Select an API that you previously imported.
5959

@@ -70,7 +70,7 @@ To configure a policy:
7070
:::image type="content" source="media/set-edit-policies/filter-ip-addresses.png" alt-text="Screenshot showing the Filter IP addresses policy tile.":::
7171

7272
> [!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.
7474
> * 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.
7575
7676
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.
152152

153153
1. Select **Save** to propagate changes to the API Management gateway immediately.
154154

155-
<!--
156155
### Product scope
157156

158-
Product scope is configured for a selected product.
157+
Product scope is configured for a selected product, if one is configured.
159158

160159
1. In the sidebar menu, select **Products**, and then select a product to which you want to apply policies.
161160

@@ -166,7 +165,6 @@ Product scope is configured for a selected product.
166165
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.
167166

168167
1. Select **Save** to propagate changes to the API Management gateway immediately.
169-
-->
170168

171169
### API scope
172170

0 commit comments

Comments
 (0)