Skip to content

Commit abc8f2c

Browse files
committed
Merge remote-tracking branches 'benperk/patch-1' and 'benperk/patch-2' into benperk
3 parents 5998671 + e8dcaeb + c590410 commit abc8f2c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Next, create a function in the new function app.
4848
1. Under **Template details** use `HttpExample` for **New Function**, select **Anonymous** from the **[Authorization level](functions-bindings-http-webhook-trigger.md#authorization-keys)** drop-down list, and then select **Create**.
4949

5050
Azure creates the HTTP trigger function. Now, you can run the new function by sending an HTTP request.
51+
52+
[!INCLUDE [functions-create-function-app-portal-private-endpoint](../../includes/functions-create-function-app-portal-private-endpoint.md)]
5153

5254
## Test the function
5355

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[!NOTE] If your Azure Function App has [Private Endpoints](https://docs.microsoft.com/en-us/azure/azure-functions/functions-create-vnet) enabled you must add the following origins using [CORS](https://docs.microsoft.com/en-us/azure/azure-functions/security-concepts?#restrict-cors-access).
2+
3+
- https://functions-next.azure.com
4+
- https://functions-staging.azure.com
5+
- https://functions.azure.com
6+
- https://portal.azure.com

0 commit comments

Comments
 (0)