Skip to content

Commit 985e834

Browse files
authored
Update durable-functions-isolated-create-first-csharp.md
1 parent 02d7fb5 commit 985e834

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Create your first C# durable function running in the isolated worker"
33
description: Create and publish a C# Azure Durable Function running in the isolated worker using Visual Studio or Visual Studio Code.
4-
author: jiayma
4+
author: lilyjma
55
ms.topic: quickstart
66
ms.date: 01/31/2023
77
ms.author: azfuncdf
@@ -132,7 +132,7 @@ static class HelloSequence
132132

133133
## Configure storage
134134

135-
Your app needs a storage for runtime information. To use [Azurite](https://learn.microsoft.com/en-us/azure/storage/common/storage-use-azurite?tabs=visual-studio-code), which is an emulator for Azure Storage, set `AzureWebJobStorage` in _local.settings.json_ to `UseDevelopmentStorage=true`:
135+
Your app needs a storage for runtime information. To use [Azurite](https://learn.microsoft.com/azure/storage/common/storage-use-azurite?tabs=visual-studio-code), which is an emulator for Azure Storage, set `AzureWebJobStorage` in _local.settings.json_ to `UseDevelopmentStorage=true`:
136136

137137
```json
138138
{

0 commit comments

Comments
 (0)