Skip to content

Commit 8825c90

Browse files
authored
alt text and lightbox
1 parent d0ba992 commit 8825c90

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/api-management/transform-api.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this tutorial, you learn how to:
3030
> * Protect an API by adding a rate limit policy (throttling)
3131
> * Test the transformations
3232
33-
:::image type="content" source="media/transform-api/api-management-console-new.png" alt-text="Screenshot of API Management policies in the portal.":::
33+
:::image type="content" source="media/transform-api/api-management-console-new.png" lightbox="media/transform-api/api-management-console-new.png" alt-text="Screenshot of API Management policies in the portal.":::
3434

3535
## Prerequisites
3636

@@ -59,7 +59,7 @@ To see the original response:
5959

6060
The original API response should look similar to the following response:
6161

62-
:::image type="content" source="media/transform-api/test-original-response-new.png" alt-text="Screenshot of the original API response in the portal":::
62+
:::image type="content" source="media/transform-api/test-original-response-new.png" lightbox="media/transform-api/test-original-response-new.png" alt-text="Screenshot of the original API response in the portal.":::
6363

6464
As you can see, the response includes the **X-AspNet-Version** and **X-Powered-By** headers.
6565

@@ -110,7 +110,7 @@ In this example, you use the policy code editor to add the policy XML snippet di
110110
1. Select **Demo Conference API** > **Design** > **All operations**.
111111
1. In the **Outbound processing** section, select the code editor (**</>**) icon.
112112

113-
:::image type="content" source="media/transform-api/outbound-policy-code.png" alt-text="Screenshot of navigating to outbound policy code editor in the portal.":::
113+
:::image type="content" source="media/transform-api/outbound-policy-code.png" lightbox="media/transform-api/outbound-policy-code.png" alt-text="Screenshot of navigating to outbound policy code editor in the portal.":::
114114

115115
1. Position the cursor inside the **`<outbound>`** element on a blank line. Then select **Show snippets** at the top-right corner of the screen.
116116

@@ -131,7 +131,7 @@ This section shows how to add protection to your backend API by configuring rate
131131
1. Select **Demo Conference API** > **Design** > **All operations**.
132132
1. In the **Inbound processing** section, select the code editor (**</>**) icon.
133133

134-
:::image type="content" source="media/transform-api/inbound-policy-code.png" alt-text="Screenshot of navigating to inbound policy code editor in the portal.":::
134+
:::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.":::
135135

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

@@ -141,7 +141,7 @@ This section shows how to add protection to your backend API by configuring rate
141141

142142
The **`<rate-limit-by-key />`** element is added at the cursor.
143143

144-
:::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 pportal":::
144+
:::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.":::
145145

146146
1. Modify your **`<rate-limit-by-key />`** code in the **`<inbound>`** element to the following code. Then select **Save**.
147147

0 commit comments

Comments
 (0)