You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enabling the Netherite storage provider requires a configuration change in your `host.json`. For C# users, it also requires an additional installation step.
113
113
114
-
#### Configuring the Netherite storage provider
114
+
#### `host.json` Configuration
115
115
116
116
The following host.json example shows the minimum configuration required to enable the Netherite storage provider.
117
117
@@ -143,11 +143,11 @@ The Extension package to install depends on the .NET worker you are using:
143
143
- For the _in-process_ .NET worker, install [`Microsoft.Azure.DurableTask.Netherite.AzureFunctions`](https://www.nuget.org/packages/Microsoft.Azure.DurableTask.Netherite.AzureFunctions).
144
144
- For the _isolated_ .NET worker, install [`Microsoft.Azure.Functions.Worker.Extensions.DurableTask.Netherite`](https://www.nuget.org/packages/Microsoft.Azure.Functions.Worker.Extensions.DurableTask.Netherite).
145
145
146
-
### Enable the MSSQL storage provider
146
+
### Configuring the MSSQL storage provider
147
147
148
148
Enabling the MSSQL storage provider requires a configuration change in your `host.json`. For C# users, it also requires an additional installation step.
149
149
150
-
#### Configure the MSSQL storage provider
150
+
#### `host.json` Configuration
151
151
152
152
The following example shows the minimum configuration required to enable the MSSQL storage provider.
0 commit comments