Skip to content

Commit 9e85d28

Browse files
author
gitName
committed
fix
1 parent f25589d commit 9e85d28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
-8.78 KB
Loading

articles/api-management/visual-studio-code-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ API Management provides [policies](api-management-policies.md) that you can conf
6464

6565
This section shows how to apply common outbound policies to your API that transform the API response. The policies in this example change response headers and hide original backend URLs that appear in the response body.
6666

67-
1. In the Explorer pane, select **Policy** under the *demo-conference-api* that you imported. The policy file opens in the editor window. This file configures policies for all operations in the API.
67+
1. In the Explorer pane, select **Policy** under the *petstore* API that you imported. The policy file opens in the editor window. This file configures policies for all operations in the API.
6868

6969
1. Update the file with the following content:
7070
```xml
@@ -124,7 +124,7 @@ Notice the following detail in the response:
124124

125125
* The **Custom** header is added to the response.
126126

127-
Now test the rate limiting policy. Select **Send request** four times in a row. After sending the request four times, you get the `429 Too Many Requests` response.
127+
Now test the rate limiting policy. Select **Send request** several times in a row. After sending too many requests in the configured period, you get the `429 Too Many Requests` response.
128128

129129
### Trace request processing
130130

0 commit comments

Comments
 (0)