Skip to content

Commit bb5ace0

Browse files
committed
Added Create quickstart
1 parent b6d2670 commit bb5ace0

File tree

2 files changed

+34
-5
lines changed

2 files changed

+34
-5
lines changed

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

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 [create one for free](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)