Skip to content

Commit 63b1df7

Browse files
ReshrahimCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Signed-off-by: Reshma Abdul Rahim <61033581+Reshrahim@users.noreply.github.com>
1 parent 7975763 commit 63b1df7

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

Data/neo4jDatabases/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Developer documentation is embedded in the resource type definition YAML file, a
1717
Properties for the **Radius.Data/neo4jDatabases** resource type are provided via the [Recipe Context](https://docs.radapp.io/reference/context-schema/) object. These properties include:
1818

1919
- `context.resource.properties.secretName` (string, required): Name of the secret containing the database credentials. The secret must have `USERNAME` and `PASSWORD` keys.
20+
- `context.resource.properties.database` (string, optional): Name of the database to create/use. Defaults to the resource name.
2021

2122
## Recipe Output Properties
2223

Data/neo4jDatabases/neo4jDatabases.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ types:
4343
When deploying the application definition, provide the database password value as a parameter. It is recommended to use a password generator such as `openssl` or equivalent. For example, `rad deploy app.bicep -p password=$(openssl rand -hex 16)`.
4444
4545
To connect your container to the database, create a connection from the Container resource to the database as shown below.
46-
```
4746
To connect to the new Neo4j database, add a connection between the container and the new Neo4j database. The final Container resource should look similar to:
4847
```
4948
resource myContainer 'Radius.Compute/containers@2025-08-01-preview' = {

0 commit comments

Comments
 (0)