Skip to content

Commit baba215

Browse files
committed
[ACI] stub sections
1 parent 57dfd2f commit baba215

File tree

1 file changed

+18
-13
lines changed

1 file changed

+18
-13
lines changed

articles/container-instances/container-instances-vnet.md

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,29 +14,34 @@ ms.author: marsma
1414

1515
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.
1616

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:
1818

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
2323

24-
## Deploy to a virtual network
24+
## Deploy to new virtual network
2525

2626
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.
2727

28-
### New virtual network
28+
### Network profile
2929

30-
Explain the new network resources (see Word doc):
30+
### Delegated subnet
3131

32-
* Network profile
33-
* Delegate subnet
32+
## Deploy to existing virtual network
3433

35-
### Existing virtual network
34+
1. thing
35+
1. thing2
36+
1. thing3
3637

37-
## Intra-virtual network communication
38+
## Connect to network resources
3839

39-
## Container to on-premises communication
40+
### Container group communication
41+
42+
### Azure service endpoints
43+
44+
### On-premises resources
4045

4146
## Next steps
4247

0 commit comments

Comments
 (0)