az-container
Verified for current stable LTS
Az Container Command: Create Container In Group
Use for create container in group with Az Container. Exact CLI syntax to create container in group using Az Container.
When to use this: Use for create container in group with Az Container.
Command Syntax
az container create -g <resource_group> -n <name> --image <image_name> -os <windows|linux> --cpu <number_of_CPU_cores> --memory <memory_in_GB> az container create -g <resource_group> -n <name> --image <image_name> -os <windows|linux> --cpu <number_of_CPU_cores> --memory <memory_in_GB> Command Breakdown
-g- Command Option
- Tool-specific option used by this command invocation.
-n- Command Option
- Tool-specific option used by this command invocation.
--image- Command Option
- Tool-specific option used by this command invocation.
-os- Command Option
- Tool-specific option used by this command invocation.
--cpu- Command Option
- Tool-specific option used by this command invocation.
--memory- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to create container in group using Az Container.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Az Container Command: Create Container
az container create -g <resource_group> -n <name> --image <image_name> -os <windows|linux> --cpu <number_of_CPU_cores> --memory <memory_in_GB> Az Container Command: Delete Container Group az container delete -n <name> -g <resource_group> Az Container Command: Examine Container Logs az container logs -n <name> -g <resource_group> Az Container Command: Examine Logs az container logs -n <name> -g <resource_group> Az Container Command: Exec Command az container exec -g <resource_group> -n <container_group_name> --exec-command "<command>"