Skip to content

Commit 7749e90

Browse files
committed
Resolve alert
1 parent f491239 commit 7749e90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)