Skip to content

Commit e40d93a

Browse files
committed
fix link issues
1 parent 2ed669b commit e40d93a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

articles/azure-monitor/platform/private-link-security.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ ms.date: 05/20/2020
88
ms.subservice:
99
---
1010

11+
# Use Azure Private Link to securely connect networks to Azure Monitor
1112

12-
[Azure Private Link](../../private-link/private-link-overview) allows you to securely link Azure PaaS services to your virtual network using private endpoints. For many services, you just set up an endpoint per resource. However, Azure Monitor is a constellation of different interconnected services that work together to monitor your workloads. As a result, we have built a resource called an Azure Monitor Private Link Scope (AMPLS) that allows you to define the boundaries of your monitoring network and connect to your virtual network. This article will cover why to use and how to set up an Azure Monitor Private Link Scope.
13+
[Azure Private Link](../../private-link/private-link-overview.md) allows you to securely link Azure PaaS services to your virtual network using private endpoints. For many services, you just set up an endpoint per resource. However, Azure Monitor is a constellation of different interconnected services that work together to monitor your workloads. As a result, we have built a resource called an Azure Monitor Private Link Scope (AMPLS) that allows you to define the boundaries of your monitoring network and connect to your virtual network. This article will cover why to use and how to set up an Azure Monitor Private Link Scope.
1314

1415
## Advantages of Private Link with Azure Monitor
1516

@@ -21,7 +22,7 @@ With Private Link you can:
2122
- Stop data exfiltration from your networks by only authorizing access to specific resources, and block access to all destinations
2223
- Securely connect your private on-premises network to Azure Monitor using ExpressRoute and Private Link
2324

24-
For more information, see [Key Benefits of Private Link](../../private-link/private-link-overview#key-benefits)
25+
For more information, see [Key Benefits of Private Link](../../private-link/private-link-overview#key-benefits.md)
2526

2627
## How it works
2728

@@ -126,18 +127,18 @@ First, you can connect this Log Analytics resource to Azure Monitor Private Link
126127
Second, you can control how this resource can be reached from outside of the private link scopes listed above.
127128
If you set **Allow public network access for ingestion** to **No**, then machines outside of the connected scopes cannot upload data to this workspace. If you set **Allow public network access for queries** to **No**, then machines outside of the scopes cannot access data in this workspace. That data includes access to dashboards, query API, insights in the Azure portal, and more.
128129

129-
Restricting access in this manner only applies to data in the workspace. Configuration changes, including turning these access settings on or off, are managed by Azure Resource Manager. You should restrict access to Resource Manager using the appropriate roles, permissions, network controls, and auditing. For more information, see [Azure Monitor Roles, Permissions, and Security](https://docs.microsoft.com/en-us/azure/azure-monitor/platform/roles-permissions-security).
130+
Restricting access in this manner only applies to data in the workspace. Configuration changes, including turning these access settings on or off, are managed by Azure Resource Manager. You should restrict access to Resource Manager using the appropriate roles, permissions, network controls, and auditing. For more information, see [Azure Monitor Roles, Permissions, and Security](roles-permissions-security.md).
130131

131132
> [!NOTE]
132-
> Logs and metrics uploaded to a workspace via Diagnostic Settings (https://docs.microsoft.com/en-us/azure/azure-monitor/platform/diagnostic-settings) go over a secure private Microsoft channel, and are not controlled by these settings.
133+
> Logs and metrics uploaded to a workspace via Diagnostic Settings (diagnostic-settings.md) go over a secure private Microsoft channel, and are not controlled by these settings.
133134
134135
## Configuring Application Insights components
135136

136137
In the Azure portal in your Azure Monitor Application Insights Component resource is a menu item Network Isolation on the left-hand side. You can control two different states from this menu.
137138

138139
**---------- TODO ------------- get screenshot----**
139140

140-
![AI Network Isolation](AMPLSScreenshotAINetworkIsolation.png)
141+
![AI Network Isolation](./media/private-link-security/6-ampls-ai-network-isolation.png)
141142

142143
First, you can connect this Application Insights resource to Azure Monitor Private Link scopes that you have access to. Click **Add** and select the Azure Monitor Private Link Scope. Click **Apply** to connect it. All connected scopes show up in this screen. Making this connection allows network traffic in the connected virtual networks to reach this component. Making the connection has the same effect as connecting it from the scope as we did in [Connecting Azure Monitor resources](#connecting-azure-monitor-resources).
143144

0 commit comments

Comments
 (0)