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-connect-to-data-source-privately.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ You can create a managed private endpoint in your Managed Grafana workspace to c
60
60
61
61
## Create a managed private endpoint to Azure Private Link service
62
62
63
-
If you have a data source internal to your virtual network, such as an InfluxDB server hosted on an Azure virtual machine, you can connect your Managed Grafana workspace to it. You’ll first add a private link access to that resource using the Azure Private Link service. The exact steps required to set up a private link is dependent on the type of Azure resource. Refer to the documentation of the hosting service you have. For example, [this article](/aks/private-clusters.md#use-a-private-endpoint-connection) describes to configure a private link to an Azure Kubernetes Service cluster.
63
+
If you have a data source internal to your virtual network, such as an InfluxDB server hosted on an Azure virtual machine, you can connect your Managed Grafana workspace to it. You’ll first add a private link access to that resource using the Azure Private Link service. The exact steps required to set up a private link is dependent on the type of Azure resource. Refer to the documentation of the hosting service you have. For example, [this article](../aks/private-clusters.md#use-a-private-endpoint-connection) describes to configure a private link to an Azure Kubernetes Service cluster.
64
64
65
65
Once you've set up the private link service, you can create a managed private endpoint in your Grafana workspace that connects to the new private link.
66
66
@@ -69,12 +69,10 @@ Once you've set up the private link service, you can create a managed private en
69
69
70
70
:::image type="content" source="media/managed-private-endpoint/create-mpe.png" alt-text="Screenshot of the Azure portal create managed private endpoint." lightbox="media/managed-private-endpoint/create-mpe.png":::
71
71
72
-
3. In the *New managed private endpoint* pane, fill out required information for resource to connect to.
73
-
74
-
:::image type="content" source="media/managed-private-endpoint/new-mpe-details.png" alt-text="Screenshot of the Azure portal new managed private endpoint details." lightbox="media/managed-private-endpoint/new-mpe-details.png":::
72
+
1. In the *New managed private endpoint* pane, fill out required information for resource to connect to.
75
73
76
-
> [!TIP]
77
-
> The *Private link service url* field is optional unless you need TLS. If you specify an URL, Managed Grafana will ensure that the host IP address for that URL matches the private endpoint's IP address. Due to security reasons, AMG have an allowed list of the URL.
74
+
> [!TIP]
75
+
> The *Private link service url* field is optional unless you need TLS. If you specify an URL, Managed Grafana will ensure that the host IP address for that URL matches the private endpoint's IP address. Due to security reasons, AMG have an allowed list of the URL.
78
76
79
77
1. Click **Create** to add the managed private endpoint resource.
80
78
1. Contact the owner of target Azure Monitor workspace to approve the connection request.
0 commit comments