Skip to content

Commit d0f43df

Browse files
committed
clean-up
1 parent abc8f2c commit d0f43df

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed
Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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
1+
>[!NOTE]
2+
> When your function app has [private endpoints](../articles/azure-functions/functions-create-vnet.md) enabled, you must add the following [CORS origins](../articles/azure-functions/security-concepts.md?#restrict-cors-access).
3+
>
4+
>- `https://functions-next.azure.com`
5+
>- `https://functions-staging.azure.com`
6+
>- `https://functions.azure.com`
7+
>- `https://portal.azure.com`

0 commit comments

Comments
 (0)