Skip to content

Commit ae323ef

Browse files
authored
Update articles/static-web-apps/functions-bring-your-own.md
1 parent a32586a commit ae323ef

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
@@ -80,7 +80,7 @@ You're responsible for setting up a [deployment workflow](../azure-functions/fun
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

8282
> [!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.
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.
8484
8585
## Restrictions
8686

0 commit comments

Comments
 (0)