grafana/public/app/plugins/datasource/mssql
Andrew Hackmann 319a874033
MSSQL: Password auth for Azure AD (#89746)
* 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>
2024-07-16 14:08:51 -05:00
..
azureauth MSSQL: Password auth for Azure AD (#89746) 2024-07-16 14:08:51 -05:00
configuration MSSQL: Password auth for Azure AD (#89746) 2024-07-16 14:08:51 -05:00
img mssql: add logo 2018-07-28 11:31:30 +02:00
CheatSheet.tsx React: Use new JSX transform (#88802) 2024-06-25 12:43:47 +01:00
datasource.test.ts sql: extract frontend code into separate package (#81109) 2024-01-26 11:38:29 +01:00
datasource.ts sql: extract frontend code into separate package (#81109) 2024-01-26 11:38:29 +01:00
module.ts sql: extract frontend code into separate package (#81109) 2024-01-26 11:38:29 +01:00
MSSqlMetaQuery.ts MSSQL/Postgres: List views in table dropdown as well (#62867) 2023-02-06 15:16:32 +01:00
MSSqlQueryModel.ts sql: extract frontend code into separate package (#81109) 2024-01-26 11:38:29 +01:00
plugin.json Plugins: Set backend metadata property for core plugins (#43349) 2021-12-22 17:59:26 +01:00
README.md chore: update mssql readme (#88859) 2024-06-06 17:18:43 +01:00
sqlCompletionProvider.ts sql: extract frontend code into separate package (#81109) 2024-01-26 11:38:29 +01:00
sqlUtil.ts sql: extract frontend code into separate package (#81109) 2024-01-26 11:38:29 +01:00
types.ts MSSQL: Password auth for Azure AD (#89746) 2024-07-16 14:08:51 -05:00

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

  1. Open the side menu by clicking the Grafana icon in the top header.
  2. In the side menu under the Configuration link you should find a link named Data Sources.
  3. Click the + Add data source button in the top header.
  4. Select Microsoft SQL Server from the Type dropdown.

Read more about it here:

https://grafana.com/docs/grafana/latest/datasources/mssql/