Skip to content

Commit e51b83f

Browse files
Formatting fixes.
1 parent d59ce7e commit e51b83f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

articles/api-management/transform-api.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ This section shows you how to configure a custom response header using the `set-
7878
1. To configure the Set headers policy:
7979

8080
1. Under **Name**, enter *Custom*.
81-
1. Under **Value**, select **+ Add value**. Enter *\<My custom value>*.
81+
1. Under **Value**, select **+ Add value**. Enter *My custom value*.
8282
1. Select **Save**.
8383

8484
After configuration, a **set-header** policy element appears in the **Outbound processing** section.
@@ -97,18 +97,17 @@ This section shows how to add protection to your backend API by configuring rate
9797

9898
:::image type="content" source="media/transform-api/inbound-policy-code.png" lightbox="media/transform-api/inbound-policy-code.png" alt-text="Screenshot of navigating to inbound policy code editor in the portal.":::
9999

100-
1. Position the cursor inside the **\<inbound>** element on a blank line. Then, select **Show snippets** at the top-right corner of the screen.
100+
1. Position the cursor inside the `<inbound>` element on a blank line. Then, select **Show snippets** at the top-right corner of the screen.
101101

102102
:::image type="content" source="media/transform-api/show-snippets-2.png" alt-text="Screenshot of selecting show snippets in inbound policy editor in the portal.":::
103103

104104
1. In the right window, under **Access restriction policies**, select **Limit call rate per key**.
105105

106-
The **\<rate-limit-by-key />** element is added at the cursor.
106+
The `<rate-limit-by-key />` element is added at the cursor.
107107

108108
:::image type="content" source="media/transform-api/limit-call-rate-per-key.png" alt-text="Screenshot of inserting limit call rate per key policy in the portal.":::
109109

110-
1. Modify your **\<rate-limit-by-key />** code in the **`<inbound>`** element to the following code. Then select **Save**.
111-
110+
1. Modify your `<rate-limit-by-key />` code in the `<inbound>` element to the following code. Then select **Save**.
112111
```xml
113112
<rate-limit-by-key calls="3" renewal-period="15" counter-key="@(context.Subscription.Id)" />
114113
```

0 commit comments

Comments
 (0)