Skip to content

Commit 36114b0

Browse files
committed
incorp review comments
1 parent 1dd4454 commit 36114b0

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

articles/container-instances/container-instances-faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Frequently asked questions
33
description: Answers for frequently asked questions related to the Azure Container Instances service
44
author: dkkapur
55
ms.topic: article
6-
ms.date: 4/25/2019
6+
ms.date: 01/07/2020
77
---
88

99
# Frequently asked questions about Azure Container Instances
@@ -78,7 +78,7 @@ Currently, scaling is not available for containers or container groups. If you n
7878

7979
### What features are available to instances running in a custom VNet?
8080

81-
You can [deploy container groups in an Azure virtual network](container-instances-vnet.md) of your choice, and delegate private IPs to the container groups to route traffic within the VNet across your Azure resources. Deployment of a container group into a virtual network is is currently available for production workloads in a subset of Azure regions.
81+
You can [deploy container groups in an Azure virtual network](container-instances-vnet.md) of your choice, and delegate private IPs to the container groups to route traffic within the VNet across your Azure resources. Deployment of a container group into a virtual network is currently available for production workloads in a subset of Azure regions.
8282

8383
## Pricing
8484

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,9 @@ Container resource limits may differ from limits for non-networked container ins
3838
### Unsupported networking scenarios
3939

4040
* **Azure Load Balancer** - Placing an Azure Load Balancer in front of container instances in a networked container group is not supported
41-
* **Virtual network peering** - VNet peering will not work for ACI if the network to which the ACI VNet is peered uses a public IP space. The peered network needs an RFC1918 private IP space in order for peering to work. Additionally, you currently can only peer your VNet to one other VNet
41+
* **Virtual network peering**
42+
* VNet peering will not work for ACI if the network that the ACI VNet is peering to uses a public IP space. The peered network needs an RFC 1918 private IP space in order for VNet peering to work.
43+
* You can only peer your VNet to one other VNet
4244
* **Virtual network traffic routing** - Custom routes cannot be set up around public IPs. Routes can be set up within the private IP space of the delegated subnet in which the ACI resources are deployed
4345
* **Network security groups** - Outbound security rules in NSGs applied to a subnet delegated to Azure Container Instances aren't currently enforced
4446
* **Public IP or DNS label** - Container groups deployed to a virtual network don't currently support exposing containers directly to the internet with a public IP address or a fully qualified domain name
@@ -91,7 +93,7 @@ Once you've deployed your first container group with this method, you can deploy
9193

9294
To deploy a container group to an existing virtual network:
9395

94-
1. Create a subnet within your existing virtual network, use an existing subnet in which a container group is already deployed, or empty an existing subnet of *all* other resources
96+
1. Create a subnet within your existing virtual network, use an existing subnet in which a container group is already deployed, or use an existing subnet emptied of *all* other resources
9597
1. Deploy a container group with [az container create][az-container-create] and specify one of the following:
9698
* Virtual network name and subnet name
9799
* Virtual network resource ID and subnet resource ID, which allows using a virtual network from a different resource group
@@ -172,7 +174,7 @@ The log output should show that `wget` was able to connect and download the inde
172174

173175
### Deploy to existing virtual network - YAML
174176

175-
You can also deploy a container group to an existing virtual network by using a YAML file, a Resource Manager template, or another programmatic method. To deploy to a subnet in a virtual network, you specify several additional properties in the YAML:
177+
You can also deploy a container group to an existing virtual network by using a YAML file, a Resource Manager template, or another programmatic method such as with the Python SDK. To deploy to a subnet in a virtual network, you specify several additional properties in the YAML:
176178

177179
* `ipAddress`: The IP address settings for the container group.
178180
* `ports`: The ports to open, if any.

0 commit comments

Comments
 (0)