Skip to content

Commit 16f553e

Browse files
ggailey777im-samz
andauthored
Apply suggestions from code review
Co-authored-by: Samuel Zhang <[email protected]>
1 parent 721080f commit 16f553e

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ You create a C# function app in an [Elastic Premium plan](./functions-premium-pl
114114

115115
Keep these considerations in mind when creating and deploying your app:
116116

117-
- When you create a Premium plan function app in the portal with a storage account that uses private endpoints, the portal automatically sets the `vnetContentShareEnabled` site property to `true`. This property ensures that traffic to the Azure Files content share, used to scale-out a Premium plan app, is routed through the virtual network. For more information, see the [vnetContentShareEnabled](functions-app-settings.md#vnetcontentshareenabled) site property reference. For automated deploymente, you must explicitly set this site property in your deployment template. For more information, see [Secured deployments](functions-infrastructure-as-code.md?pivots=premium-plan#secured-deployments).
117+
- When you create a Premium plan function app in the portal with a storage account that uses private endpoints, the portal automatically sets the `vnetContentShareEnabled` site property to `true`. This property ensures that traffic to the Azure Files content share, used to scale-out a Premium plan app, is routed through the virtual network. For more information, see the [vnetContentShareEnabled](functions-app-settings.md#vnetcontentshareenabled) site property reference. For automated deployments, you must explicitly set this site property in your deployment template. For more information, see [Secured deployments](functions-infrastructure-as-code.md?pivots=premium-plan#secured-deployments).
118118

119119
- Some deployments might occasionally fail to create the private endpoints in the storage account with the error `StorageAccountOperationInProgress`. This failure occurs even though the function app itself gets created successfully. When you encounter such an error, delete the function app and retry the operation. You can instead create the private endpoints on the storage account manually.
120120

articles/azure-functions/functions-deployment-technologies.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ When your function app has [private endpoints](functions-networking-options.md#p
134134
135135
To deploy code to a network-secured function app, your deployment tooling must have connectivity to the virtual network. You can achieve this connectivity in these ways:
136136
137-
+ Deploy from a [self-hosted build agent](/azure/devops/pipelines/agents/docker) or [GitHub Actions runner](https://docs.github.com/actions/hosting-your-own-runners/about-self-hosted-runners) running in a subnet on your virtual network.
137+
+ If deploying from an Azure Pipeline, use a [self-hosted agent](/azure/devops/pipelines/agents/docker) with access to your virtual network or configure a [managed DevOps agent pool with networking](/azure/devops/managed-devops-pools/configure-networking).
138+
+ If deploying from a GitHub workflow, use a [self-hosted runner](https://docs.github.com/actions/concepts/runners/self-hosted-runners) with access to your virtual network or configure a [GitHub-hosted runner in your Azure virtual network](https://docs.github.com/organizations/managing-organization-settings/about-azure-private-networking-for-github-hosted-runners-in-your-organization).
138139
+ Connect your development machine to the virtual network by using a [point-to-site VPN](../vpn-gateway/point-to-site-about.md) or [ExpressRoute](../expressroute/expressroute-introduction.md).
139140
140141
For more information about configuring your function app in a virtual network, see [How to configure Azure Functions with a virtual network](configure-networking-how-to.md).

0 commit comments

Comments
 (0)