Skip to content

Commit a9c9fa4

Browse files
Change list of APIs
1 parent dc498ab commit a9c9fa4

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

samples/general/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Sets up a simple APIM instance with a variety of policies to experiment.
1414

1515
## 🔗 APIs
1616

17-
| API Name | What does it do? |
18-
|:-------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------|
19-
| [Request Headers][req-headers-example] | Returns a list of the request headers sent to APIM. Useful for debugging. Caution: may include sensitive data (tokens, cookies, keys); use responsibly. |
20-
| [API ID][api-id-example] | Returns the ID of an API as per a predefined standard such as `api-123`. Useful for explicitly identifying an API in telemetry. |
21-
| [Correlation ID][correlation-id-example] | Ensures a correlation ID header is present and returns it. Demonstrates reusable fragment `Correlation-Id`. |
17+
| API Name | What does it do? |
18+
|:------------------------------------------------------|:---------------------------------------------------------------------------------------------------------------------------------------------------------|
19+
| Request Headers | Returns a list of the request headers sent to APIM. Useful for debugging. Caution: may include sensitive data (tokens, cookies, keys); use responsibly. |
20+
| API ID | Returns the ID of an API as per a predefined standard such as `api-123`. Useful for explicitly identifying an API in telemetry. |
21+
| Correlation ID ([source][correlation-id-example]) | Ensures a correlation ID header is present and returns it. Demonstrates reusable fragment `Correlation-Id`. |
2222

2323
## ⚙️ Configuration
2424

@@ -27,8 +27,6 @@ Sets up a simple APIM instance with a variety of policies to experiment.
2727

2828

2929

30-
[api-id-example]: https://github.com/Azure/api-management-policy-snippets/blob/main/examples/Send%20request%20context%20information%20to%20the%20backend%20service.policy.xml
3130
[apim-snippets-repo]: https://github.com/Azure/api-management-policy-snippets
32-
[correlation-id-example]: https://github.com/Azure/api-management-policy-snippets/blob/main/examples/Add%20correlation%20id%20to%20inbound%20request.policy.xml
31+
[correlation-id-example]: https://github.com/Azure/api-management-policy-snippets/blob/master/examples/Add%20correlation%20id%20to%20inbound%20request.policy.xml
3332
[infrastructure-architectures]: ../../README.md#infrastructure-architectures
34-
[req-headers-example]: https://github.com/Azure/api-management-policy-snippets/blob/main/examples/List%20all%20inbound%20headers.policy.xml

0 commit comments

Comments
 (0)