Skip to content

Commit e25e315

Browse files
authored
[Functions] Fix testing title
1 parent 5b231cd commit e25e315

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: Azure Functions networking options
33
description: An overview of all networking options available in Azure Functions.
4-
author: cachai2
4+
author: ggailey777
55
ms.topic: conceptual
6-
ms.date: 3/28/2022
6+
ms.date: 4/6/2023
77
ms.author: cachai
88
---
99

@@ -283,14 +283,14 @@ The following APIs let you programmatically manage regional virtual network inte
283283
+ **Azure CLI**: Use the [`az functionapp vnet-integration`](/cli/azure/functionapp/vnet-integration) commands to add, list, or remove a regional virtual network integration.
284284
+ **ARM templates**: Regional virtual network integration can be enabled by using an Azure Resource Manager template. For a full example, see [this Functions quickstart template](https://azure.microsoft.com/resources/templates/function-premium-vnet-integration/).
285285

286-
## Testing
286+
## Testing considerations
287287

288288
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

290-
* https://functions-next.azure.com
291-
* https://functions-staging.azure.com
292-
* https://functions.azure.com
293-
* https://portal.azure.com
290+
* `https://functions-next.azure.com`
291+
* `https://functions-staging.azure.com`
292+
* `https://functions.azure.com`
293+
* `https://portal.azure.com`
294294

295295
## Troubleshooting
296296

0 commit comments

Comments
 (0)