Skip to content

Commit 25f9411

Browse files
Merge pull request #269337 from tysonfms/patch-53
Update container-instances-liveness-probe.md
2 parents 02a82c5 + 13cc692 commit 25f9411

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

articles/container-instances/container-instances-liveness-probe.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ This article explains how to deploy a container group that includes a liveness p
1616

1717
Azure Container Instances also supports [readiness probes](container-instances-readiness-probe.md), which you can configure to ensure that traffic reaches a container only when it's ready for it.
1818

19-
> [!NOTE]
20-
> Currently you cannot use a liveness probe in a container group deployed to a virtual network.
21-
2219
## YAML deployment
2320

2421
Create a `liveness-probe.yaml` file with the following snippet. This file defines a container group that consists of an NGINX container that eventually becomes unhealthy.

0 commit comments

Comments
 (0)