Skip to content

Commit 3d4456b

Browse files
authored
standardize title names
1 parent 1103acf commit 3d4456b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,11 @@ Additional properties may be set to customize the connection. See [Common proper
107107

108108
[!INCLUDE [functions-durable-permissions](../../../includes/functions-durable-permissions.md)]
109109

110-
### Enable the Netherite storage provider
110+
### Configuring the Netherite storage provider
111111

112112
Enabling the Netherite storage provider requires a configuration change in your `host.json`. For C# users, it also requires an additional installation step.
113113

114-
#### Configuring the Netherite storage provider
114+
#### `host.json` Configuration
115115

116116
The following host.json example shows the minimum configuration required to enable the Netherite storage provider.
117117

@@ -143,11 +143,11 @@ 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).
144144
- 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).
145145

146-
### Enable the MSSQL storage provider
146+
### Configuring the MSSQL storage provider
147147

148148
Enabling the MSSQL storage provider requires a configuration change in your `host.json`. For C# users, it also requires an additional installation step.
149149

150-
#### Configure the MSSQL storage provider
150+
#### `host.json` Configuration
151151

152152
The following example shows the minimum configuration required to enable the MSSQL storage provider.
153153

0 commit comments

Comments
 (0)