From 64ce8155ba5135e177aaa3f84a5aadc1ee01d68b Mon Sep 17 00:00:00 2001 From: Claudia Nadolny Date: Wed, 8 Apr 2020 16:15:45 -0700 Subject: [PATCH] formatting --- docs/rediscache/rediscache.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/rediscache/rediscache.md b/docs/rediscache/rediscache.md index 5d21da51a51..9acc0e76562 100644 --- a/docs/rediscache/rediscache.md +++ b/docs/rediscache/rediscache.md @@ -24,23 +24,16 @@ A Redis Cache is comprised of the following fields: A Redis Cache needs the following fields to deploy, along with a location and resource group. * `Properties.SKU.RedisCacheSku` Select a SKU, where the options are: _Basic_, _Standard_, and _Premium_. - * `Properties.SKU.RedisCacheSkuFamily` Select a SKU Family, where the options are: _C_, _P_. If you selected a _Premium_ SKU, then the corresponding SKU Family is _P_. - * `Properties.SKU.Capacity` Set the desired capacity - * `EnableNonSslPort` defaults to True ### Optional Fields * `SecretName` specify the name of the secret. If none is given, it will fall back to a default name. - * `KeyVaultToStoreSecrets` specify a Key Vault to store primary and secondary credentials in. If none is given, it will default to storing credentials as a Kube Secret. - * `Properties.SubnetID` specify a subnet ID to place the Redis Cache in - * `Properties.StaticIP` specify a statis IP for the Redis Cache - * `Properties.Configuration` provide a configuration to the Redis Cache ## Deploy