Skip to content

Commit 1103acf

Browse files
davidmrdavidbachuv
andauthored
Apply suggestions from code review
Co-authored-by: Varshitha Bachu <[email protected]>
1 parent c833771 commit 1103acf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/durable/durable-functions-storage-providers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ For more detailed setup instructions, see the [Netherite getting started documen
137137
> [!NOTE]
138138
> If your app uses [Extension Bundles](../functions-bindings-register.md#extension-bundles), you should ignore this section as Extension Bundles removes the need for manual Extension management.
139139
140-
You'll need to install the latest version of the Netherite Extension on NuGet. This usually means to include a reference to it in your `.csproj` file and building the project.
140+
You'll need to install the latest version of the Netherite Extension on NuGet. This usually means including a reference to it in your `.csproj` file and building the project.
141141

142142
The Extension package to install depends on the .NET worker you are using:
143143
- For the _in-process_ .NET worker, install [`Microsoft.Azure.DurableTask.Netherite.AzureFunctions`](https://www.nuget.org/packages/Microsoft.Azure.DurableTask.Netherite.AzureFunctions).
@@ -172,7 +172,7 @@ For more detailed setup instructions, see the [MSSQL provider's getting started
172172
> [!NOTE]
173173
> If your app uses [Extension Bundles](../functions-bindings-register.md#extension-bundles), you should ignore this section as Extension Bundles removes the need for manual Extension management.
174174
175-
You'll need to install the latest version of the MSSQL storage provider Extension on NuGet. This usually means to include a reference to it in your `.csproj` file and building the project.
175+
You'll need to install the latest version of the MSSQL storage provider Extension on NuGet. This usually means including a reference to it in your `.csproj` file and building the project.
176176

177177
The Extension package to install depends on the .NET worker you are using:
178178
- For the _in-process_ .NET worker, install [`Microsoft.DurableTask.SqlServer.AzureFunctions`](https://www.nuget.org/packages/Microsoft.DurableTask.SqlServer.AzureFunctions).

0 commit comments

Comments
 (0)