Skip to content

Commit 99f6d76

Browse files
committed
Remove Preview
1 parent 5cb04a5 commit 99f6d76

File tree

6 files changed

+15
-9
lines changed

6 files changed

+15
-9
lines changed

articles/redis/best-practices-connection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Best practices for connection resilience for Azure Managed Redis(preview)
2+
title: Best practices for connection resilience for Azure Managed Redis
33
description: Learn how to make your Azure Managed Redis connections resilient.
44

55

articles/redis/best-practices-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ appliesto:
1111
- ✅ Azure Managed Redis
1212
---
1313

14-
# Development with Azure Managed Redis(preview)
14+
# Development with Azure Managed Redis
1515

1616
## Connection resilience and server load
1717

articles/redis/migrate/migrate-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ In this article, you learn to migrate from Azure Cache for Redis instance to an
2929

3030
## Feature comparison between Azure Cache for Redis and Azure Managed Redis
3131

32-
| Feature Description | Basic | Standard | Premium | Balanced (preview) | Memory Optimized (preview) | Compute Optimized (preview) |
32+
| Feature Description | Basic | Standard | Premium | Balanced | Memory Optimized | Compute Optimized |
3333
| ------------------- | :-----: | :------: | :---: | :---: | :---: |:---: |
3434
| Availability |N/A|99.9%|99.9%|N/A|N/A|N/A |
3535
| Data encryption in transit |Yes|Yes|Yes|Yes|Yes|Yes|

articles/redis/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ To check the availability by region, see [Products available by region](https://
153153

154154
## Migration from Azure Cache for Redis
155155

156-
For more information about migrating from Azure Cache for Redis to Azure Managed Redis, see [Move from Azure Cache for Redis to Azure Managed Redis (preview)](migrate/migrate-overview.md).
156+
For more information about migrating from Azure Cache for Redis to Azure Managed Redis, see [Move from Azure Cache for Redis to Azure Managed Redis](migrate/migrate-overview.md).
157157

158158
## Related content
159159

160160
- [Create an Azure Managed Redis instance](quickstart-create-managed-redis.md)
161-
- [Azure Managed Redis (preview) Architecture](architecture.md)
161+
- [Azure Managed Redis Architecture](architecture.md)

articles/redis/tutorial-aks-get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ ms.custom:
77
ms.date: 10/01/2024
88
appliesto:
99
- ✅ Azure Cache for Redis
10+
- ✅ Azure Managed Redis
1011

1112
#CustomerIntent: As a developer, I want to see how to use a Azure Cache for Redis instance with an AKS container so that I see how I can use my cache instance with a Kubernetes cluster.
1213
---
1314

1415
# Tutorial: Connect to Azure Cache for Redis or Azure Managed Redis from your application hosted on Azure Kubernetes Service
1516

16-
In this tutorial, you use this [sample](https://github.com/Azure-Samples/azure-cache-redis-samples/tree/main/tutorial/connect-from-aks) to connect with an Azure Cache for Redis or Azure Managed Redis(preview) instance.
17+
In this tutorial, you use this [sample](https://github.com/Azure-Samples/azure-cache-redis-samples/tree/main/tutorial/connect-from-aks) to connect with an Azure Cache for Redis or Azure Managed Redis instance.
1718

1819
## Prerequisites
1920

@@ -31,7 +32,7 @@ In this tutorial, you use this [sample](https://github.com/Azure-Samples/azure-c
3132
For this tutorial, use a Standard C1 cache.
3233
:::image type="content" source="media/tutorial-aks-get-started/cache-new-instance.png" alt-text="Screenshot of creating a Standard C1 cache in the Azure portal":::
3334

34-
1. Follow the steps through to create the cache.
35+
1. Complete the steps to create the cache.
3536

3637
1. Once your Redis cache instance is created, navigate to the **Authentication** tab. Select the user assigned managed identity you want to use to connect to your Redis cache instance, then select **Save**.
3738

@@ -41,7 +42,6 @@ In this tutorial, you use this [sample](https://github.com/Azure-Samples/azure-c
4142

4243
## Run sample locally
4344

44-
4545
To run this sample locally, configure your user principal as a Redis User on your Redis instance. The code sample uses your user principal through [DefaultAzureCredential](/dotnet/azure/sdk/authentication/?tabs=command-line#use-defaultazurecredential-in-an-application) to connect to Redis instance.
4646

4747
## Configure your AKS cluster

articles/redis/whats-new.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: What's new in Azure Managed Redis (preview)
2+
title: What's new in Azure Managed Redis
33
description: Recent updates for Azure Managed Redis
44

55
ms.custom: references_regions
@@ -14,6 +14,12 @@ appliesto:
1414

1515
Find out what's new in Azure Managed Redis (preview).
1616

17+
## May 2024
18+
19+
Azure Managed Redis is now Generally Available (GA) to create and use managed caches. Azure Managed Redis runs on the [Redis Enterprise](https://redis.io/technology/advantages/) stack, which offers significant advantages over the community edition of Redis.
20+
21+
Certain features in Azure Managed Redis are still in Public Preview.
22+
1723
## November 2024
1824

1925
### Azure Managed Redis (preview)

0 commit comments

Comments
 (0)