Skip to content

Commit 60e3c60

Browse files
Merge pull request #223762 from maud-lv/ml-g-warningjan12
Resolve alert
2 parents 71d99d9 + c5be961 commit 60e3c60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/managed-grafana/how-to-data-source-plugins-managed-identity.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: maud-lv
55
ms.author: malev
66
ms.service: managed-grafana
77
ms.topic: how-to
8-
ms.date: 3/31/2022
8+
ms.date: 1/12/2022
99
---
1010

1111
# How to configure data sources for Azure Managed Grafana
@@ -22,7 +22,7 @@ Sign in to the Azure portal at [https://portal.azure.com/](https://portal.azure.
2222

2323
## Supported Grafana data sources
2424

25-
By design, Grafana can be configured with multiple data sources. A data source is an externalized storage backend that holds your telemetry information. Azure Managed Grafana supports many popular data sources.
25+
By design, Grafana can be configured with multiple data sources. A data source is an externalized storage backend that holds your telemetry information. Azure Managed Grafana supports many popular data sources.
2626

2727
Azure-specific data sources available for all customers:
2828

@@ -106,8 +106,8 @@ az grafana data-source create --name <instance-name> --definition '{
106106
},
107107
"name": "Microsoft SQL Server",
108108
"type": "mssql",
109-
"url": "testsql.database.windows.net",
110-
"user": "admin1"
109+
"url": "<url>",
110+
"user": "<user>"
111111
}'
112112
```
113113

0 commit comments

Comments
 (0)