Skip to content

Commit ac825ab

Browse files
authored
Update functions-create-vnet.md
Minor change to keep up with the portal
1 parent 0ed51e3 commit ac825ab

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ You create a C# function app in an [Elastic Premium plan](./functions-premium-pl
3838
| **Function App name** | Globally unique name | Name that identifies your new function app. Valid characters are `a-z` (case insensitive), `0-9`, and `-`. |
3939
|**Publish**| Code | Choose to publish code files or a Docker container. |
4040
| **Runtime stack** | .NET | This tutorial uses .NET. |
41-
| **Version** | 6 | This tutorial uses .NET 6.0 running [in the same process as the Functions host](./functions-dotnet-class-library.md). |
41+
| **Version** | 6 (LTS) | This tutorial uses .NET 6.0 running [in the same process as the Functions host](./functions-dotnet-class-library.md). |
4242
|**Region**| Preferred region | Choose a [region](https://azure.microsoft.com/regions/) near you or near other services that your functions access. |
4343
|**Operating system**| Windows | This tutorial uses Windows but also works for Linux. |
44-
| **[Plan](./functions-scale.md)** | Premium | Hosting plan that defines how resources are allocated to your function app. By default, when you select **Premium**, a new App Service plan is created. The default **Sku and size** is **EP1**, where *EP* stands for _elastic premium_. For more information, see the list of [Premium SKUs](./functions-premium-plan.md#available-instance-skus).<br/><br/>When you run JavaScript functions on a Premium plan, choose an instance that has fewer vCPUs. For more information, see [Choose single-core Premium plans](./functions-reference-node.md#considerations-for-javascript-functions). |
44+
| **[Plan](./functions-scale.md)** | Functions Premium | Hosting plan that defines how resources are allocated to your function app. By default, when you select **Premium**, a new App Service plan is created. The default **Sku and size** is **EP1**, where *EP* stands for _elastic premium_. For more information, see the list of [Premium SKUs](./functions-premium-plan.md#available-instance-skus).<br/><br/>When you run JavaScript functions on a Premium plan, choose an instance that has fewer vCPUs. For more information, see [Choose single-core Premium plans](./functions-reference-node.md#considerations-for-javascript-functions). |
4545

46-
1. Select **Next: Hosting**. On the **Hosting** page, enter the following settings.
46+
1. Select **Next: Storage**. On the **Storage** page, enter the following settings.
4747

4848
| Setting | Suggested value | Description |
4949
| ------------ | ---------------- | ----------- |
@@ -56,6 +56,7 @@ You create a C# function app in an [Elastic Premium plan](./functions-premium-pl
5656
5757
| Setting | Suggested value | Description |
5858
| ------------ | ---------------- | ----------- |
59+
| **Enable public access** | Off | Deny public network access will block all incoming traffic except that comes from private endpoints.|
5960
| **Enable network injection** | On | The ability to configure your application with VNet integration at creation appears in the portal window after this option is switched to **On**. |
6061
| **Virtual Network** | Create New | Select the **Create New** field. In the pop-out screen, provide a name for your virtual network and select **Ok**. Options to restrict inbound and outbound access to your function app on create are displayed. You must explicitly enable VNet integration in the **Outbound access** portion of the window to restrict outbound access. |
6162

0 commit comments

Comments
 (0)