Skip to content

Commit

Permalink
Update docs/content/getting-started/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Crawfis <[email protected]>
Signed-off-by: Omer Bensaadon <[email protected]>
  • Loading branch information
omerbensaadon and AaronCrawfis authored Jan 4, 2024
1 parent 2070790 commit 4c19b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ In this step you will add a database (Redis Cache) to the application by:
- Add Redis to the application using a [Recipe]({{< ref "guides/recipes/overview" >}}) .
- Adding a connection from the `demo` container to the Redis cache, which automatically sets environment variables with connection information.

Open `app.bicep` in your editor and get ready to edit the file.
Begin by opening `app.bicep` in your editor and get ready to edit the file.

First add some new code to `app.bicep` by pasting in the content below at the end of the file. This code creates a Redis Cache using a Radius Recipe:

Expand Down

0 comments on commit 4c19b6f

Please sign in to comment.