Skip to content

Commit 88af397

Browse files
Update articles/static-web-apps/functions-bring-your-own.md
Co-authored-by: Craig Shoemaker <[email protected]>
1 parent 2c536a9 commit 88af397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/static-web-apps/functions-bring-your-own.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Before you associate an existing Functions app, you first need to adjust to conf
6060
The Azure Functions app is now mapped to the `/api` route of your static web app.
6161

6262
> [!IMPORTANT]
63-
> Make sure to set the `api_location` value to an empty string (`""`) in the [workflow configuration](./build-configuration.md) file before you link an existing Functions application. Also, calls assume that the external function app retains the default "api" route prefix. Many apps remove this prefix in the host.json, so make sure the prefix is in place, otherwise the call fails.
63+
> Make sure to set the `api_location` value to an empty string (`""`) in the [workflow configuration](./build-configuration.md) file before you link an existing Functions application. Also, calls assume that the external function app retains the default `api` route prefix. Many apps remove this prefix in the *host.json*. Make sure the prefix is in place in the configuration, otherwise the call fails.
6464
6565
## Deployment
6666

0 commit comments

Comments
 (0)