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

Update how-to references in dapr tutorial #795

Merged
merged 1 commit into from
Sep 28, 2023
Merged
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
14 changes: 5 additions & 9 deletions docs/content/tutorials/tutorial-dapr/index.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
type: docs
title: "How-To: Dapr Microservices"
title: "Tutorial: Dapr Microservices"
linkTitle: "Dapr microservices"
description: "Learn Radius by authoring templates and deploying a Dapr application"
weight: 300
slug: "dapr"
categories: "How-To"
categories: "Tutorial"
tags : ["Dapr"]
---

This how-to guide will teach you:
This tutorial will teach you the following about Dapr:

- How to use Radius to deploy a Dapr microservices sample application for an online shop
- How [Dapr and Radius]({{< ref "guides/author-apps/dapr" >}}) seamlessly work together
Expand Down Expand Up @@ -85,7 +85,7 @@ Add a `frontend` [container]({{< ref "guides/author-apps/containers" >}}) which
rad run dapr.bicep
```

1. Your console should output a series deployment logs, which you may check to confirm the `frontend` container was successfully deployed:
1. Your console should output a series of deployment logs, which you may check to confirm the `frontend` container was successfully deployed:

```
Deployment Complete
Expand Down Expand Up @@ -115,11 +115,7 @@ In your browser, navigate to the endpoint (e.g. [http://localhost:8080](http://l

## Next steps

- If you'd like to try another tutorial with your existing environment, go back to the [Radius tutorials]({{< ref tutorials >}}) page.
- Related links for Dapr:
- [Dapr documentation](https://docs.dapr.io/)
- [Dapr quickstarts](https://github.com/dapr/quickstarts/tree/v1.0.0/hello-world)

<br>

{{< button text="Try another tutorial" page="tutorials" >}}
- If you'd like to try another tutorial with your existing environment, go back to the [Radius tutorials]({{< ref tutorials >}}) page.
Loading