Skip to content

Commit 9d218bd

Browse files
committed
Remove preview SLA
1 parent 99f6d76 commit 9d218bd

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

articles/redis/architecture.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,6 @@ appliesto:
1515

1616
Azure Managed Redis runs on the [Redis Enterprise](https://redis.io/technology/advantages/) stack, which offers significant advantages over the community edition of Redis. The following information provides greater detail about how Azure Managed Redis is architected, including information that can be useful to power users.
1717

18-
> [!IMPORTANT]
19-
> Azure Managed Redis is currently in PREVIEW.
20-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
21-
2218
## Comparison with Azure Cache for Redis
2319

2420
The Basic, Standard, and Premium tiers of Azure Cache for Redis were built on the community edition of Redis. This version of Redis has several significant limitations, including being single-threaded by design. This reduces performance significantly and makes scaling less efficient as more vCPUs aren't fully utilized by the service. A typical Azure Cache for Redis instance uses an architecture like this:

articles/redis/migrate/migrate-overview.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ appliesto:
1818

1919
In this article, you learn to migrate from Azure Cache for Redis instance to an Azure Managed Redis instance.
2020

21-
> [!IMPORTANT]
22-
> Azure Managed Redis is currently in PREVIEW.
23-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
24-
2521
## Prerequisites
2622

2723
- Azure subscription - [create one for free](https://azure.microsoft.com/free/)

articles/redis/overview.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ appliesto:
1616
Azure Managed Redis provides an in-memory data store based on the [Redis Enterprise](https://redis.io/about/redis-enterprise/) software. Redis Enterprise improves the performance and reliability of the community edition of Redis, while maintaining compatibility. Microsoft operates the service, hosted on Azure, and usable by any application within or outside of Azure.
1717
For more information on how Azure Managed Redis is built, see [Azure Managed Redis Architecture](architecture.md).
1818

19-
> [!IMPORTANT]
20-
> Azure Managed Redis is currently in PREVIEW.
21-
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
22-
2319
Azure Managed Redis can improve the performance and scalability of an application that heavily uses backend data stores. It's able to process large volumes of application requests by keeping frequently accessed data in the server memory, which can be written to and read from quickly.
2420

2521
Redis brings a critical low-latency and high-throughput data storage solution to modern applications. Additionally, Redis is increasingly used for noncaching applications, including data ingestion, deduplication, messaging, [leaderboards](web-app-cache-aside-leaderboard.md), [semantic caching](tutorial-semantic-cache.md), and as a [vector database](overview-vector-similarity.md).

0 commit comments

Comments
 (0)