Skip to content

Commit 9766304

Browse files
updates
1 parent 50934a2 commit 9766304

File tree

3 files changed

+40
-6
lines changed

3 files changed

+40
-6
lines changed

articles/partner-solutions/neon/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ In Neon, everything starts with a project: the top-level object in the Neon obje
8686
## Next step
8787

8888
> [!div class="nextstepaction"]
89-
> [Manage your resource](manage.md)
89+
> [Manage your resource](manage.md)

articles/partner-solutions/neon/manage.md

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ The *Essentials* details include:
2727
To manage your resource, select the links next to corresponding details.
2828

2929
Below the essentials, you can navigate to other details about your resource by selecting the links.
30-
31-
-
32-
-
3330

3431
## Projects
3532

@@ -39,11 +36,47 @@ When you create your first Neon organization, a default project is created for y
3936

4037
To view your projects, Choose the projects tab from the menu.
4138

39+
To view a specific project, select the project's name.
40+
41+
### Add a branch to a project
42+
43+
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.
44+
45+
1. To create a new branch, open your project and select **+ Create new Branch** from the menu bar in the working pane.
46+
47+
The **Create new Branch** flyout appears in the right side of the working pane.
48+
49+
1. Enter the values for each setting.
50+
51+
|Field |Action |
52+
|-------------------|-------------------------------------------------------------------|
53+
|Branch name |Specify a name for your Branch. |
54+
|Parent branch |Select the parent branch for your new branch. |
55+
56+
1. Select the **Create** button.
57+
4258
### Create a new project
4359

44-
From the
60+
1. From the menu bar in the working pane, select **+ Create project**.
61+
62+
The **Create project** flyout appears in the right side of the working pane.
63+
64+
:::image type="content" source="media/manage/create-project.png" alt-text="":::
65+
66+
1. Enter the values for each setting, or continue with the default values for your project.
67+
68+
|Field |Action |
69+
|-------------------|-------------------------------------------------------------------|
70+
|Project name |Specify a name for your Neon project. |
71+
|Postgres version |Choose a Postgres version for your project. |
72+
|Database name |Specify a name for your first database in the project. |
73+
|Project region |Choose the region for your database. |
4574

75+
> [!NOTE]
76+
> The *Project region* in this tab corresponds to your database.
77+
> Don't confuse this value with the *Region* from the Basics tab, which is where your Azure resource is deployed.
4678
79+
1. Select the **Create** button.
4780

4881
## Single sign-on
4982

articles/partner-solutions/neon/overview.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ Here are the key capabilities provided by the Neon integration:
3737

3838
## Next step
3939

40-
- [Create a resource](create.md)
40+
> [!div class="nextstepaction"]
41+
> [Create a resource](create.md)

0 commit comments

Comments
 (0)