Skip to content

Instantly share code, notes, and snippets.

@vkurpad
Last active April 18, 2017 19:29
Show Gist options
  • Save vkurpad/4722c51a695e4652e16bd393461fb8ae to your computer and use it in GitHub Desktop.
Save vkurpad/4722c51a695e4652e16bd393461fb8ae to your computer and use it in GitHub Desktop.
ARM Template
{
"apiVersion": "2016-04-01",
"type": "Microsoft.Cache/Redis",
"name": "andersencache",
"location": "centralus",
"properties": {
"sku": {
"name": "Basic",
"family": "C",
"capacity": 0
},
"redisConfiguration": {},
"enableNonSslPort": false
}
}
"CacheConnection": "[concat(concat(parameters('name'), 'cache'), '.redis.cache.windows.net,abortConnect=false,ssl=true,password=', listKeys(resourceId('Microsoft.Cache/Redis', concat(parameters('name'), 'cache')), '2015-08-01').primaryKey)]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment