Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonviviano authored Aug 21, 2023
1 parent c62de3f commit 9eff217
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Radius development environments enable you to quickly get started with Radius an
default Applications.Link/mongoDatabases bicep radius.azurecr.io/recipes/dev/mongodatabases:latest
default Applications.Link/redisCaches bicep radius.azurecr.io/recipes/dev/rediscaches:latest
```
You can follow the [recipes]({{< ref "/recipes-section/overview" >}}) documentation to learn more about the recipes and how to use them in your application.
You can follow the [recipes]({{< ref "/recipe-section/overview" >}}) documentation to learn more about the recipes and how to use them in your application.

## Resource schema

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Begin by creating a new file named `dapr.bicep` with a Radius application that c

1. Press CTRL+C to terminate the port-forward.

1. A [local-dev Recipe]({{< ref "/recipes-section/overview" >}}) was run during application deployment to automatically create a lightweight Redis container plus a Dapr component configuration. Confirm that the Dapr Redis statestore was successfully created:
1. A [local-dev Recipe]({{< ref "/recipe-section/overview" >}}) was run during application deployment to automatically create a lightweight Redis container plus a Dapr component configuration. Confirm that the Dapr Redis statestore was successfully created:

```sh
dapr components -k -A
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This quickstart will teach you:

## Overview

[Recipes({{< ref "/recipes-section/overview" >}}) enable a separation of concerns between infrastructure teams and developers by automating infrastructure deployment. Developers define _what_ they need (_Redis, Mongo, etc._), and operators define _how_ it will be deployed (_Azure/AWS/Kubernetes infrastructure_).
[Recipes({{< ref "/recipe-section/overview" >}}) enable a separation of concerns between infrastructure teams and developers by automating infrastructure deployment. Developers define _what_ they need (_Redis, Mongo, etc._), and operators define _how_ it will be deployed (_Azure/AWS/Kubernetes infrastructure_).

{{< button text="Learn more about Recipes here" page="/author-apps/recipes" newtab="true" >}}

Expand Down

0 comments on commit 9eff217

Please sign in to comment.