Skip to content

Commit 4091fa6

Browse files
committed
Revert "[ACI] resources and steps"
This reverts commit adfc57f.
1 parent fdef742 commit 4091fa6

File tree

1 file changed

+11
-20
lines changed

1 file changed

+11
-20
lines changed

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

Lines changed: 11 additions & 20 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/29/2018
9+
ms.date: 08/28/2018
1010
ms.author: marsma
1111
---
1212

@@ -16,34 +16,25 @@ 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 between container groups in the same subnet
20-
* Container group communication with other Azure resources using service endpoints
19+
* Direct communication betweem container groups in the same subnet
2120
* Communicate with virtual machines in another subnet within the same virtual network
22-
* Container group communication with an on-premises application or database
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-
To deploy container groups into a virtual network, you need the following Azure resources:
29-
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.
28+
### Network profile
3429

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:
38-
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
30+
### Delegated subnet
4431

4532
## Deploy to existing virtual network
4633

34+
1. thing
35+
1. thing2
36+
1. thing3
37+
4738
## Connect to network resources
4839

4940
### Container group communication

0 commit comments

Comments
 (0)