mirror of
https://github.com/grafana/grafana.git
synced 2025-01-26 16:27:02 -06:00
319a874033
* Password auth for Azure AD * rename auth fields * add azure flag for client password cred enabled * prettier * rename flag * Update go.mod * Update public/app/plugins/datasource/mssql/azureauth/AzureCredentialsForm.tsx Co-authored-by: Andreas Christou <andreas.christou@grafana.com> * Apply suggestions from code review Co-authored-by: Andreas Christou <andreas.christou@grafana.com> * update package * go mod * prettier * remove password * gowork * remove unused env test * linter --------- Co-authored-by: Andreas Christou <andreas.christou@grafana.com> |
||
---|---|---|
.. | ||
azureauth | ||
configuration | ||
img | ||
CheatSheet.tsx | ||
datasource.test.ts | ||
datasource.ts | ||
module.ts | ||
MSSqlMetaQuery.ts | ||
MSSqlQueryModel.ts | ||
plugin.json | ||
README.md | ||
sqlCompletionProvider.ts | ||
sqlUtil.ts | ||
types.ts |
Grafana Microsoft SQL Server Data Source - Native Plugin
Grafana ships with a built-in Microsoft SQL Server (MSSQL) data source plugin that allows you to query and visualize data from any Microsoft SQL Server 2005 or newer.
Adding the data source
- Open the side menu by clicking the Grafana icon in the top header.
- In the side menu under the
Configuration
link you should find a link namedData Sources
. - Click the
+ Add data source
button in the top header. - Select Microsoft SQL Server from the Type dropdown.
Read more about it here: