Skip to content

Commit 332c45e

Browse files
remove obsolete note about extension bundles not being supported for the mssql provider.
1 parent c1d9732 commit 332c45e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@ For more detailed setup instructions, see the [Netherite getting started documen
134134

135135
To use the MSSQL storage provider, you must first add a reference to the [Microsoft.DurableTask.SqlServer.AzureFunctions](https://www.nuget.org/packages/Microsoft.DurableTask.SqlServer.AzureFunctions) NuGet package in your **csproj** file (.NET apps) or your **extensions.proj** file (JavaScript, Python, and PowerShell apps).
136136

137-
> [!NOTE]
138-
> The MSSQL storage provider is not yet supported in apps that use [extension bundles](../functions-bindings-register.md#extension-bundles).
139-
140137
The following example shows the minimum configuration required to enable the MSSQL storage provider.
141138

142139
```json

0 commit comments

Comments
 (0)