Skip to content

Commit 81f337b

Browse files
committed
Remove include for note
1 parent d0f43df commit 81f337b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

articles/azure-functions/functions-create-function-app-portal.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,14 @@ Next, create a function in the new function app.
4949

5050
Azure creates the HTTP trigger function. Now, you can run the new function by sending an HTTP request.
5151

52-
[!INCLUDE [functions-create-function-app-portal-private-endpoint](../../includes/functions-create-function-app-portal-private-endpoint.md)]
52+
>[!NOTE]
53+
> When your function app has [private endpoints](functions-create-vnet.md) enabled, you must add the following [CORS origins](security-concepts.md?#restrict-cors-access).
54+
>
55+
>- `https://functions-next.azure.com`
56+
>- `https://functions-staging.azure.com`
57+
>- `https://functions.azure.com`
58+
>- `https://portal.azure.com`
59+
5360

5461
## Test the function
5562

includes/functions-create-function-app-portal-private-endpoint.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)