Skip to content

Commit c60bda9

Browse files
authored
Merge pull request #189009 from lucashuet93/scm
add note on scm endpoint
2 parents 6cfc8b3 + 07b41be commit c60bda9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,9 @@ To use your function app with virtual networks, you need to join it to a subnet.
328328

329329
## Deploy a Service Bus trigger and HTTP trigger
330330

331+
> [!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](/azure/devops/pipelines/agents/docker) agents that are deployed into a subnet on the virtual network.
333+
331334
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.
332335

333336
<https://github.com/Azure-Samples/functions-vnet-tutorial>

0 commit comments

Comments
 (0)