Skip to content

Commit 49db2ec

Browse files
committed
Add lightbox
1 parent 18018b8 commit 49db2ec

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

articles/connectors/connectors-native-http.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ ms.date: 05/09/2025
1515
Some scenarios might require that you create a logic app workflow that sends outbound requests to endpoints on other services or systems over HTTP or HTTPS. For example, suppose that you want to monitor a service endpoint for your website by checking that endpoint on a specific schedule. When a specific event happens at that endpoint, such as your website going down, that event triggers your workflow and runs the actions in that workflow.
1616

1717
> [!NOTE]
18+
>
1819
> To create a workflow that receives and responds to inbound HTTPS calls instead, see
1920
> [Create workflows that you can call, trigger, or nest using HTTPS endpoints in Azure Logic Apps](../logic-apps/logic-apps-http-endpoint.md). To use the Request built-in trigger, see [Receive and respond to inbound HTTPS calls to workflows in Azure Logic Apps](../connectors/connectors-native-reqres.md).
2021
@@ -208,6 +209,7 @@ For example, if you're working in Visual Studio Code, follow these steps:
208209
```
209210

210211
> [!NOTE]
212+
>
211213
> To find the thumbprint, follow these steps:
212214
> - On your logic app resource menu, under **Settings**, select **Certificates**.
213215
> - Select **Bring your own certificates (.pfx)** or **Public key certificates (.cer)**.

articles/connectors/connectors-native-reqres.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The Request trigger creates a manually callable endpoint that handles *only* inb
5757

5858
The following example shows a sample JSON schema:
5959

60-
:::image type="content" source="media/connectors-native-reqres/provide-json-schema-consumption.png" alt-text="Screenshot showing Consumption workflow and Request trigger with example JSON schema.":::
60+
:::image type="content" source="media/connectors-native-reqres/provide-json-schema-consumption.png" alt-text="Screenshot showing Consumption workflow and Request trigger with example JSON schema." lightbox="media/connectors-native-reqres/provide-json-schema-consumption.png":::
6161

6262
The following example shows the complete sample JSON schema:
6363

@@ -117,11 +117,11 @@ The Request trigger creates a manually callable endpoint that handles *only* inb
117117

118118
1. In the Request trigger, select **Use sample payload to generate schema**.
119119

120-
:::image type="content" source="media/connectors-native-reqres/generate-from-sample-payload-consumption.png" alt-text="Screenshot showing Consumption workflow, Request trigger, and option to use sample payload to generate schema.":::
120+
:::image type="content" source="media/connectors-native-reqres/generate-from-sample-payload-consumption.png" alt-text="Screenshot showing Consumption workflow, Request trigger, and option to use sample payload to generate schema." lightbox="media/connectors-native-reqres/generate-from-sample-payload-consumption.png":::
121121

122122
1. Enter the sample payload, and select **Done**.
123123

124-
:::image type="content" source="media/connectors-native-reqres/enter-payload-consumption.png" alt-text="Screenshot showing Consumption workflow, Request trigger, and sample payload entered to generate schema.":::
124+
:::image type="content" source="media/connectors-native-reqres/enter-payload-consumption.png" alt-text="Screenshot showing Consumption workflow, Request trigger, and sample payload entered to generate schema." lightbox="media/connectors-native-reqres/enter-payload-consumption.png":::
125125

126126
The following example shows the sample payload:
127127

@@ -169,15 +169,15 @@ The Request trigger creates a manually callable endpoint that handles *only* inb
169169

170170
1. Select the **Method** dropdown list and choose a method from the list.
171171

172-
:::image type="content" source="media/connectors-native-reqres/select-method-standard.png" alt-text="Screenshot showing Standard workflow, Request trigger, and the Method list opened with a method selected.":::
172+
:::image type="content" source="media/connectors-native-reqres/select-method-standard.png" alt-text="Screenshot showing Standard workflow, Request trigger, and the Method list opened with a method selected." lightbox="media/connectors-native-reqres/select-method-standard.png":::
173173

174174
1. When you're ready, save your workflow. On the designer toolbar, select **Save**.
175175

176176
This step generates the URL that you can use to send a request that triggers the workflow.
177177

178178
1. To copy the generated URL, select the copy icon next to the URL.
179179

180-
:::image type="content" source="media/connectors-native-reqres/generated-url-consumption.png" alt-text="Screenshot showing Consumption workflow, Request trigger, and URL copy button selected.":::
180+
:::image type="content" source="media/connectors-native-reqres/generated-url-consumption.png" alt-text="Screenshot showing Consumption workflow, Request trigger, and URL copy button selected." lightbox="media/connectors-native-reqres/generated-url-consumption.png":::
181181

182182
> [!NOTE]
183183
>
@@ -201,7 +201,7 @@ The Request trigger creates a manually callable endpoint that handles *only* inb
201201

202202
The following example shows a sample JSON schema:
203203

204-
:::image type="content" source="media/connectors-native-reqres/provide-json-schema-standard.png" alt-text="Screenshot showing Standard workflow and Request trigger with example JSON schema.":::
204+
:::image type="content" source="media/connectors-native-reqres/provide-json-schema-standard.png" alt-text="Screenshot showing Standard workflow and Request trigger with example JSON schema." lightbox="media/connectors-native-reqres/provide-json-schema-standard.png":::
205205

206206
The following example shows the complete sample JSON schema:
207207

@@ -261,11 +261,11 @@ The Request trigger creates a manually callable endpoint that handles *only* inb
261261

262262
1. In the Request trigger, select **Use sample payload to generate schema**.
263263

264-
:::image type="content" source="media/connectors-native-reqres/generate-from-sample-payload-standard.png" alt-text="Screenshot showing Standard workflow, Request trigger, and option to use sample payload to generate schema.":::
264+
:::image type="content" source="media/connectors-native-reqres/generate-from-sample-payload-standard.png" alt-text="Screenshot showing Standard workflow, Request trigger, and option to use sample payload to generate schema." lightbox="media/connectors-native-reqres/generate-from-sample-payload-standard.png":::
265265

266266
1. Enter the sample payload, and select **Done**.
267267

268-
:::image type="content" source="media/connectors-native-reqres/enter-payload-standard.png" alt-text="Screenshot showing Standard workflow, Request trigger, and sample payload entered to generate schema.":::
268+
:::image type="content" source="media/connectors-native-reqres/enter-payload-standard.png" alt-text="Screenshot showing Standard workflow, Request trigger, and sample payload entered to generate schema." lightbox="media/connectors-native-reqres/enter-payload-standard.png":::
269269

270270
The following example shows the sample payload:
271271

@@ -313,15 +313,15 @@ The Request trigger creates a manually callable endpoint that handles *only* inb
313313

314314
1. Select the **Method** dropdown list and choose a method from the list.
315315

316-
:::image type="content" source="media/connectors-native-reqres/select-method-standard.png" alt-text="Screenshot showing Standard workflow, Request trigger, and the Method list opened with a method selected.":::
316+
:::image type="content" source="media/connectors-native-reqres/select-method-standard.png" alt-text="Screenshot showing Standard workflow, Request trigger, and the Method list opened with a method selected." lightbox="media/connectors-native-reqres/select-method-standard.png":::
317317

318318
1. When you're ready, save your workflow. On the designer toolbar, select **Save**.
319319

320320
This step generates the URL that you can use to send a request that triggers the workflow.
321321

322322
1. To copy the generated URL, select the copy icon next to the URL.
323323

324-
:::image type="content" source="media/connectors-native-reqres/generated-url-standard.png" alt-text="Screenshot showing Standard workflow, Request trigger, and URL copy button selected.":::
324+
:::image type="content" source="media/connectors-native-reqres/generated-url-standard.png" alt-text="Screenshot showing Standard workflow, Request trigger, and URL copy button selected." lightbox="media/connectors-native-reqres/generated-url-standard.png":::
325325

326326
> [!NOTE]
327327
>
@@ -416,11 +416,11 @@ When you use the Request trigger to receive inbound requests, you can model the
416416

417417
For example, in the **Headers** field, include `Content-Type` as the key name, and set the key value to `application/json` as mentioned earlier in this article. For the **Body** box, you can select the trigger body output from the dynamic content list.
418418

419-
:::image type="content" source="media/connectors-native-reqres/response-details-consumption.png" alt-text="Screenshot showing Azure portal, Consumption workflow, and Response action information.":::
419+
:::image type="content" source="media/connectors-native-reqres/response-details-consumption.png" alt-text="Screenshot showing Azure portal, Consumption workflow, and Response action information." lightbox="media/connectors-native-reqres/response-details-consumption.png":::
420420

421421
To view the headers in JSON format, select **Switch to text view**.
422422

423-
:::image type="content" source="media/connectors-native-reqres/switch-to-text-view-consumption.png" alt-text="Screenshot showing Azure portal, Consumption workflow, and Response action headers in Switch to text view.":::
423+
:::image type="content" source="media/connectors-native-reqres/switch-to-text-view-consumption.png" alt-text="Screenshot showing Azure portal, Consumption workflow, and Response action headers in Switch to text view." lightbox="media/connectors-native-reqres/switch-to-text-view-consumption.png":::
424424

425425
1. To add more properties for the action, such as a JSON schema for the response body, from the **Add new parameter** list, select the parameters that you want to add.
426426

@@ -444,11 +444,11 @@ When you use the Request trigger to receive inbound requests, you can model the
444444

445445
For example, for the **Headers** box, enter `Content-Type` as the key name, and set the key value to `application/json` as mentioned earlier in this article. For the **Body** box, you can select the trigger body output from the dynamic content list.
446446

447-
:::image type="content" source="media/connectors-native-reqres/response-details-standard.png" alt-text="Screenshot showing Azure portal, Standard workflow, and Response action information.":::
447+
:::image type="content" source="media/connectors-native-reqres/response-details-standard.png" alt-text="Screenshot showing Azure portal, Standard workflow, and Response action information." lightbox="media/connectors-native-reqres/response-details-standard.png":::
448448

449449
To view the headers in JSON format, select **Switch to text view**.
450450

451-
:::image type="content" source="media/connectors-native-reqres/switch-to-text-view-standard.png" alt-text="Screenshot showing Azure portal, Standard workflow, and Response action headers in Switch to text view.":::
451+
:::image type="content" source="media/connectors-native-reqres/switch-to-text-view-standard.png" alt-text="Screenshot showing Azure portal, Standard workflow, and Response action headers in Switch to text view." lightbox="media/connectors-native-reqres/switch-to-text-view-standard.png":::
452452

453453
1. To add more properties for the action, such as a JSON schema for the response body, open the **Add new parameter** list, and select the parameters that you want to add.
454454

0 commit comments

Comments
 (0)