Skip to content

Commit 1089860

Browse files
authored
Merge pull request #269250 from tarTech23/cloud
reordered Cloud connection
2 parents f4a55a1 + 2b1715d commit 1089860

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

articles/defender-for-iot/organizations/architecture-connections.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,25 +33,27 @@ Use this section to help determine which connection method is right for your clo
3333

3434
|If ... |... Then use |
3535
|---------|---------|
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)** |
3836
|- 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)** |
3939
|- You have sensors hosted in multiple public clouds | **[Multicloud connections](#multicloud-connections)** |
4040

4141
> [!NOTE]
4242
> While most connection methods are relevant for OT sensors only, [Direct connections](#direct-connections) are also used for [Enterprise IoT sensors](eiot-sensor.md).
4343
44-
## Proxy connections with an Azure proxy
44+
## Direct connections
4545

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.
4747

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":::
4949

50-
Depending on your network configuration, you can access the VNET via a VPN connection or an ExpressRoute connection.
50+
With direct connections:
5151

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.
5353

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).
5557

5658
## Proxy connections with proxy chaining
5759

@@ -65,19 +67,17 @@ It is the customer's responsibility to set up and maintain third-party proxy ser
6567

6668
For more information, see [Connect via proxy chaining](connect-sensors.md#connect-via-proxy-chaining).
6769

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
7171

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.
7373

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":::
7575

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.
7777

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.
7979

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).
8181

8282
## Multicloud connections
8383

0 commit comments

Comments
 (0)