microsoft / durabletask-mssql

Microsoft SQL storage provider for Durable Functions and the Durable Task Framework
MIT License
87 stars 32 forks source link

Update taskhubs.md with correct storageProvider type value #231

Closed cgillum closed 2 months ago

cgillum commented 2 months ago

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.