Skip to content

Commit 03fe945

Browse files
nzthiagoggailey777
andauthored
Update articles/azure-functions/functions-event-grid-blob-trigger.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent e714ee2 commit 03fe945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-event-grid-blob-trigger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ When you create a Blob Storage-triggered function using Visual Studio Code, you
8888
|Prompt|Action|
8989
|--|--|
9090
|**Select a language**| Select `C#`. |
91-
|**Select a .NET runtime**| Select `.NET 6.0 Isolated LTS` for running in an isolated worker process or `.NET 6.0 LTS` for in-process. |
91+
|**Select a .NET runtime**| Select `.NET 6.0 Isolated LTS` for running in an [isolated worker process](dotnet-isolated-process-guide.md) or `.NET 6.0 LTS` for [in-process](functions-dotnet-class-library.md). |
9292
|**Select a template for your project's first function**| Select `Azure Blob Storage trigger`. |
9393
|**Provide a function name**| Enter `BlobTriggerEventGrid`. |
9494
|**Provide a namespace** | Enter `My.Functions`. |

0 commit comments

Comments
 (0)