Delete multiple Azure container instances at once
As continuation of the blog about creating Azure container instance in Typescript with dynamic environment variables, in this blog I’ll show the way we can delete multiple container instances at once.
The command is simple
|
|
In above command, I just use simple query condition that selects first 50 container instances in the account.
You can customize the query
parameter to filter the container instances will be deleted by using https://jmespath.org/.
Author nhs000
LastMod 2021-03-09