1
votes

When I try to run below command to just start with Azure Redis cache I am getting below error message. Am I missing something? I am using Windows PowerShell, Version 3.0.

PS C:> New-AzureRedisCache

New-AzureRedisCache : The term 'New-AzureRedisCache' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

1
No worries.. I got it.. :) I got to switch to Azure Resource Manager module using below command.. PS C:\> Switch-AzureMode -Name AzureResourceManager that's it.. and it worked.. :)Prathamesh

1 Answers

0
votes

You don't have all the prerequisites complete (no Azure PowerShell commands loaded). Follow the instructions at Manage Azure Redis Cache with Azure PowerShell.