You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/managed-grafana/how-to-create-dashboard.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.author: malev
7
7
ms.service: azure-managed-grafana
8
8
ms.custom: devx-track-azurecli
9
9
ms.topic: how-to
10
-
ms.date: 04/16/2025
10
+
ms.date: 11/21/2025
11
11
---
12
12
13
13
# Create a dashboard in Azure Managed Grafana
@@ -51,7 +51,7 @@ Import a dashboard template from the Grafana Labs website.
51
51
52
52
### [Azure CLI](#tab/azure-cli)
53
53
54
-
Run the [az grafana dashboard import](/cli/azure/grafana/dashboard#az-grafana-update) command and replace the placeholders `<AMG-name>`, `<AMG-resource-group>`, and `<dashboard-id>` with the name of the Azure Managed Grafana workspace, its resource group, and the dashboard ID you copied earlier.
54
+
Run the [az grafana dashboard import](/cli/azure/grafana/dashboard#az-grafana-dashboard-import) command and replace the placeholders `<AMG-name>`, `<AMG-resource-group>`, and `<dashboard-id>` with the name of the Azure Managed Grafana workspace, its resource group, and the dashboard ID you copied earlier.
55
55
56
56
```azurecli
57
57
az grafana dashboard import --name <AMG-name> --resource-group <AMG-resource-group> --definition <dashboard-id>
@@ -74,7 +74,7 @@ Follow these steps to import a JSON dashboard to Grafana:
74
74
75
75
### [Azure CLI](#tab/azure-cli)
76
76
77
-
Run the [az grafana dashboard import](/cli/azure/grafana/dashboard#az-grafana-update) command and replace the placeholders `<AMG-name>`, `<AMG-resource-group>`, and `<local-path-to-file>` with the name of the Azure Managed Grafana workspace, its resource group, and the path to the JSON File on your local machine, ending with `.json`.
77
+
Run the [az grafana dashboard import](/cli/azure/grafana/dashboard#az-grafana-dashboard-import) command and replace the placeholders `<AMG-name>`, `<AMG-resource-group>`, and `<local-path-to-file>` with the name of the Azure Managed Grafana workspace, its resource group, and the path to the JSON File on your local machine, ending with `.json`.
78
78
79
79
```azurecli
80
80
az grafana dashboard import --name <AMG-name> --resource-group <AMG-resource-group> --definition @<local-path-to-file>
Copy file name to clipboardExpand all lines: articles/service-connector/overview.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ ms.service: service-connector
7
7
ms.custom:
8
8
- build-2024
9
9
ms.topic: overview
10
-
ms.date: 04/16/2025
10
+
ms.date: 11/21/2025
11
11
---
12
12
13
13
# What is Service Connector?
@@ -18,7 +18,7 @@ This article provides an overview of Service Connector.
18
18
19
19
## What is Service Connector used for?
20
20
21
-
Any application that runs on Azure compute services and requires a backing service, can use Service Connector. Find below some examples that can use Service Connector to simplify service-to-service connection experience.
21
+
Any application that runs on Azure compute services and requires a backing service can use Service Connector. Find below some examples that can use Service Connector to simplify service-to-service connection experience.
22
22
23
23
***Database:** Use Service Connector to connect databases, such as PostgreSQL, MySQL, or Azure Cosmos DB, to your apps.
24
24
***Storage:** Use Service Connector to use your preferred storage products, such as Azure Storage for any of your apps.
@@ -41,10 +41,10 @@ Once a service connection is created, developers can validate and check the heal
41
41
Compute services:
42
42
43
43
* Azure App Service
44
-
* Azure Container Apps
44
+
* Azure Container Apps — [Service Connector support scheduled for retirement](https://github.com/microsoft/azure-container-apps/issues/1566)
45
45
* Azure Functions
46
46
* Azure Kubernetes Service (AKS)
47
-
* Azure Spring Apps (scheduled for retirement)
47
+
* Azure Spring Apps — [service scheduled for retirement](/azure/spring-apps/basic-standard/retirement-announcement)
# Tutorial: Connect an AKS app to Azure SQL Database
16
16
17
-
In this tutorial, you learn how to connect an application deployed to AKS, to an Azure SQL Database, using service connector. You complete the following tasks:
17
+
In this tutorial, you learn how to connect an application deployed to AKS, to an Azure SQL Database, using Service Connector. You complete the following tasks:
18
18
19
19
> [!div class="checklist"]
20
20
> * Create an Azure SQL Database resource
@@ -96,7 +96,7 @@ Create a service connection to the SQL database using the [`az aks connection cr
96
96
az aks connection create sql
97
97
```
98
98
99
-
* generate the new connection at once. Make sure you replace the following placeholders with your own information: `<source-subscription>`, `<source_resource_group>`, `<cluster>`, `<target-subscription>`, `<target_resource_group>`, `<server>`, `<database>`, and `<***>`.
99
+
* generate the new connection at once. Make sure you replace the following placeholders with your own information: `<source-subscription>`, `<source_resource_group>`, `<cluster>`, `<target-subscription>`, `<target_resource_group>`, `<server>`, `<database>`, and `<identity_name>`.
100
100
101
101
```azurecli-interactive
102
102
az aks connection create sql \
@@ -146,7 +146,7 @@ Create a service connection to the SQL database using the [`az aks connection cr
146
146
az aks connection create sql
147
147
```
148
148
149
-
* generate the new connection at once. Make sure you replace the following placeholders with your own information: `<source-subscription>`, `<source_resource_group>`, `<cluster>`, `<target-subscription>`, `<target_resource_group>`, `<server>`, `<database>`, and `<***>`.
149
+
* generate the new connection at once. Make sure you replace the following placeholders with your own information: `<source-subscription>`, `<source_resource_group>`, `<cluster>`, `<target-subscription>`, `<target_resource_group>`, `<server>`, `<database>`, <identity_name>, and `<secret>`.
0 commit comments