Skip to content

Commit 9fe441d

Browse files
authored
Merge pull request #291082 from maud-lv/ml-neon
[Liftr] neon-preview-december-publish
2 parents f7fec6b + abac627 commit 9fe441d

File tree

13 files changed

+412
-0
lines changed

13 files changed

+412
-0
lines changed

articles/partner-solutions/index.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,3 +99,9 @@ productDirectory:
9999
links:
100100
- url: ./split-experimentation/overview.md
101101
text: Gain quantifiable insights for new features and enable faster, safer product releases, natively within Azure.
102+
# Card 13
103+
- title: Neon Serverless Postgres
104+
imageSrc: ./media/index/neon.svg
105+
links:
106+
- url: ./neon/overview.md
107+
text: Neon offers a serverless Postgres solution that leverages the principles of serverless computing to provide scalable and flexible database services.
Lines changed: 16 additions & 0 deletions
Loading
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
---
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.
4+
author: ProfessorKendrick
5+
ms.author: kkendrick
6+
ms.topic: quickstart
7+
ms.date: 11/22/2024
8+
9+
---
10+
# Quickstart: Create a Neon Serverless Postgres (Preview) resource
11+
12+
This quickstart shows you how to create a Neon Serverless Postgres (Preview) resource using the Azure portal.
13+
14+
## Prerequisites
15+
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.
27+
28+
1. Choose **Neon Serverless Postgres** from the *Services* search results.
29+
30+
1. Select the **+ Create** option.
31+
32+
## Create a Neon Serverless Postgres Resource
33+
34+
The **Create a Neon Serverless Postgres** Resource pane opens to the *Basics* tab by default.
35+
36+
### Basics tab
37+
38+
The *Basics* tab has three sections:
39+
40+
- Project details
41+
- Azure Resource details
42+
- New Organization details
43+
44+
:::image type="content" source="media/create/basics-tab.png" alt-text="Screenshot from the Azure portal showing the Basics tab to create a new Neon resource.":::
45+
46+
There are required fields in each section that you need to fill out.
47+
48+
1. Enter the values for each required setting under *Project details*.
49+
50+
|Field |Action |
51+
|---------|---------|
52+
|Subscription |Select a subscription from your existing subscriptions. |
53+
|Resource group |Use an existing resource group or create a new one. |
54+
55+
1. Enter the values for each required setting under *Azure Resource details*.
56+
57+
|Field |Action |
58+
|---------|---------|
59+
|Resource name |Specify a unique name for the resource. |
60+
|Region |Select a region to deploy your resource. |
61+
62+
1. Enter the values for each required setting under *New Organization details*.
63+
64+
|Field |Action |
65+
|---------|---------|
66+
|Organization |Specify a name for the organization. |
67+
|Plan |Select the **Change plan** link and choose the plan you want. |
68+
69+
The remaining fields update to reflect the details of the plan you selected for this new organization.
70+
71+
1. Select the **Next** button at the bottom of the page.
72+
73+
### Tags tab (optional)
74+
75+
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.
76+
77+
### Review + create tab
78+
79+
> [!NOTE]
80+
> The view automation template link directs you to a downloadable [ARM template](../../azure-resource-manager/templates/overview.md).
81+
82+
If the review identifies errors, a red dot appears next each section where errors exist. Fields with errors are highlighted in red.
83+
84+
1. Open each section with errors and fix the errors.
85+
86+
1. Select the **Review + create** button again.
87+
88+
1. Select the **Create** button.
89+
90+
Once the resource is created, select **Go to Resource** to navigate to the Neon resource.
91+
92+
## Next steps
93+
94+
> [!div class="nextstepaction"]
95+
> [Manage your Neon integration through the portal](manage.md)
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
### YamlMime:Landing
2+
3+
title: Neon Serverless Postgres (Preview)
4+
summary: Neon in Microsoft Azure
5+
6+
metadata:
7+
title: Neon Serverless Postgres (Preview)
8+
description: Neon offers a serverless Postgres solution that leverages the principles of serverless computing to provide scalable and flexible database services.
9+
ms.topic: landing-page
10+
ms.custom:
11+
ms.date: 11/26/2024
12+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
13+
14+
landingContent:
15+
16+
- title: About Neon Serverless Postgres (Preview)
17+
linkLists:
18+
- linkListType: overview
19+
links:
20+
- text: What is Neon Serverless Postgres?
21+
url: overview.md
22+
- linkListType: how-to-guide
23+
links:
24+
- text: Manage your Neon Serverless Postgres resource
25+
url: manage.md
26+
27+
- title: Create a Neon Serverless Postgres resource
28+
linkLists:
29+
- linkListType: quickstart
30+
links:
31+
- text: Get started with Neon Serverless Postgres
32+
url: create.md
33+
- linkListType: how-to-guide
34+
links:
35+
- text: Troubleshooting Neon Serverless Postgres
36+
url: troubleshoot.md
37+
38+
- title: Tools
39+
linkLists:
40+
- linkListType: reference
41+
links:
42+
- text: Neon Serverless Postgres developer tools
43+
url: tools.md
44+
- text: Azure CLI
45+
url: /cli/azure/neon
46+
47+
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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.
4+
author: ProfessorKendrick
5+
ms.topic: how-to
6+
ms.custom:
7+
8+
ms.date: 11/22/2024
9+
---
10+
11+
# Manage your Neon integration through the portal (Preview)
12+
13+
This article describes how to access the Neon Console and how to and delete the Neon Serverless Postgres (Preview) resource using the Azure portal.
14+
15+
## Single sign-on
16+
17+
Single sign-on (SSO) is already enabled when you created your Neon resource. To access Neon through SSO, follow these steps:
18+
19+
1. Navigate to the **Overview** for your instance of the Neon resource.
20+
21+
1. Select the portal SSO URL.
22+
23+
:::image type="content" source="media/manage/overview.png" alt-text="Screenshot from the Azure portal showing the Neon SSO URL.":::
24+
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+
28+
## Delete a Neon resource
29+
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:
31+
32+
1. From the Resource menu, select the Neon resource you would like to delete.
33+
34+
1. On the working pane of the **Overview** menu, select **Delete**.
35+
36+
1. Confirm deletion.
37+
38+
1. Select a reason fo deleting the resource.
39+
40+
1. Select **Delete**.
41+
42+
## Next steps
43+
44+
> [!div class="nextstepaction"]
45+
> [Neon Serverless Postgres developer resources and tools](tools.md)
48.9 KB
Loading
49 KB
Loading
49 KB
Loading
Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
---
2+
title: What is Neon Serverless Postgres (Preview)?
3+
description: Learn about using the Neon Serverless Postgres (Preview) in Azure Marketplace.
4+
author: ProfessorKendrick
5+
ms.topic: overview
6+
ms.custom:
7+
8+
ms.date: 11/22/2024
9+
---
10+
11+
# What is Neon Serverless Postgres (Preview)?
12+
13+
Easily provision, manage, and tightly integrate independent software vendor (ISV) software and services on Azure with Azure Native integrations.
14+
15+
Microsoft and [Neon](https://neon.tech/) developed this service and manage it together.
16+
17+
You can find Neon Serverless Postgres (Preview) in the [Azure portal](https://portal.azure.com/) or get it on [Azure Marketplace](https://azuremarketplace.microsoft.com/).
18+
19+
Neon is a cloud-native Postgres solution designed for modern applications. It offers a serverless, fully managed, and scalable Postgres database.
20+
Neon's advanced features include autoscaling, scale-to-zero, database branching, instant point-in-time restore, and time travel queries.
21+
Neon simplifies database management with seamless integration into your existing workflows, providing a powerful, cost-efficient solution for developers and businesses. 
22+
23+
Neon manages the Postgres infrastructure, including database configuration, maintenance, and scaling operations, allowing you to focus on building and optimizing your applications.
24+
25+
With its intuitive onboarding process, you can quickly start using Neon's capabilities for your Azure workloads, ensuring your databases are always optimized for performance and reliability. 
26+
27+
Here are the key capabilities provided by the Neon integration:
28+
29+
- **Seamless onboarding** on Neon as an integrated service on Azure.
30+
- **Unified billing** of Neon through monthly billing through Azure Marketplace.
31+
- **Single-Sign on to Neon** - No separate sign-up needed from the Neon portal.
32+
- **Manage all Neon resources** from the Azure portal, and track them in the **All resources** page with your other Azure resources.
33+
34+
## Prerequisites for Neon Serverless Postgres
35+
36+
- An Azure account. If you don't have an active Azure subscription, [create a free account](https://azure.microsoft.com/free/).
37+
- Only users with _Owner_ or _Contributor_ access on the Azure subscription can set up the Azure integration. Ensure you have the appropriate access before starting to set up this integration.
38+
39+
## Find Neon Serverless Postgres
40+
41+
From [Azure Marketplace](https://azuremarketplace.microsoft.com/), search for _Neon Serverless Postgres_. Once you subscribe, you're directed to the [Create a Neon Serverless Postgres resource](create.md#create-a-neon-serverless-postgres-resource) pane.
42+
43+
You can also find Neon Serverless Postgres in the [Azure portal](https://portal.azure.com/).
44+
45+
## Next steps
46+
> [!div class="nextstepaction"]
47+
> [QuickStart: Get started with Neon](create.md)
48+
49+
> [!div class="nextstepaction"]
50+
> [Manage your Neon integration through the portal](manage.md)
51+
52+
> [!div class="nextstepaction"]
53+
> [Neon Serverless Postgres developer resources and tools](tools.md)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
items:
2+
- name: Neon Serverless Postgres
3+
href: index.yml
4+
- name: Overview
5+
items:
6+
- name: What is Neon Serverless Postgres
7+
href: overview.md
8+
- name: Neon Postgres resources and developer tools
9+
href: tools.md
10+
- name: Quickstart
11+
expanded: true
12+
items:
13+
- name: Create
14+
href: create.md
15+
- name: How to
16+
items:
17+
- name: Manage
18+
href: manage.md
19+
- name: Troubleshoot
20+
href: troubleshoot.md
21+
- name: SDKs and tools
22+
items:
23+
- name: Azure CLI
24+
href: /cli/azure/neon

0 commit comments

Comments
 (0)