Skip to content

Commit 72d2ef1

Browse files
authored
Apply suggestions from code review
Acro edits.
1 parent 985e834 commit 72d2ef1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ In this section, you use Visual Studio Code to create a local Azure Functions pr
6666

6767
Visual Studio Code installs the Azure Functions Core Tools if needed. It also creates a function app project in a folder. This project contains the [host.json](../functions-host-json.md) and [local.settings.json](../functions-develop-local.md#local-settings-file) configuration files.
6868

69-
## Add nuget package references
69+
## Add NuGet package references
7070

7171
Add the following to your app project:
7272

@@ -245,11 +245,11 @@ The Azure Functions template creates a project that can be published to a functi
245245
| **Function** | Empty | Creates an empty function app. |
246246
| **Storage account** | Storage Emulator | A storage account is required for durable function state management. |
247247

248-
5. Select **Create** to create an empty function project. This project has the basic configuration files needed to run your functions. Make sure the box for _"Use Azurite for runtime storage account (AzureWebJobStorage)"_ is checked. This the will use Azurite emulator.
248+
5. Select **Create** to create an empty function project. This project has the basic configuration files needed to run your functions. Make sure the box for _"Use Azurite for runtime storage account (AzureWebJobStorage)"_ is checked. This will use Azurite emulator.
249249

250250
Note that there are other storage options you can use for your Durable Functions app. See [Durable Functions storage providers](https://learn.microsoft.com/azure/azure-functions/durable/durable-functions-storage-providers) to learn more about different storage options and what benefits they provide.
251251

252-
## Add nuget package references
252+
## Add NuGet package references
253253

254254
Add the following to your app project:
255255

0 commit comments

Comments
 (0)