Skip to content

Commit a32586a

Browse files
authored
Update functions-bring-your-own.md
1 parent ab67f55 commit a32586a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ You're responsible for setting up a [deployment workflow](../azure-functions/fun
7979

8080
- **Function access keys:** If your function requires an [access key](../azure-functions/security-concepts.md#function-access-keys), then you must provide the key with calls from the static app to the API.
8181

82+
> [!NOTE]
83+
> To prevent accidentally exposing your Function app to anonymous traffic, the identity provider created by the linking process is not automatically deleted. You can delete the identity provider named *Azure Static Web Apps (Linked)* from the Function app's authentication settings.
84+
8285
## Restrictions
8386

8487
- Only one Azure Functions app is available to a single static web app.

0 commit comments

Comments
 (0)