Skip to content

Commit 5587608

Browse files
authored
Merge pull request #114558 from yegu-ms/master
Added Create Enterprise quickstart
2 parents 3a2f360 + 32d472d commit 5587608

File tree

8 files changed

+141
-17
lines changed

8 files changed

+141
-17
lines changed

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

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,26 @@
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: Basic, Standard and Premium tiers
13+
href: quickstart-create-redis.md
14+
- name: Enterprise tiers
15+
href: quickstart-create-redis-enterprise.md
16+
- name: Use a cache
17+
items:
18+
- name: ASP.NET app
19+
href: cache-web-app-howto.md
20+
- name: .NET Core app
21+
href: cache-dotnet-core-quickstart.md
22+
- name: .NET app
23+
href: cache-dotnet-how-to-use-azure-redis-cache.md
24+
- name: Java app
25+
href: cache-java-get-started.md
26+
- name: Node.js app
27+
href: cache-nodejs-get-started.md
28+
- name: Python app
29+
href: cache-python-get-started.md
2230
- name: Tutorials
2331
items:
2432
- name: Use caching with leaderboards

articles/azure-cache-for-redis/cache-overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@ author: yegu-ms
55
ms.author: yegu
66
ms.service: cache
77
ms.topic: overview
8-
ms.date: 03/11/2020
8+
ms.date: 05/12/2020
99

1010
#As a developer, I want to understand what Azure Cache for Redis is and how it can improve performance in my application.
1111
---
1212

13-
# Azure Cache for Redis description
13+
# Azure Cache for Redis
1414

15-
Azure Cache for Redis provides an in-memory data store based on the open-source software [Redis](https://redis.io/). When used as a cache, Redis improves the performance and scalability of systems that rely heavily on backend data-stores. Performance is improved by copying frequently accessed data to fast storage located close to the application. With Azure Cache for Redis, this fast storage is located in-memory instead of being loaded from disk by a database.
15+
Azure Cache for Redis provides an in-memory data store based on the open-source software [Redis](https://redis.io/). When used as a cache, Redis improves the performance and scalability of systems that rely heavily on backend data stores. Performance is improved by copying frequently accessed data to fast storage located close to the application. With Azure Cache for Redis, this fast storage is located in-memory instead of being loaded from disk by a database.
1616

17-
Azure Cache for Redis can be used as an in-memory data structure store, a distributed non-relational database, and a message broker. Application performance is improved by taking advantage of the low-latency, high-throughput performance of the Redis engine.
17+
Azure Cache for Redis can be used as a distributed data cache, a session store, and a message broker. Application performance is improved by taking advantage of the low-latency, high-throughput performance of the Redis engine.
1818

19-
Azure Cache for Redis provides access to a secure, dedicated Redis cache. Azure Cache for Redis is managed by Microsoft, hosted within Azure, and accessible to any application within or outside of Azure. Additionally, Azure Redis for Cache uses the strategy of diskless replication, enhancing the compatibility with the payment card industry.
19+
Azure Cache for Redis offers access to a secure, dedicated Redis cache. It is managed by Microsoft, hosted on Azure, and accessible to any application within or outside of Azure.
2020

2121
## Using Azure Cache for Redis
2222

29.6 KB
Loading
57.4 KB
Loading
74.4 KB
Loading
75.3 KB
Loading
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
---
2+
title: 'Quickstart: Create an Enterprise tier cache'
3+
description: In this quickstart, learn how to create an instance of Azure Cache for Redis Enterprise tier
4+
author: yegu-ms
5+
ms.author: yegu
6+
ms.service: cache
7+
ms.custom: mvc
8+
ms.topic: quickstart
9+
ms.date: 05/12/2020
10+
#Customer intent: As a developer new to Azure Cache for Redis, I want to create an instance of Azure Cache for Redis Enterprise tier.
11+
---
12+
# Quickstart: Create an Enterprise tier cache (preview)
13+
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:
15+
* Enterprise, which uses volatile memory (DRAM) on a virtual machine to store data
16+
* Enterprise SSD, which uses both volatile and non-volatile memory (NVMe) to store data.
17+
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.
19+
20+
## Prerequisites
21+
22+
You'll need an Azure subscription before you begin. If you don't have one, create a [free account](https://azure.microsoft.com/free/) first.
23+
24+
## Create a cache
25+
1. To create a cache, sign in to the Azure portal using the link in your preview invitation and select **Create a resource**.
26+
27+
> [!IMPORTANT]
28+
> Don't subscribe to *Azure Cache for Redis, Enterprise Tiers* in the Marketplace directly.
29+
> This step is performed by the Azure Cache for Redis portal UI automatically.
30+
>
31+
32+
1. On the **New** page, select **Databases** and then select **Azure Cache for Redis**.
33+
34+
![Select Azure Cache for Redis](media/cache-create/new-cache-menu.png)
35+
36+
1. On the **New Redis Cache** page, configure the settings for your new cache.
37+
38+
| Setting | Suggested value | Description |
39+
| ------------ | ------- | -------------------------------------------------- |
40+
| **Subscription** | Drop down and select your subscription. | The subscription under which to create this new Azure Cache for Redis instance. |
41+
| **Resource group** | Drop down and select a resource group, or select **Create new** and enter a new resource group name. | Name for the resource group in which to create your cache and other resources. By putting all your app resources in one resource group, you can easily manage or delete them together. |
42+
| **DNS name** | Enter a globally unique name. | The cache name must be a string between 1 and 63 characters that contains only numbers, letters, or hyphens. The name must start and end with a number or letter, and can't contain consecutive hyphens. Your cache instance's *host name* will be *\<DNS name>.<Azure region>.redisenterprise.cache.azure.net*. |
43+
| **Location** | Drop down and select a location. | Enterprise tiers are available in West US, East US 2, and West Europe. |
44+
| **Cache tier** | Drop down and select an *Enterprise DRAM* or *Enterprise SSD* tier and a size. | The tier determines the size, performance, and features that are available for the cache. |
45+
46+
![Enterprise tier basics](media/cache-create/enterprise-tier-basics.png)
47+
48+
1. Select **Next: Networking** and skip.
49+
50+
> [!NOTE]
51+
> Support for private link will come later.
52+
>
53+
54+
1. Select **Next: Advanced**.
55+
56+
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.
57+
58+
![Enterprise tier advanced](media/cache-create/enterprise-tier-advanced.png)
59+
60+
> [!NOTE]
61+
> Redis Modules aren't supported in Enterprise SSD tier yet. If you plan to use a Redis Module,
62+
> be sure to choose an Enterprise tier cache.
63+
>
64+
65+
1. Select **Next: Tags** and skip.
66+
67+
1. Select **Next: Summary**.
68+
69+
![Enterprise tier summary](media/cache-create/enterprise-tier-summary.png)
70+
71+
1. Click the checkbox under **Terms**, review the settings, and then select **Review + create**.
72+
73+
It takes some time for the cache to create. You can monitor progress on the Azure Cache for Redis **Overview** page. When **Status** shows as **Running**, the cache is ready to use.
74+
75+
> [!NOTE]
76+
> Some time after the Enterprise tier cache is created, you'll receive an **Action required**
77+
> email from Azure Marketplace to configure *Azure Cache for Redis, Enterprise Tiers*. This
78+
> action isn't needed. You can safely ignore that email.
79+
>
80+
81+
## Next steps
82+
83+
In this quickstart, you learned how to create an Enterprise tier instance of Azure Cache for Redis.
84+
85+
> [!div class="nextstepaction"]
86+
> [Create an ASP.NET web app that uses an Azure Cache for Redis.](./cache-web-app-howto.md)
87+
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
title: 'Quickstart: Create an Azure Cache for Redis'
3+
description: In this quickstart, learn how to create an instance of Azure Cache for Redis
4+
author: yegu-ms
5+
ms.author: yegu
6+
ms.service: cache
7+
ms.custom: mvc
8+
ms.topic: quickstart
9+
ms.date: 05/12/2020
10+
#Customer intent: As a developer new to Azure Cache for Redis, I want to create an instance of Azure Cache for Redis Enterprise tier.
11+
---
12+
# Quickstart: Create an Azure Cache for Redis instance
13+
14+
Azure Cache for Redis provides fully managed [open-source Redis](https://redis.io/) within Azure. You can start with an Azure Cache for Redis instance of any tier (Basic, Standard or Premium) and size, and scale it to meet your application's performance needs. This quickstart demonstrates how to use the Azure portal to create a new Azure Cache for Redis.
15+
16+
## Prerequisites
17+
18+
You'll need an Azure subscription before you begin. If you don't have one, create a [free account](https://azure.microsoft.com/free/) first.
19+
20+
## Create a cache
21+
[!INCLUDE [redis-cache-create](../../includes/redis-cache-create.md)]
22+
23+
## Next steps
24+
25+
In this quickstart, you learned how to create an instance of Azure Cache for Redis.
26+
27+
> [!div class="nextstepaction"]
28+
> [Create an ASP.NET web app that uses an Azure Cache for Redis.](./cache-web-app-howto.md)
29+

0 commit comments

Comments
 (0)