|
1 | 1 | ---
|
2 |
| -title: Manage a Neon resource through the Azure portal (Preview) |
3 |
| -description: This article describes management functions for Neon on the Azure portal. |
| 2 | +title: Manage a Neon resource through the Azure portal |
| 3 | +description: This article describes management functions for Neon in Azure portal. |
4 | 4 | author: ProfessorKendrick
|
5 | 5 | ms.topic: how-to
|
6 |
| -ms. custom: |
7 |
| - |
8 |
| -ms.date: 12/04/2024 |
| 6 | +ms.date: 05/06/2025 |
9 | 7 | ---
|
10 | 8 |
|
11 |
| -# Manage your Neon integration through the portal (Preview) |
| 9 | +# Manage your Neon integration through the portal |
12 | 10 |
|
13 |
| -This article describes how to access the Neon Console and how to delete the Neon Serverless Postgres (Preview) resource using the Azure portal. |
| 11 | +This article describes how to manage a Neon resource in Azure portal. |
14 | 12 |
|
15 |
| -## Single sign-on |
| 13 | +## Resource overview |
| 14 | + |
| 15 | +[!INCLUDE [manage](../includes/manage.md)] |
16 | 16 |
|
17 |
| -Single sign-on (SSO) is already enabled when you create your Neon resource. To access Neon through SSO, follow these steps: |
| 17 | +:::image type="content" source="media/manage/resource-overview.png" alt-text="A screenshot of a Pure Storage resource in the Azure portal with the overview displayed in the working pane." lightbox="media/manage/resource-overview.png"::: |
18 | 18 |
|
19 |
| -1. Navigate to the **Overview** for your instance of the Neon resource. |
| 19 | +The *Essentials* details include: |
20 | 20 |
|
21 |
| -1. Select the portal SSO URL. |
| 21 | +- Resource group |
| 22 | +- Location |
| 23 | +- Subscription |
| 24 | +- Subscription ID |
| 25 | +- Tags |
22 | 26 |
|
23 |
| - :::image type="content" source="media/manage/overview.png" alt-text="Screenshot from the Azure portal showing the Neon SSO URL."::: |
| 27 | +To manage your resource, select the links next to corresponding details. |
| 28 | + |
| 29 | +Below the essentials, you can navigate to other details about your resource by selecting the links. |
| 30 | + |
| 31 | +## Single sign-on |
| 32 | + |
| 33 | +Single sign-on (SSO) is already enabled when you create your Neon resource. |
| 34 | + |
| 35 | +[!INCLUDE [sso](../includes/sso.md)] |
24 | 36 |
|
25 | 37 | > [!NOTE]
|
26 | 38 | > The first time you access this URL, depending on your Azure tenant settings, you might be asked to verify your email address on the Neon portal. Once the email address is verified, you can access the Neon portal.
|
27 | 39 |
|
28 |
| -## Delete a Neon resource |
| 40 | +## Projects |
| 41 | + |
| 42 | +When you create your first Neon organization, a default project is created for you. You can create and view your projects from the resource overview. |
| 43 | + |
| 44 | +### View projects |
| 45 | + |
| 46 | +To view your projects, Choose **Projects** from the sidebar. |
| 47 | + |
| 48 | +To view a specific project, select the project's name. |
| 49 | + |
| 50 | +### Create a new project |
| 51 | + |
| 52 | +1. From the menu bar in the working pane, select **+ Create project**. |
| 53 | + |
| 54 | + The **Create project** flyout appears in the right side of the working pane. |
| 55 | + |
| 56 | + :::image type="content" source="media/manage/create-project.png" alt-text="The Neon Create project flyout in the Azure portal."::: |
29 | 57 |
|
30 |
| -Once the Neon resource is deleted, all billing stops for that resource through Azure Marketplace. If you're done using your resource and would like to delete it, follow these steps: |
| 58 | +1. Enter the values for each setting, or continue with the default values for your project. |
31 | 59 |
|
32 |
| -1. From the **Resource** menu, select the Neon resource you would like to delete. |
| 60 | + |Field |Action | |
| 61 | + |-------------------|-------------------------------------------------------------------| |
| 62 | + |Project name |Specify a name for your Neon project. | |
| 63 | + |Postgres version |Choose a Postgres version for your project. | |
| 64 | + |Database name |Specify a name for your first database in the project. | |
| 65 | + |Project region |Choose the region for your database. | |
33 | 66 |
|
34 |
| -1. On the working pane of the **Overview** menu, select **Delete**. |
| 67 | + > [!NOTE] |
| 68 | + > The *Project region* in this tab corresponds to your database. |
| 69 | + > Don't confuse this value with the *Region* from the Basics tab, which is where your Azure resource is deployed. |
35 | 70 |
|
36 |
| -1. Confirm deletion. |
| 71 | +1. Select the **Create** button. |
37 | 72 |
|
38 |
| -1. Select a reason for deleting the resource. |
| 73 | +### Add a branch to a project |
| 74 | + |
| 75 | +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. |
| 76 | + |
| 77 | +To create a new branch, open the project in the working pane. |
| 78 | + |
| 79 | +1. Select **+ Create Branch** from the menu bar in the working pane. |
| 80 | + |
| 81 | + The **Create Branch** flyout appears in the right side of the working pane. |
| 82 | + |
| 83 | + :::image type="content" source="media/manage/create-branch.png" alt-text="A screenshot of the + Create branch button emphasized inside the working pane with the Create branch flyout open."::: |
| 84 | + |
| 85 | +1. Enter the values for each setting. |
| 86 | + |
| 87 | +1. Select the **Create** button. |
| 88 | + |
| 89 | +### Connect to a database |
| 90 | + |
| 91 | +You can connect clients and applications to a Neon database via a connection string. |
| 92 | + |
| 93 | +To generate a connection string, open your project or branch in the working pane. |
| 94 | + |
| 95 | +1. Select **Connect to database** from the menu bar in the working pane. |
| 96 | + |
| 97 | +1. Verify the default values or select new values from each dropdown. |
| 98 | + |
| 99 | +1. Select the copy icon next to the connection string. |
| 100 | + |
| 101 | + :::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."::: |
| 102 | + |
| 103 | +## Delete a Neon resource |
39 | 104 |
|
40 |
| -1. Select **Delete**. |
| 105 | +[!INCLUDE [delete-resource](../includes/delete-resource.md)] |
41 | 106 |
|
42 |
| -## Next steps |
| 107 | +## Related content |
43 | 108 |
|
44 |
| -> [!div class"nextstepaction"] |
45 |
| -> [Neon Serverless Postgres developer resources and tools](tools.md) |
| 109 | +[Neon Serverless Postgres developer resources and tools](tools.md) |
0 commit comments