Skip to content

Commit

Permalink
radius db
Browse files Browse the repository at this point in the history
  • Loading branch information
cvs79 committed Dec 6, 2024
1 parent 132cb80 commit b19bf4e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions bicep/radius-app.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,18 @@ resource ctnr 'Applications.Core/containers@2023-10-01-preview' = {
namespace: namespace
}
]
connections: {
redis: {
source: db.id
}
}
}
}

resource db 'Applications.Datastores/redisCaches@2023-10-01-preview' = {
name: 'db'
properties: {
application: app.id
environment: env.id
}
}

0 comments on commit b19bf4e

Please sign in to comment.