Skip to content

Commit 2fa3089

Browse files
committed
SEO fixes for image name length and hyphens
1 parent 093d51d commit 2fa3089

7 files changed

+6
-6
lines changed

articles/logic-apps/logic-apps-http-endpoint.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ For example, add the **Request** trigger to your logic app.
6161
}
6262
```
6363

64-
![Provide JSON schema for the Request action](./media/logic-apps-http-endpoint/manualtrigger.png)
64+
![Provide JSON schema for the Request action](./media/logic-apps-http-endpoint/manual-request-trigger-schema.png)
6565

6666
> [!TIP]
6767
>
@@ -95,7 +95,7 @@ For example, add the **Request** trigger to your logic app.
9595

9696
This URL contains a Shared Access Signature (SAS) key in the query parameters that are used for authentication. You can also get the HTTP endpoint URL from your logic app overview in the Azure portal. Under **Trigger History**, select your trigger:
9797

98-
![Get HTTP endpoint URL from Azure portal](./media/logic-apps-http-endpoint/manualtriggerurl.png)
98+
![Get HTTP endpoint URL from Azure portal](./media/logic-apps-http-endpoint/find-manual-trigger-url.png)
9999

100100
Or you can get the URL by making this call:
101101

@@ -117,7 +117,7 @@ By default, the **Request** trigger expects an HTTP POST request, but you can us
117117
> [!NOTE]
118118
> You can select any other HTTP method, or specify a custom method for your own logic app.
119119
120-
![Select HTTP method to use for Request](./media/logic-apps-http-endpoint/change-method.png)
120+
![Select HTTP method to use for Request](./media/logic-apps-http-endpoint/select-method-request-trigger.png)
121121
122122
## Accept parameters through your HTTP endpoint URL
123123
@@ -137,7 +137,7 @@ so that you can test your HTTP endpoint's URL.
137137
3. Under **Relative path**, specify the relative path for the parameter
138138
that your URL should accept, for example, `customers/{customerID}`.
139139
140-
![Specify the HTTP method and relative path for parameter](./media/logic-apps-http-endpoint/relativeurl.png)
140+
![Specify the HTTP method and relative path for parameter](./media/logic-apps-http-endpoint/relative-path-url-value.png)
141141
142142
4. To use the parameter, add a **Response** action to your logic app.
143143
(Under your trigger, choose **New step** > **Add an action** > **Response**)
@@ -147,7 +147,7 @@ that you specified in your trigger's relative path.
147147
148148
For example, to return `Hello {customerID}`, update your response's **Body** with `Hello {customerID token}`. The dynamic content list should appear and show the `customerID` token for you to select.
149149
150-
![Add parameter to response body](./media/logic-apps-http-endpoint/relativeurlresponse.png)
150+
![Add parameter to response body](./media/logic-apps-http-endpoint/relative-url-with-parameter-token.png)
151151
152152
Your **Body** should look like this example:
153153
@@ -276,7 +276,7 @@ that the response has content type `application/json`.
276276
and the body contains `title` and `name`, based on
277277
the JSON schema updated previously for the **Request** trigger.
278278

279-
![Provide response content for HTTP Response action](./media/logic-apps-http-endpoint/response.png)
279+
![Provide response content for HTTP Response action](./media/logic-apps-http-endpoint/content-for-response-action.png)
280280

281281
Responses have these properties:
282282

0 commit comments

Comments
 (0)