I am developing a node.js website which utilizes the Table storage. I am now trying to utilize the azure cache service with my website, but I am not able to find any examples of connecting to the cache via node.js and accessing it. I found this link, but I am not sure where to find the access token for the cache. I created the cache through the Azure powershell using the New-AzureManagedCache
command. How exactly do I connect to the cache and store/retrieve values?
Thank you!
Have you seen this link http://msdn.microsoft.com/en-us/library/dn448831.aspx? After creating the cache through powershell, you should login to the management portal to get the keys.