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> 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
Az Redis Command: Update Redis Cache
az redis update -n <name> -g <resource_group> --sku <Basic|Premium|Standard> --vm-size <c0|c1|c2|c3|c4|c5|c6|p1|p2|p3|p4|p5> Az Redis Command: Export Redis Cache az redis export --container <container> --file-format <file-format> -n <name> --prefix <prefix> -g <resource_group> Az Redis Command: Delete Redis Cache az redis delete -n <name> -g <resource_group> -y Curl Command: Make Http Get Request Follow Redirects curl [-L|--location] [-D|--dump-header] - https://example.com Az Appconfig Command: Create App Configuration az appconfig create -n <name> -g <group_name> -l <location>