Skip to content

Commit 57dfd2f

Browse files
committed
[ACI] article: deploy to vnet
1 parent 431ebb8 commit 57dfd2f

File tree

2 files changed

+51
-0
lines changed

2 files changed

+51
-0
lines changed

articles/container-instances/TOC.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
href: container-instances-multi-container-group.md
4646
- name: Deploy from Azure Container Registry
4747
href: container-instances-using-azure-container-registry.md
48+
- name: Deploy to Azure Virtual Network
49+
href: container-instances-vnet.md
4850
- name: Set environment variables (env)
4951
href: container-instances-environment-variables.md
5052
- name: Configure liveness probes
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
title: Deploy container instances into an Azure virtual network
3+
description: Learn how to deploy container groups to a new or existing Azure virtual network.
4+
services: container-instances
5+
author: mmacy
6+
7+
ms.service: container-instances
8+
ms.topic: article
9+
ms.date: 08/28/2018
10+
ms.author: marsma
11+
---
12+
13+
# Deploy container instances into an Azure virtual network
14+
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+
17+
Container groups deployed into an Azure virtual network support scenarios like the following:
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
23+
24+
## Deploy to a virtual network
25+
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.
27+
28+
### New virtual network
29+
30+
Explain the new network resources (see Word doc):
31+
32+
* Network profile
33+
* Delegate subnet
34+
35+
### Existing virtual network
36+
37+
## Intra-virtual network communication
38+
39+
## Container to on-premises communication
40+
41+
## Next steps
42+
43+
* Point to AKS + ACI article
44+
45+
<!-- IMAGES -->
46+
47+
<!-- LINKS - External -->
48+
49+
<!-- LINKS - Internal -->

0 commit comments

Comments
 (0)