az-redis Verified for current stable LTS

Az Redis Command: Create Redis Cache

Use for create redis cache with Az Redis. Exact CLI syntax to create redis cache using Az Redis.

When to use this: Use for create redis cache with Az Redis.

Command Syntax

az redis create --location <location> -n <name> -g <resource_group> --sku <Basic|Premium|Standard> --vm-size <c0|c1|c2|c3|c4|c5|c6|p1|p2|p3|p4|p5>

Command Breakdown

--location
Command Option
Tool-specific option used by this command invocation.
-n
Command Option
Tool-specific option used by this command invocation.
-g
Command Option
Tool-specific option used by this command invocation.
--sku
Command Option
Tool-specific option used by this command invocation.
--vm-size
Command Option
Tool-specific option used by this command invocation.

FAQ

Purpose: Exact syntax to create redis cache using Az Redis.

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

Back to Az Redis directory