Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doc/add redis sample #3317

Merged
merged 2 commits into from
Sep 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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!