Skip to content

Commit c590410

Browse files
authored
Update functions-create-function-app-portal.md
This is related to internal email titles "Is it possible to use "Test/Run" in the Portal to Run a Function if it has Private Endpoint enabled?" discussed over the Azure Functions Discussions email alias. The include file has been submitted here: [206911](MicrosoftDocs/azure-docs-pr#206911)
1 parent 521b9c6 commit c590410

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-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

0 commit comments

Comments
 (0)