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/defender-for-iot/organizations/architecture-connections.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,25 +33,27 @@ Use this section to help determine which connection method is right for your clo
33
33
34
34
|If ... |... Then use |
35
35
|---------|---------|
36
-
|- You require private connectivity between your sensor and Azure, <br>- Your site is connected to Azure via ExpressRoute, or <br>- Your site is connected to Azure over a VPN |**[Proxy connections with an Azure proxy](#proxy-connections-with-an-azure-proxy)**|
37
-
|- Your sensor needs a proxy to reach from the OT network to the cloud, or <br>- You want multiple sensors to connect to Azure through a single point |**[Proxy connections with proxy chaining](#proxy-connections-with-proxy-chaining)**|
38
36
|- You want to connect your sensor to Azure directly |**[Direct connections](#direct-connections)**|
37
+
|- Your sensor needs a proxy to reach from the OT network to the cloud, or <br>- You want multiple sensors to connect to Azure through a single point |**[Proxy connections with proxy chaining](#proxy-connections-with-proxy-chaining)**|
38
+
|- You require private connectivity between your sensor and Azure, <br>- Your site is connected to Azure via ExpressRoute, or <br>- Your site is connected to Azure over a VPN |**[Proxy connections with an Azure proxy](#proxy-connections-with-an-azure-proxy)**|
39
39
|- You have sensors hosted in multiple public clouds |**[Multicloud connections](#multicloud-connections)**|
40
40
41
41
> [!NOTE]
42
42
> While most connection methods are relevant for OT sensors only, [Direct connections](#direct-connections) are also used for [Enterprise IoT sensors](eiot-sensor.md).
43
43
44
-
## Proxy connections with an Azure proxy
44
+
## Direct connections
45
45
46
-
The following image shows how you can connect your sensors to the Defender for IoT portal in Azure through a proxy in the Azure VNET. This configuration ensures confidentiality for all communications between your sensor and Azure.
46
+
The following image shows how you can connect your sensors to the Defender for IoT portal in Azure directly over the internet from remote sites, without traversing the enterprise network.
47
47
48
-
:::image type="content" source="media/architecture-connections/proxy.png" alt-text="Diagram of a proxy connection using an Azure proxy." border="false":::
48
+
:::image type="content" source="media/architecture-connections/direct.png" alt-text="Diagram of a direct connection to Azure." border="false":::
49
49
50
-
Depending on your network configuration, you can access the VNET via a VPN connection or an ExpressRoute connection.
50
+
With direct connections:
51
51
52
-
This method uses a proxy server hosted within Azure. To handle load balancing and failover, the proxy is configured to scale automatically behind a load balancer.
52
+
- Any sensors connected to Azure data centers directly over the internet or Azure ExpressRoute have a secure and encrypted connection to the Azure data centers. Transport Layer Security (TLS1.2/AES-256) provides *always-on* communication between the sensor and Azure resources.
53
53
54
-
For more information, see [Connect via an Azure proxy](connect-sensors.md#set-up-an-azure-proxy).
54
+
- The sensor initiates all connections to the Azure portal. Initiating connections only from the sensor protects internal network devices from unsolicited inbound connections, but also means that you don't need to configure any inbound firewall rules.
55
+
56
+
For more information, see [Provision sensors for cloud management](ot-deploy/provision-cloud-management.md).
55
57
56
58
## Proxy connections with proxy chaining
57
59
@@ -65,19 +67,17 @@ It is the customer's responsibility to set up and maintain third-party proxy ser
65
67
66
68
For more information, see [Connect via proxy chaining](connect-sensors.md#connect-via-proxy-chaining).
67
69
68
-
## Direct connections
69
-
70
-
The following image shows how you can connect your sensors to the Defender for IoT portal in Azure directly over the internet from remote sites, without traversing the enterprise network.
70
+
## Proxy connections with an Azure proxy
71
71
72
-
:::image type="content" source="media/architecture-connections/direct.png" alt-text="Diagram of a direct connection to Azure." border="false":::
72
+
The following image shows how you can connect your sensors to the Defender for IoT portal in Azure through a proxy in the Azure VNET. This configuration ensures confidentiality for all communications between your sensor and Azure.
73
73
74
-
With direct connections:
74
+
:::image type="content" source="media/architecture-connections/proxy.png" alt-text="Diagram of a proxy connection using an Azure proxy." border="false":::
75
75
76
-
- Any sensors connected to Azure data centers directly over the internet or Azure ExpressRoute have a secure and encrypted connection to the Azure data centers. Transport Layer Security (TLS1.2/AES-256) provides *always-on* communication between the sensor and Azure resources.
76
+
Depending on your network configuration, you can access the VNET via a VPN connection or an ExpressRoute connection.
77
77
78
-
- The sensor initiates all connections to the Azure portal. Initiating connections only from the sensor protects internal network devices from unsolicited inbound connections, but also means that you don't need to configure any inbound firewall rules.
78
+
This method uses a proxy server hosted within Azure. To handle load balancing and failover, the proxy is configured to scale automatically behind a load balancer.
79
79
80
-
For more information, see [Provision sensors for cloud management](ot-deploy/provision-cloud-management.md).
80
+
For more information, see [Connect via an Azure proxy](connect-sensors.md#set-up-an-azure-proxy).
0 commit comments