-
Notifications
You must be signed in to change notification settings - Fork 63
Add doc with links to all related repos #259
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
docs/SqlBindingRelatedRepos.md
Outdated
| ## Docs | ||
| [Azure SQL bindings for Functions | Microsoft Docs ](https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-sql?tabs=in-process%2Cextensionv3&pivots=programming-language-csharp) | ||
|
|
||
| ## SQL Binding VSCode Extension |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Bindings" instead of "Binding"
docs/SqlBindingRelatedRepos.md
Outdated
| [Azure/azure-functions-python-library: Azure Functions Python SDK (github.com)](https://github.com/Azure/azure-functions-python-library) | ||
|
|
||
| ### Python Worker | ||
| Need to add end to end tests for Sql Bindings here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SQL instead of Sql
| @@ -0,0 +1,35 @@ | |||
| # Azure SQL Bindings for Azure Functions | |||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would suggest adding a brief one or two sentence description of what this document is
docs/SqlBindingRelatedRepos.md
Outdated
| # Azure SQL Bindings for Azure Functions | ||
|
|
||
| ## Docs | ||
| [Azure SQL bindings for Functions | Microsoft Docs ](https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-azure-sql?tabs=in-process%2Cextensionv3&pivots=programming-language-csharp) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove en-us
And do you need all the parameters? If you're just linking to the page I'd remove them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah yes, I can use the aka.ms/sqlbindings link instead
|
|
||
| ## SQL Bindings VSCode Extension | ||
| [azuredatastudio/extensions/sql-bindings at main · microsoft/azuredatastudio (github.com)](https://github.com/microsoft/azuredatastudio/tree/main/extensions/sql-bindings) | ||
| [sqltoolsservice/src/Microsoft.SqlTools.ServiceLayer/AzureFunctions at main · microsoft/sqltoolsservice (github.com)](https://github.com/microsoft/sqltoolsservice/tree/main/src/Microsoft.SqlTools.ServiceLayer/AzureFunctions) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would be helpful to have a brief description of what each of these repos is for
docs/SqlBindingRelatedRepos.md
Outdated
| [sqltoolsservice/src/Microsoft.SqlTools.ServiceLayer/AzureFunctions at main · microsoft/sqltoolsservice (github.com)](https://github.com/microsoft/sqltoolsservice/tree/main/src/Microsoft.SqlTools.ServiceLayer/AzureFunctions) | ||
|
|
||
| ## Templates | ||
| Currently we have templates for C#, JS, TS, and Python. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably not necessary to call out the types specifically - it'll be annoying to update later on. Just say something like Contains templates for the various types of bindings and supported languages, each under a Sql* folder
docs/SqlBindingRelatedRepos.md
Outdated
| [Azure/azure-functions-python-library: Azure Functions Python SDK (github.com)](https://github.com/Azure/azure-functions-python-library) | ||
|
|
||
| ### Python Worker | ||
| Need to add end to end tests for SQL Bindings here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just End to end tests for SQL Bindings in the Python Worker should suffice
* Add doc with links to all related repos * Update SqlBindingRelatedRepos.md * Update SqlBindingRelatedRepos.md
No description provided.