You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/functions-create-vnet.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,12 +38,12 @@ You create a C# function app in an [Elastic Premium plan](./functions-premium-pl
38
38
|**Function App name**| Globally unique name | Name that identifies your new function app. Valid characters are `a-z` (case insensitive), `0-9`, and `-`. |
39
39
|**Publish**| Code | Choose to publish code files or a Docker container. |
40
40
|**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). |
42
42
|**Region**| Preferred region | Choose a [region](https://azure.microsoft.com/regions/) near you or near other services that your functions access. |
43
43
|**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). |
45
45
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.
47
47
48
48
| Setting | Suggested value | Description |
49
49
| ------------ | ---------------- | ----------- |
@@ -56,6 +56,7 @@ You create a C# function app in an [Elastic Premium plan](./functions-premium-pl
56
56
57
57
| Setting | Suggested value | Description |
58
58
| ------------ | ---------------- | ----------- |
59
+
|**Enable public access**| Off | Deny public network access will block all incoming traffic except that comes from private endpoints.|
59
60
|**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**. |
60
61
|**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. |
0 commit comments