Skip to content

Commit dbec9f0

Browse files
committed
Update VS flow and fix links
1 parent 72aa71a commit dbec9f0

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/azure-functions/functions-develop-vs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ The Azure Functions project template in Visual Studio creates a C# class library
4747
1. In **Configure your new project**, enter a **Project name** for your project, and then select **Create**. The function app name must be valid as a C# namespace, so don't use underscores, hyphens, or any other nonalphanumeric characters.
4848

4949
1. For the **Create a new Azure Functions application** settings, use the values in the following table:
50-
5150
::: zone pivot="isolated"
51+
5252
| Setting | Value | Description |
5353
| ------------ | ------ |--------------------------------- |
5454
| **.NET version** | **.NET 8 Isolated** | This value creates a function project that runs in an [isolated worker process](dotnet-isolated-process-guide.md). Isolated worker process supports other non-LTS version of .NET and also .NET Framework. For more information, see [Azure Functions runtime versions overview](functions-versions.md). |
@@ -60,6 +60,7 @@ The Azure Functions project template in Visual Studio creates a C# class library
6060

6161
::: zone-end
6262
::: zone pivot="in-proc"
63+
6364
| Setting | Value | Description |
6465
| ------------ | ------ |--------------------------------- |
6566
| **.NET version** | **.NET 8** | This value creates a function project that runs in-process with version 4.x of the Azure Functions runtime. For more information, see [Azure Functions runtime versions overview](functions-versions.md). |

articles/azure-functions/migration/migrate-plan-consumption-to-flex.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1524,10 +1524,10 @@ If you aren't able to troubleshoot successfully, you might want to revert to usi
15241524
15251525
If you encounter issues with your migration using this article or want to provide other feedback on this guidance, use one of these methods to get help or provide your feedback:
15261526
1527-
* [Get help at Microsoft Q&A](https://learn.microsoft.com/answers/tags/87/azure-functions/)
1527+
* [Get help at Microsoft Q&A](/answers/tags/87/azure-functions/)
15281528
* Create an issue in the [Azure Functions repo](https://github.com/Azure/Azure-Functions/issues)
15291529
* [Provide product feedback](https://feedback.azure.com/d365community/forum/9df02822-f224-ec11-b6e6-000d3a4f0da0)
1530-
* [Create a support ticket](https://azure.microsoft.com/en-us/support/create-ticket)
1530+
* [Create a support ticket](https://azure.microsoft.com/support/create-ticket)
15311531
15321532
## Related articles
15331533

includes/functions-vstools-publish.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22
author: ggailey777
33
ms.service: azure-functions
44
ms.topic: include
5-
ms.date: 05/01/2025
5+
ms.date: 06/29/2025
66
ms.author: glenga
77
ms.custom: devdivchpfy22
88
---
99

1010
1. In **Solution Explorer**, right-click the project and select **Publish**. In **Target**, select **Azure**, and then select **Next**.
1111

12-
1. On **Specific target**, select **Azure Function App (Linux)** and then select **Next**.
13-
14-
The Flex Consumption plan requires Linux.
12+
1. On **Specific target**, select **Azure Function App** and then select **Next**.
1513

1614
1. On **Functions instance**, select **Create new**.
1715

@@ -25,6 +23,7 @@ ms.custom: devdivchpfy22
2523
| **Subscription name** | Name of your subscription | The Azure subscription to use. Accept this subscription or select a new one from the dropdown list. |
2624
| **[Resource group](../articles/azure-resource-manager/management/overview.md)** | Name of your resource group | The resource group in which you want to create your function app. Select **New** to create a new resource group. You can also choose to use an existing resource group from the dropdown list. |
2725
| **[Plan Type](../articles/azure-functions/functions-scale.md)** | Flex Consumption | When you publish your project to a function app that runs in a [Flex Consumption plan](../articles/azure-functions/flex-consumption-plan.md), you might pay only for executions of your functions app. Other hosting plans can incur higher costs. |
26+
| **Operating system** | Linux | The Flex Consumption plan currently requires Linux. |
2827
| **Location** | Location of the app service | Select a **Location** in a [Azure region supported by the Flex Consumption plan](../articles/azure-functions/flex-consumption-how-to.md#view-currently-supported-regions). |
2928
| **Instance memory size** | 2048 | The [memory size of the virtual machine instances](../articles/azure-functions/flex-consumption-plan.md#instance-memory) in which the app runs, which is unique to the Flex Consumption plan. |
3029
| **[Azure Storage](../articles/azure-functions/storage-considerations.md)** | General-purpose storage account | An Azure storage account is required by the Functions runtime. Select **New** to configure a general-purpose storage account. You can also choose to use an existing account that meets the [storage account requirements](../articles/azure-functions/storage-considerations.md#storage-account-requirements). |

0 commit comments

Comments
 (0)