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/container-instances/container-instances-vnet.md
+18-13Lines changed: 18 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,29 +14,34 @@ ms.author: marsma
14
14
15
15
Azure Virtual Network provides secure, private networking including filtering, routing, and peering for your Azure and on-premises resources. By deploying container groups into an Azure virtual network, your containers can communicate securely with not only other resources in the virtual network, but also resources you have on-premises or in other Azure virtual networks.
16
16
17
-
Container groups deployed into an Azure virtual network support scenarios like the following:
17
+
Container groups deployed into an Azure virtual network enable scenarios like the following:
18
18
19
-
*Execute code in a container instance that accesses an on-premises application or database.
20
-
*Comm w/other DB in VNet using service endpoints
21
-
*Direct comm between ACI container groups in same subnet
22
-
*Comm w/VM in another subnet in same VNet
19
+
*Direct communication betweem container groups in the same subnet
20
+
*Communicate with virtual machines in another subnet within the same virtual network
21
+
*Execute code in a container instance that accesses an on-premises application or database
22
+
*Container group communication with other Azure resources using service endpoints
23
23
24
-
## Deploy to a virtual network
24
+
## Deploy to new virtual network
25
25
26
26
You can deploy container groups to a new or existing Azure virtual network. Depending on the configuration of the virtual network, your containers can communicate with other Azure resources in the same virtual network, resources in another Azure virtual network, or resources on the public internet.
0 commit comments