Skip to content

Commit 2d14d67

Browse files
updates
1 parent f1bd0b2 commit 2d14d67

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

articles/partner-solutions/neon/manage.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,21 +74,30 @@ To view a specific project, select the project's name.
7474

7575
A branch is a copy-on-write clone of your data. You can create a branch from a current or past state. Each Neon project is created with a root branch called main. The first branch that you create is branched from the project's root branch. Subsequent branches can branch off the root branch or from a previously created branch.
7676

77-
1. To create a new branch, open the project in the working pane.
77+
To create a new branch, open the project in the working pane.
7878

7979
1. Select **+ Create new Branch** from the menu bar in the working pane.
8080

8181
The **Create new Branch** flyout appears in the right side of the working pane.
8282

8383
1. Enter the values for each setting.
8484

85-
|Field |Action |
86-
|-------------------|-------------------------------------------------------------------|
87-
|Branch name |Specify a name for your Branch. |
88-
|Parent branch |Select the parent branch for your new branch. |
89-
9085
1. Select the **Create** button.
9186

87+
### Connect to a database
88+
89+
You can connect projects and branches to a Neon database.
90+
91+
To connect to a database, open the project or branch in the working pane.
92+
93+
1. Select **Connect to database** from the menu bar in the working pane.
94+
95+
1. Verify the default values or select new values from each dropdown.
96+
97+
1. Select the copy icon next to the connection string to use it in your application stack.
98+
99+
:::image type="content" source="media/manage/connect.png" alt-text="A screenshot of the Connect to database options in the working pane with the copy icon emphasized.":::
100+
92101
## Delete a Neon resource
93102

94103
[!INCLUDE [delete-resource](../includes/delete-resource.md)]
15.5 KB
Loading

0 commit comments

Comments
 (0)