Skip to content

Commit

Permalink
Doc/add redis sample (#3317)
Browse files Browse the repository at this point in the history
* Add Redis sample link
* Improve index page
  • Loading branch information
theunrepentantgeek authored Sep 18, 2023
1 parent af615ca commit 3e8129e
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/hugo/content/tutorials/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,37 @@ cascade:
- render: always
description: Tutorials for using Azure Service Operator
---

{{< cardpane >}}
{{< card header="CosmosDB to-do List">}}

Follow the [guided example](https://github.com/Azure-Samples/azure-service-operator-samples/tree/master/cosmos-todo-list)
to create a to-do list application backed by CosmosDB.

The CosmosDB is hosted in Azure but created easily via `kubectl` and Azure Service Operator.

{{< /card >}}
{{< card header="CosmosDB to-do List with Managed Identity">}}

Follow the [guided example](https://github.com/Azure-Samples/azure-service-operator-samples/tree/master/cosmos-todo-list-mi)
to create a to-do list application backed by CosmosDB using Managed Identity and Workload Identity.

{{< /card >}}
{{< /cardpane >}}

{{< cardpane >}}
{{< card header="PostgreSQL Votes">}}

Follow the [guided example](https://github.com/Azure-Samples/azure-service-operator-samples/tree/master/cosmos-todo-list)
to create a to-do list application backed by CosmosDB.

The CosmosDB is hosted in Azure but created easily via `kubectl` and Azure Service Operator.

{{< /card >}}
{{< card header="Redis Votes">}}

Follow the [guided example](https://github.com/Azure-Samples/azure-service-operator-samples/tree/master/azure-votes-redis)
to create a simple voting application backed by Azure Redis.

{{< /card >}}
{{< /cardpane >}}
7 changes: 7 additions & 0 deletions docs/hugo/content/tutorials/tutorial-redis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Tutorial: Redis Votes"
---

Follow the [guided example](https://github.com/Azure-Samples/azure-service-operator-samples/tree/master/azure-votes-redis)
to create a simple voting application backed by Redis.
The Redis cache is hosted in Azure but created easily via `kubectl` and Azure Service Operator!

0 comments on commit 3e8129e

Please sign in to comment.