Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 865 Bytes

Demo.md

File metadata and controls

35 lines (18 loc) · 865 Bytes

AZ-204 Demo: Provision Azure Cache for Redis

In the demo you will provision an Azure Cache for Redis instance, get connected to the from the portal console and run a few commands.

Technical requirements:

  • Azure CLI or Cloud Shell
  • redis-cli tool

Demonstration:

  1. Open demo.azcli and execute the commands line by line.

  2. Copy the Redis Key from the output and save it for future use.

  3. Update Run CMD file with the key you copied.

  4. Run the CMD and execute following command:

    set msg "hello, world"

    get msg

  5. Open Azure portal and find the provisioned instance. Open the web console and run command to get your value set before.

    get msg

    redis

References

  1. Redis commands: https://redis.io/commands#

  2. Download console redis cli: https://github.com/MicrosoftArchive/redis/releases