Skip to content

Commit 94c632e

Browse files
committed
incorp'd review comment
1 parent 8f036e1 commit 94c632e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

articles/container-instances/container-instances-overview.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,16 @@ Azure Container Instances is a great solution for any scenario that can operate
1515
## Fast startup times
1616

1717
Containers offer significant startup benefits over virtual machines (VMs). Azure Container Instances can start containers in Azure in seconds, without the need to provision and manage VMs.
18-
P
18+
1919
## Container access
2020

2121
Azure Container Instances enables exposing your container groups directly to the internet with an IP address and a fully qualified domain name (FQDN). When you create a container instance, you can specify a custom DNS name label so your application is reachable at *customlabel*.*azureregion*.azurecontainer.io.
2222

23-
24-
25-
Azure Container Instances also supports executing a command in a running container, for example to run an interactive shell to help with application development and troubleshooting. Access takes places over HTTPS, using TLS to secure client connections.
23+
Azure Container Instances also supports executing a command in a running container by providing an interactive shell to help with application development and troubleshooting. Access takes places over HTTPS, using TLS to secure client connections.
2624

2725
> [!IMPORTANT]
2826
> Starting January 13, 2020, Azure Container Instances will require all secure connections from servers and applications to use TLS 1.2. Support for TLS 1.0 and 1.1 will be retired.
2927
30-
31-
3228
## Hypervisor-level security
3329

3430
Historically, containers have offered application dependency isolation and resource governance but have not been considered sufficiently hardened for hostile multi-tenant usage. Azure Container Instances guarantees your application is as isolated in a container as it would be in a VM.

0 commit comments

Comments
 (0)