Support Stopping and Starting Container Groups from Az PowerShell Module
It doesn't appear that the Az PowerShell module has any support to start, stop or restart a container group.
This can be done with the Azure CLI with the az container stop, az container start, and container restart commands.
Please provide equivalent functionality in the Az PowerShell module, (and close the other gaps like az container exec)
2 comments
-
Daniel Scott-Raynsford commented
These gaps in Az CLI vs Azure PowerShell need to be closed by the teams. Although Invoke-AzResourceAction can be used to execute these commands, this is not a good solution.
-
J. T. commented