Skip to content

Commit ec73c4d

Browse files
committed
Fix link and add lightboxes
1 parent 0d64fb0 commit ec73c4d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/azure-functions/functions-create-serverless-api.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ By default, you configure your HTTP trigger function to accept any HTTP method.
3333

3434
1. Navigate to your function in the Azure portal. Select **Integration** in the left menu, and then select **HTTP (req)** under **Trigger**.
3535

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":::
3737

3838
1. Use the HTTP trigger settings as specified in the following table.
3939

@@ -113,7 +113,7 @@ Repeat the steps in [Create a function app](./functions-create-function-app-port
113113
| Route template | /api/remotehello | Determines what route is used to invoke this proxy |
114114
| Backend URL | https://%HELLO_HOST%/api/hello | Specifies the endpoint to which the request should be proxied |
115115

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":::
117117

118118
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.
119119

@@ -196,7 +196,5 @@ In this article, you learned how to build and customize an API with Azure Functi
196196
For more information about developing your API:
197197

198198
- [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)
200200
- [Expose serverless APIs from HTTP endpoints using Azure API Management](./functions-openapi-definition.md)
201-
202-
[Work with legacy proxies]: ./legacy-proxies.md

0 commit comments

Comments
 (0)