You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-instances/container-instances-faq.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: Frequently asked questions
3
3
description: Answers for frequently asked questions related to the Azure Container Instances service
4
4
author: dkkapur
5
5
ms.topic: article
6
-
ms.date: 4/25/2019
6
+
ms.date: 01/07/2020
7
7
---
8
8
9
9
# Frequently asked questions about Azure Container Instances
@@ -78,7 +78,7 @@ Currently, scaling is not available for containers or container groups. If you n
78
78
79
79
### What features are available to instances running in a custom VNet?
80
80
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.
Copy file name to clipboardExpand all lines: articles/container-instances/container-instances-vnet.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,9 @@ Container resource limits may differ from limits for non-networked container ins
38
38
### Unsupported networking scenarios
39
39
40
40
***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
42
44
***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
43
45
***Network security groups** - Outbound security rules in NSGs applied to a subnet delegated to Azure Container Instances aren't currently enforced
44
46
***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
91
93
92
94
To deploy a container group to an existing virtual network:
93
95
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
95
97
1. Deploy a container group with [az container create][az-container-create] and specify one of the following:
96
98
* Virtual network name and subnet name
97
99
* 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
172
174
173
175
### Deploy to existing virtual network - YAML
174
176
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:
176
178
177
179
*`ipAddress`: The IP address settings for the container group.
0 commit comments