Skip to content

Commit

Permalink
Update taskhubs.md with correct storageProvider type value (#231)
Browse files Browse the repository at this point in the history
It appears there was a mistake in one of the code samples in the documentation, showing "MicrosoftSQL" as the `storageProvider/type` value in host.json when it should actually be "mssql". This commit fixes the doc mistake.
  • Loading branch information
cgillum authored Sep 3, 2024
1 parent b9bcfe1 commit 92bc1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/taskhubs.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ For Durable Functions apps, explicit task hub names are configured in the `exten
"durableTask": {
"hubName": "MyTaskHub",
"storageProvider": {
"type": "MicrosoftSQL",
"type": "mssql",
"connectionStringName": "SQLDB_Connection"
}
}
Expand Down

0 comments on commit 92bc1f0

Please sign in to comment.