Skip to content

Commit adfc57f

Browse files
committed
[ACI] resources and steps
1 parent baba215 commit adfc57f

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

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

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: mmacy
66

77
ms.service: container-instances
88
ms.topic: article
9-
ms.date: 08/28/2018
9+
ms.date: 08/29/2018
1010
ms.author: marsma
1111
---
1212

@@ -16,24 +16,33 @@ Azure Virtual Network provides secure, private networking including filtering, r
1616

1717
Container groups deployed into an Azure virtual network enable scenarios like the following:
1818

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
19+
* Direct communication between container groups in the same subnet
2220
* Container group communication with other Azure resources using service endpoints
21+
* Communicate with virtual machines in another subnet within the same virtual network
22+
* Container group communication with an on-premises application or database
2323

24-
## Deploy to new virtual network
24+
## Deploy to a 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-
### Network profile
28+
To deploy container groups into a virtual network, you need the following Azure resources:
2929

30-
### Delegated subnet
30+
* **Virtual network** - The virtual network defines the address space in which you create subnets. You deploy resources (like container groups) into subnets.
31+
* **Delegated subnet** - You "delegate" a subnet to Azure Container Instances so it can create container groups in the subnet.
32+
* **Container group network profile** - The network profile of a container group specifies the subnet it should be deployed to, and the container group's network policies.
33+
* **Container group** - The container group is deployed to the subnet specified by the network profile, and is governed by the network policies defined in the profile.
3134

32-
## Deploy to existing virtual network
35+
## Deploy to new virtual network
36+
37+
At a high level, the process for deploying a container group to a new virtual network is:
3338

34-
1. thing
35-
1. thing2
36-
1. thing3
39+
1. Create a virtual network
40+
1. Create a subnet
41+
1. Delegate the subnet to Azure Container Instances
42+
1. Create a network profile
43+
1. Deploy a container group, specifying the network profile
44+
45+
## Deploy to existing virtual network
3746

3847
## Connect to network resources
3948

0 commit comments

Comments
 (0)