Skip to content

Commit 07b41be

Browse files
committed
change to relative link
1 parent 91c3f2f commit 07b41be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-create-vnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ To use your function app with virtual networks, you need to join it to a subnet.
329329
## Deploy a Service Bus trigger and HTTP trigger
330330

331331
> [!NOTE]
332-
> Enabling Private Endpoints on a Function App also makes the Source Control Manager (SCM) site publicly inaccessible. The following instructions give deployment directions using the Deployment Center within the Function App. Alternatively, use [zip deploy](functions-deployment-technologies.md#zip-deploy) or [self-hosted](https://docs.microsoft.com/azure/devops/pipelines/agents/docker) agents that are deployed into a subnet on the virtual network.
332+
> Enabling Private Endpoints on a Function App also makes the Source Control Manager (SCM) site publicly inaccessible. The following instructions give deployment directions using the Deployment Center within the Function App. Alternatively, use [zip deploy](functions-deployment-technologies.md#zip-deploy) or [self-hosted](/azure/devops/pipelines/agents/docker) agents that are deployed into a subnet on the virtual network.
333333
334334
1. In GitHub, go to the following sample repository. It contains a function app and two functions, an HTTP trigger, and a Service Bus queue trigger.
335335

0 commit comments

Comments
 (0)