Skip to content

Commit 1d40c40

Browse files
committed
Added to TOC
1 parent 7cbe92f commit 1d40c40

File tree

2 files changed

+22
-16
lines changed

2 files changed

+22
-16
lines changed

articles/azure-cache-for-redis/TOC.yml

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,24 @@
77
- name: Quickstarts
88
expanded: true
99
items:
10-
- name: ASP.NET app
11-
href: cache-web-app-howto.md
12-
- name: .NET Core app
13-
href: cache-dotnet-core-quickstart.md
14-
- name: .NET app
15-
href: cache-dotnet-how-to-use-azure-redis-cache.md
16-
- name: Java app
17-
href: cache-java-get-started.md
18-
- name: Node.js app
19-
href: cache-nodejs-get-started.md
20-
- name: Python app
21-
href: cache-python-get-started.md
10+
- name: Create a cache
11+
items:
12+
- name: Enterprise tiers
13+
- href: quickstart-create-redis-enterprise.md
14+
- name: Use a cache
15+
items:
16+
- name: ASP.NET app
17+
href: cache-web-app-howto.md
18+
- name: .NET Core app
19+
href: cache-dotnet-core-quickstart.md
20+
- name: .NET app
21+
href: cache-dotnet-how-to-use-azure-redis-cache.md
22+
- name: Java app
23+
href: cache-java-get-started.md
24+
- name: Node.js app
25+
href: cache-nodejs-get-started.md
26+
- name: Python app
27+
href: cache-python-get-started.md
2228
- name: Tutorials
2329
items:
2430
- name: Use caching with leaderboards

articles/azure-cache-for-redis/quickstart-create-redis-enterprise.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ ms.topic: quickstart
99
ms.date: 05/12/2020
1010
#Customer intent: As a developer new to Azure Cache for Redis, I want to create an instance of Azure Cache for Redis Enterprise tier.
1111
---
12-
# Quickstart: Create an Enterprise tier cache (private preview)
12+
# Quickstart: Create an Enterprise tier cache (preview)
1313

14-
Azure Cache for Redis' Enterprise tiers provide fully-integrated and fully-managed [Redis Enterprise](https://redislabs.com/redis-enterprise/) on Azure. They're currently available as a private preview. There are two new tiers in this preview:
14+
Azure Cache for Redis' Enterprise tiers provide fully integrated and managed [Redis Enterprise](https://redislabs.com/redis-enterprise/) on Azure. They're currently available as a preview. There are two new tiers in this preview:
1515
* Enterprise, which uses volatile memory (DRAM) on a virtual machine to store data
1616
* Enterprise SSD, which uses both volatile and non-volatile memory (NVMe) to store data.
1717

18-
There is no cost for joining the private preview. If you're interested, please register through the [Azure Marketplace](https://aka.ms/redispreviewsignup/). We have very limited number of participant spots and can't guarantee that you'll be accepted into the preview.
18+
There isn't any cost for joining the preview. Register through the [Azure Marketplace](https://aka.ms/redispreviewsignup/) if you're interested. We have very limited number of participant spots and can't guarantee that you'll be accepted into the preview.
1919

2020
## Prerequisites
2121

@@ -48,7 +48,7 @@ You'll need an Azure subscription before you begin. If you don't have one, creat
4848
4949
1. Select **Next: Advanced**.
5050

51-
You can keep the default settings or change them as appropriate. If you turn on **Allow access only via TLS**, you must use TLS to access the new cache from your application.
51+
You can keep the default settings or change them as appropriate. When turning on **Allow access only via TLS**, you must use TLS to access the new cache from your application.
5252

5353
![Enterprise tier advanced](media/cache-create/enterprise-tier-advanced.png)
5454

0 commit comments

Comments
 (0)