Skip to content

Commit 4d6c586

Browse files
authored
Remove VNET note from this quickstart
No one is going to think to look for a note about VNET testing here--it's just confusing and we now have it in the considerations article
1 parent e25e315 commit 4d6c586

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

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

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,6 @@ 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-
>[!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-
6051

6152
## Test the function
6253

0 commit comments

Comments
 (0)