Skip to content

Commit 421a33b

Browse files
gasridhaggailey777
andauthored
Update articles/azure-functions/functions-networking-options.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent c23acb8 commit 421a33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-networking-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ The following APIs let you programmatically manage regional virtual network inte
285285

286286
## Testing
287287

288-
To test functions in a function app with private endpoints, you must test them from within the same virtual network, such as a Virtual Machine (VM) in that network. To use the Code + Test option in the portal from that VM, you need to add following [CORS origins](./functions-how-to-use-azure-function-app-settings.md?tabs=portal#cors) to your function app.
288+
When testing functions in a function app with private endpoints, you must do your testing from within the same virtual network, such as on a virtual machine (VM) in that network. To use the **Code + Test** option in the portal from that VM, you need to add following [CORS origins](./functions-how-to-use-azure-function-app-settings.md?tabs=portal#cors) to your function app:
289289

290290
* https://functions-next.azure.com
291291
* https://functions-staging.azure.com

0 commit comments

Comments
 (0)