diff --git a/docs/content/getting-started/index.md b/docs/content/getting-started/index.md index b3ec08812..98a33dd46 100644 --- a/docs/content/getting-started/index.md +++ b/docs/content/getting-started/index.md @@ -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: