From 073676c5454b94e41c6f10c412e48ab0b162606b Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Tue, 9 Jul 2024 14:50:56 -0400 Subject: [PATCH] rearrange tabs and change back to just Azure Signed-off-by: Hannah Hunter --- .../components-reference/supported-bindings/redis.md | 10 +++++----- .../redis-configuration-store.md | 10 +++++----- .../components-reference/supported-locks/redis-lock.md | 10 +++++----- .../supported-pubsub/setup-redis-pubsub.md | 10 +++++----- .../supported-state-stores/setup-redis.md | 10 +++++----- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/daprdocs/content/en/reference/components-reference/supported-bindings/redis.md b/daprdocs/content/en/reference/components-reference/supported-bindings/redis.md index 38dd54e54..18cc59d53 100644 --- a/daprdocs/content/en/reference/components-reference/supported-bindings/redis.md +++ b/daprdocs/content/en/reference/components-reference/supported-bindings/redis.md @@ -163,7 +163,7 @@ Dapr can use any Redis instance - containerized, running on your local dev machi *Note: Dapr does not support Redis >= 7. It is recommended to use Redis 6* -{{< tabs "Self-Hosted" "Kubernetes" "AWS" "GCP" "Azure Cache for Redis">}} +{{< tabs "Self-Hosted" "Kubernetes" "AWS" "Azure" "GCP" >}} {{% codetab %}} The Dapr CLI will automatically create and setup a Redis Streams instance for you. @@ -205,10 +205,6 @@ You can use [Helm](https://helm.sh/) to quickly create a Redis instance in our K [AWS Redis](https://aws.amazon.com/redis/) {{% /codetab %}} -{{% codetab %}} -[GCP Cloud MemoryStore](https://cloud.google.com/memorystore/) -{{% /codetab %}} - {{% codetab %}} 1. [Create an Azure Cache for Redis instance using the official Microsoft documentation.](https://docs.microsoft.com/azure/azure-cache-for-redis/quickstart-create-redis) @@ -238,6 +234,10 @@ You can use [Helm](https://helm.sh/) to quickly create a Redis instance in our K {{% /codetab %}} +{{% codetab %}} +[GCP Cloud MemoryStore](https://cloud.google.com/memorystore/) +{{% /codetab %}} + {{< /tabs >}} diff --git a/daprdocs/content/en/reference/components-reference/supported-configuration-stores/redis-configuration-store.md b/daprdocs/content/en/reference/components-reference/supported-configuration-stores/redis-configuration-store.md index 09667f1cf..c8f0b0e8b 100644 --- a/daprdocs/content/en/reference/components-reference/supported-configuration-stores/redis-configuration-store.md +++ b/daprdocs/content/en/reference/components-reference/supported-configuration-stores/redis-configuration-store.md @@ -65,7 +65,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr Dapr can use any Redis instance: containerized, running on your local dev machine, or a managed cloud service. -{{< tabs "Self-Hosted" "Kubernetes" "Azure Cache for Redis" "AWS" "GCP" >}} +{{< tabs "Self-Hosted" "Kubernetes" "AWS" "Azure" "GCP" >}} {{% codetab %}} A Redis instance is automatically created as a Docker container when you run `dapr init` @@ -100,6 +100,10 @@ You can use [Helm](https://helm.sh/) to quickly create a Redis instance in our K ``` {{% /codetab %}} +{{% codetab %}} +[AWS Redis](https://aws.amazon.com/redis/) +{{% /codetab %}} + {{% codetab %}} 1. [Create an Azure Cache for Redis instance using the official Microsoft documentation.](https://docs.microsoft.com/azure/azure-cache-for-redis/quickstart-create-redis) @@ -130,10 +134,6 @@ You can use [Helm](https://helm.sh/) to quickly create a Redis instance in our K {{% /codetab %}} -{{% codetab %}} -[AWS Redis](https://aws.amazon.com/redis/) -{{% /codetab %}} - {{% codetab %}} [GCP Cloud MemoryStore](https://cloud.google.com/memorystore/) {{% /codetab %}} diff --git a/daprdocs/content/en/reference/components-reference/supported-locks/redis-lock.md b/daprdocs/content/en/reference/components-reference/supported-locks/redis-lock.md index ca01becdc..946c77c94 100644 --- a/daprdocs/content/en/reference/components-reference/supported-locks/redis-lock.md +++ b/daprdocs/content/en/reference/components-reference/supported-locks/redis-lock.md @@ -111,7 +111,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr Dapr can use any Redis instance: containerized, running on your local dev machine, or a managed cloud service. -{{< tabs "Self-Hosted" "Kubernetes" "Azure Cache for Redis" "AWS" "GCP" >}} +{{< tabs "Self-Hosted" "Kubernetes" "AWS" "Azure" "GCP" >}} {{% codetab %}} A Redis instance is automatically created as a Docker container when you run `dapr init` @@ -146,6 +146,10 @@ You can use [Helm](https://helm.sh/) to quickly create a Redis instance in our K ``` {{% /codetab %}} +{{% codetab %}} +[AWS Redis](https://aws.amazon.com/redis/) +{{% /codetab %}} + {{% codetab %}} 1. [Create an Azure Cache for Redis instance using the official Microsoft documentation.](https://docs.microsoft.com/azure/azure-cache-for-redis/quickstart-create-redis) @@ -175,10 +179,6 @@ You can use [Helm](https://helm.sh/) to quickly create a Redis instance in our K {{% /codetab %}} -{{% codetab %}} -[AWS Redis](https://aws.amazon.com/redis/) -{{% /codetab %}} - {{% codetab %}} [GCP Cloud MemoryStore](https://cloud.google.com/memorystore/) {{% /codetab %}} diff --git a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-redis-pubsub.md b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-redis-pubsub.md index 8fee2c80b..a522e53c4 100644 --- a/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-redis-pubsub.md +++ b/daprdocs/content/en/reference/components-reference/supported-pubsub/setup-redis-pubsub.md @@ -72,7 +72,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr Dapr can use any Redis instance - containerized, running on your local dev machine, or a managed cloud service, provided the version of Redis is 5.x or 6.x. -{{< tabs "Self-Hosted" "Kubernetes" "AWS" "GCP" "Azure Cache for Redis">}} +{{< tabs "Self-Hosted" "Kubernetes" "AWS" "Azure" "GCP" >}} {{% codetab %}} The Dapr CLI will automatically create and setup a Redis Streams instance for you. @@ -114,10 +114,6 @@ You can use [Helm](https://helm.sh/) to quickly create a Redis instance in our K [AWS Redis](https://aws.amazon.com/redis/) {{% /codetab %}} -{{% codetab %}} -[GCP Cloud MemoryStore](https://cloud.google.com/memorystore/) -{{% /codetab %}} - {{% codetab %}} 1. [Create an Azure Cache for Redis instance using the official Microsoft documentation.](https://docs.microsoft.com/azure/azure-cache-for-redis/quickstart-create-redis) @@ -147,6 +143,10 @@ You can use [Helm](https://helm.sh/) to quickly create a Redis instance in our K {{% /codetab %}} +{{% codetab %}} +[GCP Cloud MemoryStore](https://cloud.google.com/memorystore/) +{{% /codetab %}} + {{< /tabs >}} diff --git a/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-redis.md b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-redis.md index 9ed69d51c..c6bcae098 100644 --- a/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-redis.md +++ b/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-redis.md @@ -130,7 +130,7 @@ If you wish to use Redis as an actor store, append the following to the yaml. Dapr can use any Redis instance: containerized, running on your local dev machine, or a managed cloud service. -{{< tabs "Self-Hosted" "Kubernetes" "Azure" "AWS" "GCP" >}} +{{< tabs "Self-Hosted" "Kubernetes" "AWS" "Azure" "GCP" >}} {{% codetab %}} A Redis instance is automatically created as a Docker container when you run `dapr init` @@ -165,6 +165,10 @@ You can use [Helm](https://helm.sh/) to quickly create a Redis instance in our K ``` {{% /codetab %}} +{{% codetab %}} +[AWS Redis](https://aws.amazon.com/redis/) +{{% /codetab %}} + {{% codetab %}} 1. [Create an Azure Cache for Redis instance using the official Microsoft documentation.](https://docs.microsoft.com/azure/azure-cache-for-redis/quickstart-create-redis) @@ -194,10 +198,6 @@ You can use [Helm](https://helm.sh/) to quickly create a Redis instance in our K {{% /codetab %}} -{{% codetab %}} -[AWS Redis](https://aws.amazon.com/redis/) -{{% /codetab %}} - {{% codetab %}} [GCP Cloud MemoryStore](https://cloud.google.com/memorystore/) {{% /codetab %}}