Skip to content

Commit 79d4da8

Browse files
committed
Update VS instructions for v3
1 parent 16ea46b commit 79d4da8

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

articles/azure-functions/durable/durable-functions-create-first-csharp.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ The Azure Functions template creates a project that can be published to a functi
177177

178178
1. In Visual Studio, select **New** > **Project** from the **File** menu.
179179

180-
1. In the **Add a new project** dialog, search for `functions`, choose the **Azure Functions** template, and select **Next**.
180+
1. In the **Create a new project** dialog, search for `functions`, choose the **Azure Functions** template, and select **Next**.
181181

182182
![New project dialog to create a function in Visual Studio](./media/durable-functions-create-first-csharp/functions-vs-new-project.png)
183183

@@ -189,7 +189,7 @@ The Azure Functions template creates a project that can be published to a functi
189189

190190
| Setting | Suggested value | Description |
191191
| ------------ | ------- |----------------------------------------- |
192-
| **Version** | Azure Functions 2.0 <br />(.NET Core) | Creates a function project that uses the version 2.0 runtime of Azure Functions, which supports .NET Core. Azure Functions 1.0 supports the .NET Framework. For more information, see [How to target Azure Functions runtime version](../functions-versions.md). |
192+
| **Version** | Azure Functions 3.0 <br />(.NET Core) | Creates a function project that uses the version 3.0 runtime of Azure Functions, which supports .NET Core 3.1. For more information, see [How to target Azure Functions runtime version](../functions-versions.md). |
193193
| **Template** | Empty | Creates an empty function app. |
194194
| **Storage account** | Storage Emulator | A storage account is required for durable function state management. |
195195

@@ -207,10 +207,7 @@ The following steps use a template to create the durable function code in your p
207207

208208
1. Select the **Durable Functions Orchestration** template and then select **Ok**
209209

210-
![Select durable template](./media/durable-functions-create-first-csharp/functions-vs-select-template.png)
211-
212-
> [!NOTE]
213-
> This template currently creates a durable function using an older 1.x version of the extension. See the [Durable Functions Versions](durable-functions-versions.md) article for information about how to upgrade to the newer 2.x versions of Durable Functions.
210+
![Select durable template](./media/durable-functions-create-first-csharp/functions-vs-select-template.png)
214211

215212
A new durable function is added to the app. Open the new .cs file to view the contents. This durable function is a simple function chaining example with the following methods:
216213

75.4 KB
Loading
272 KB
Loading
153 KB
Loading

0 commit comments

Comments
 (0)