Disable-AzContainerAppRevision disables wrong revision #26748
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
customer-reported
needs-triage
This is a new issue that needs to be triaged to the appropriate team.
Description
I have a a container app with
myrev1
which is running and working andmyrev2
which is failing and restarting the replicas all the time so traffic is still going tomyrev1
. I'd like to stopmyrev2
from restarting forever and maybe activating if it somehow becomes healthy to avoid a sneaky release at a random time later.I tried
Disable-AzContainerAppRevision -ContainerAppName myapp -ResourceGroupName myrg -RevisionName myrev2
but this deactivates bothmyrev1
andmyrev2
meaning my app withmyrev1
which was healthy and running is now also stopped and not justmyrev2
.This seems like a bug since it should just stop the revision that I pass in to the command I assume.
Issue script & Debug output
Environment data
Module versions
Error output
The text was updated successfully, but these errors were encountered: