Skip to content

Commit f944257

Browse files
updates
1 parent 1913f88 commit f944257

File tree

3 files changed

+86
-72
lines changed

3 files changed

+86
-72
lines changed
Lines changed: 40 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,23 @@
11
---
2-
title: "Quickstart: Create a Neon Serverless Postgres (Preview) resource"
3-
description: Learn how to create a resource for Neon Serverless Postgres (Preview) using the Azure portal.
2+
title: "Quickstart: Create a Neon Serverless Postgres resource"
3+
description: Learn how to create a resource for Neon Serverless Postgres using the Azure portal.
44
author: ProfessorKendrick
55
ms.author: kkendrick
66
ms.topic: quickstart
7-
ms.date: 12/02/2024
8-
7+
ms.date: 04/23/2025
98
---
10-
# Quickstart: Create a Neon Serverless Postgres (Preview) resource
9+
# Quickstart: Create a Neon Serverless Postgres resource
1110

12-
This quickstart shows you how to create a Neon Serverless Postgres (Preview) resource using the Azure portal.
11+
This quickstart shows you how to create a Neon Serverless Postgres resource using the Azure portal.
1312

1413
## Prerequisites
1514

16-
- An Azure account with an active subscription is required. If you don't already have one, you can [create an account for free](https://azure.microsoft.com/free/). Make sure you're an *Owner* or a *Contributor* in the subscription.
17-
18-
## Setup
19-
20-
Begin by signing in to the [Azure portal](https://portal.azure.com/).
21-
22-
## Create a Neon Serverless Postgres resource
23-
24-
To create your Neon Serverless Postgres resource, start at the Azure portal home page.
25-
26-
1. Search for the Neon Serverless Postgres resource provider by typing **Neon Serverless Postgres** the header search bar.
15+
[!INCLUDE [create-prerequisites](../includes/create-prerequisites.md)]
16+
- You must [subscribe to Neon](overview.md#subscribe-to-neon).
2717

28-
1. Choose **Neon Serverless Postgres** from the *Services* search results.
18+
## Create a resource
2919

30-
1. Select the **+ Create** option.
31-
32-
The **Create a Neon Serverless Postgres** Resource pane opens to the *Basics* tab by default.
20+
[!INCLUDE [create-resource](../includes/create-resource.md)]
3321

3422
### Basics tab
3523

@@ -45,49 +33,55 @@ There are required fields in each section that you need to fill out.
4533

4634
1. Enter the values for each required setting under *Project details*.
4735

48-
|Field |Action |
49-
|---------|---------|
50-
|Subscription |Select a subscription from your existing subscriptions. |
51-
|Resource group |Use an existing resource group or create a new one. |
36+
|Field |Action |
37+
|-------------------|----------------------------------------------------------------|
38+
|Subscription |Select a subscription from your existing subscriptions. |
39+
|Resource group |Use an existing resource group or create a new one. |
5240

5341
1. Enter the values for each required setting under *Azure Resource details*.
5442

55-
|Field |Action |
56-
|---------|---------|
57-
|Resource name |Specify a unique name for the resource. |
58-
|Region |Select a region to deploy your resource. |
43+
|Field |Action |
44+
|------------------|--------------------------------------------------|
45+
|Resource name |Specify a unique name for the resource. |
46+
|Region |Select a region to deploy your resource. |
5947

6048
1. Enter the values for each required setting under *New Organization details*.
6149

62-
|Field |Action |
63-
|---------|---------|
64-
|Organization |Specify a name for the organization. |
65-
|Plan |Select the **Change plan** link and choose the plan you want. |
50+
|Field |Action |
51+
|-----------------|---------------------------------------------------------------------|
52+
|Organization |Specify a name for the organization. |
53+
|Plan |Select the **Change plan** link and choose the plan you want. |
6654

6755
The remaining fields update to reflect the details of the plan you selected for this new organization.
6856

6957
1. Select the **Next** button at the bottom of the page.
7058

71-
### Tags tab (optional)
72-
73-
If you wish, you can optionally create a tag for your Neon Serverless Postgres resource, then select the **Review + create** button at the bottom of the page.
59+
### Project tab
7460

75-
### Review + create tab
61+
In Neon, everything starts with a project: the top-level object in the Neon object hierarchy. When you create a project, a default branch and database is automatically created for your project to help you get started.
7662

77-
> [!NOTE]
78-
> The view automation template link directs you to a downloadable [ARM template](../../azure-resource-manager/templates/overview.md).
63+
1. Enter the values for each setting, or continue with the default values for your project.
64+
65+
|Field |Action |
66+
|-------------------|-------------------------------------------------------------------|
67+
|Project name |Specify a name for your Neon project. |
68+
|Postgres version |Choose a Postgres version for your project. |
69+
|Database name |Specify a name for your first database in the project. |
70+
|Project region |Choose the region for your database. |
7971

80-
If the review identifies errors, a red dot appears next each section where errors exist. Fields with errors are highlighted in red.
72+
> [!NOTE]
73+
> The *Project region* in this tab corresponds to your database.
74+
> Don't confuse this value with the *Region* from the Basics tab, which is where your Azure resource is deployed.
8175
82-
1. Open each section with errors and fix the errors.
76+
### Tags tab (optional)
8377

84-
1. Select the **Review + create** button again.
78+
[!INCLUDE [tags](../includes/tags.md)]
8579

86-
1. Select the **Create** button.
80+
### Review + create tab
8781

88-
Once the resource is created, select **Go to Resource** to navigate to the Neon resource.
82+
[!INCLUDE [review-create](../includes/review-create.md)]
8983

90-
## Next steps
84+
## Next step
9185

9286
> [!div class="nextstepaction"]
93-
> [Manage your Neon integration through the portal](manage.md)
87+
> [Manage your Neon integration through the portal](manage.md)
Lines changed: 43 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,65 @@
11
---
2-
title: Manage a Neon resource through the Azure portal (Preview)
2+
title: Manage a Neon resource through the Azure portal
33
description: This article describes management functions for Neon on the Azure portal.
44
author: ProfessorKendrick
55
ms.topic: how-to
6-
ms. custom:
7-
8-
ms.date: 12/04/2024
6+
ms.date: 04/23/2025
97
---
108

11-
# Manage your Neon integration through the portal (Preview)
9+
# Manage your Neon integration through the portal
1210

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 the settings for Neon for Azure.
1412

15-
## Single sign-on
13+
## Resource overview
1614

17-
Single sign-on (SSO) is already enabled when you create your Neon resource. To access Neon through SSO, follow these steps:
15+
[!INCLUDE [manage](../includes/manage.md)]
1816

19-
1. Navigate to the **Overview** for your instance of the Neon resource.
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":::
2018

21-
1. Select the portal SSO URL.
19+
The *Essentials* details include:
2220

23-
:::image type="content" source="media/manage/overview.png" alt-text="Screenshot from the Azure portal showing the Neon SSO URL.":::
21+
- Resource group
22+
- Location
23+
- Subscription
24+
- Subscription ID
25+
- Tags
2426

25-
> [!NOTE]
26-
> 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+
To manage your resource, select the links next to corresponding details.
2728

28-
## Delete a Neon resource
29+
Below the essentials, you can navigate to other details about your resource by selecting the links.
30+
31+
-
32+
-
33+
34+
## Projects
35+
36+
When you create your first Neon organization, a default project is created for you. You can create and view your projects from the Azure resource.
37+
38+
### View projects
39+
40+
To view your projects, Choose the projects tab from the menu.
2941

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:
42+
### Create a new project
3143

32-
1. From the **Resource** menu, select the Neon resource you would like to delete.
44+
From the
3345

34-
1. On the working pane of the **Overview** menu, select **Delete**.
3546

36-
1. Confirm deletion.
3747

38-
1. Select a reason for deleting the resource.
48+
## Single sign-on
49+
50+
Single sign-on (SSO) is already enabled when you create your Neon resource.
51+
52+
[!INCLUDE [sso](../includes/sso.md)]
53+
54+
:::image type="content" source="media/manage/overview.png" alt-text="Screenshot from the Azure portal showing the Neon SSO URL.":::
55+
56+
> [!NOTE]
57+
> 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.
58+
59+
## Delete a Neon resource
3960

40-
1. Select **Delete**.
61+
[!INCLUDE [delete-resource](../includes/delete-resource.md)]
4162

42-
## Next steps
63+
## Related content
4364

44-
> [!div class"nextstepaction"]
45-
> [Neon Serverless Postgres developer resources and tools](tools.md)
65+
[Neon Serverless Postgres developer resources and tools](tools.md)

articles/partner-solutions/neon/toc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ items:
33
href: index.yml
44
- name: Overview
55
items:
6-
- name: What is Neon Serverless Postgres
6+
- name: What is Neon Serverless Postgres?
77
href: overview.md
88
- name: Neon Postgres resources and developer tools
99
href: tools.md
1010
- name: Quickstart
1111
expanded: true
1212
items:
13-
- name: Create
13+
- name: Create a resource
1414
href: create.md
1515
- name: How to
1616
items:
17-
- name: Manage
17+
- name: Manage a resource
1818
href: manage.md
1919
- name: Troubleshoot
2020
href: troubleshoot.md

0 commit comments

Comments
 (0)