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/azure-functions/functions-create-serverless-api.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ By default, you configure your HTTP trigger function to accept any HTTP method.
33
33
34
34
1. Navigate to your function in the Azure portal. Select **Integration** in the left menu, and then select **HTTP (req)** under **Trigger**.
35
35
36
-
:::image type="content" source="./media/functions-create-serverless-api/customizing-http.png" alt-text="Customizing an HTTP function":::
36
+
:::image type="content" source="./media/functions-create-serverless-api/customizing-http.png" alt-text="Screenshot that shows how to edit the HTTP trigger settings of a function." lightbox="./media/functions-create-serverless-api/customizing-http.png":::
37
37
38
38
1. Use the HTTP trigger settings as specified in the following table.
39
39
@@ -113,7 +113,7 @@ Repeat the steps in [Create a function app](./functions-create-function-app-port
113
113
| Route template | /api/remotehello | Determines what route is used to invoke this proxy |
114
114
| Backend URL | https://%HELLO_HOST%/api/hello | Specifies the endpoint to which the request should be proxied |
115
115
116
-
:::image type="content" source="./media/functions-create-serverless-api/creating-proxy.png" alt-text="Creating a proxy":::
116
+
:::image type="content" source="./media/functions-create-serverless-api/creating-proxy.png" alt-text="Screenshot that shows the settings in the New proxy page." lightbox="./media/functions-create-serverless-api/creating-proxy.png":::
117
117
118
118
Because Azure Functions proxies don't provide the `/api` base path prefix, you must include it in the route template. The `%HELLO_HOST%` syntax references the app setting you created earlier. The resolved URL points to your original function.
119
119
@@ -196,7 +196,5 @@ In this article, you learned how to build and customize an API with Azure Functi
196
196
For more information about developing your API:
197
197
198
198
-[Azure Functions HTTP triggers and bindings overview](./functions-bindings-http-webhook.md)
199
-
-[Working with Azure Functions proxies]
199
+
-[Work with legacy proxies](./legacy-proxies.md)
200
200
-[Expose serverless APIs from HTTP endpoints using Azure API Management](./functions-openapi-definition.md)
0 commit comments