dapr / docs

Dapr user documentation, used to build docs.dapr.io
https://docs.dapr.io
Creative Commons Attribution 4.0 International
994 stars 726 forks source link

Azure SQL DB / SQL Server Binding documentation #4115

Open KrylixZA opened 5 months ago

KrylixZA commented 5 months ago

What content needs to be created or modified?

There is no binding specification under Dapr's supported bindings that explicitly guides a user on how to target Azure SQL DB or SQL Server.

Describe the solution you'd like

Another page for implementing a Dapr binding for Azure SQL DB / Server Server.

Where should the new material be placed?

https://docs.dapr.io/developing-applications/building-blocks/bindings/bindings-overview/ https://github.com/dapr/docs/tree/v1.13/daprdocs/content/en/reference/components-reference/supported-bindings

The associated pull request from dapr/dapr, dapr/components-contrib, or other Dapr code repos

Additional context

msfussell commented 5 months ago

@KrylixZA - There is no binding for this (code implementation), is that the issue you are pointing out? As in this should be raised in Components Contrib repo?

KrylixZA commented 5 months ago

Hey @msfussell

A couple weeks ago, I asked on the Discord bindings channel about Azure SQL DB / SQL Server bindings. I was lead to believe through that chat that SQL DB bindings was supported, just not documented.

By the looks of it, I stand to be corrected? Either way, if we go ahead and implement SQL DB bindings, we need some docs too ;-)

msfussell commented 4 months ago

@KrylixZA - Great! Do you have an issue tracking the component implementation that you are proposing?

KrylixZA commented 4 months ago

Hey @msfussell, I've created an issue here: https://github.com/dapr/components-contrib/issues/3414