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: learn-pr/wwl-azure/configure-azure-container-instances/includes/3-review.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
@@ -26,12 +26,12 @@ Let's review some of the [benefits of using Azure Container Instances](/azure/co
26
26
27
27
-**Public IP connectivity and DNS names**. Containers can be directly exposed to the internet with an IP address and FQDN (fully qualified domain name).
28
28
29
-
-**Custom sizes**. Container nodes can be scaled dynamically to match actual resource demands for an application.
29
+
-**Custom sizes**. You specify CPU cores (from 0.1 to 4 vCPU) and memory (from 0.1 to 16 GB) for each container at deployment time. Resource allocation is fixed for the lifetime of the container group.
30
30
31
31
-**Persistent storage**. Containers support direct mounting of Azure Files file shares.
32
32
33
33
-**Linux and Windows containers**. Container Instances can schedule both Windows and Linux containers. Specify the operating system type when you create your container groups.
34
34
35
35
-**Coscheduled groups**. Container Instances supports scheduling of multi-container groups that share host machine resources.
36
36
37
-
-**Virtual network deployment**. Container Instances can be deployed into an Azure virtual network.
37
+
-**Virtual network deployment**. Linux container groups can be deployed into an Azure virtual network for private communication with other Azure resources. Virtual network deployed containers receive no public IP address and communicate only within the virtual network or peered networks.
0 commit comments