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/transform-api.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ This section shows you how to configure a custom response header using the `set-
78
78
1. To configure the Set headers policy:
79
79
80
80
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*.
82
82
1. Select **Save**.
83
83
84
84
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
97
97
98
98
:::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.":::
99
99
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.
101
101
102
102
:::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.":::
103
103
104
104
1. In the right window, under **Access restriction policies**, select **Limit call rate per key**.
105
105
106
-
The **\<rate-limit-by-key />** element is added at the cursor.
106
+
The `<rate-limit-by-key />` element is added at the cursor.
107
107
108
108
:::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.":::
109
109
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**.
0 commit comments