Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cnadolny committed Apr 8, 2020
1 parent 88adca3 commit 64ce815
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/rediscache/rediscache.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 64ce815

Please sign in to comment.