Skip to content

Commit 4e400e4

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/azure-docs-pr (branch live)
2 parents ca25d04 + 75b8c96 commit 4e400e4

File tree

17 files changed

+451
-51
lines changed

17 files changed

+451
-51
lines changed

articles/migrate/concepts-azure-sql-assessment-calculation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ An assessment with the Discovery and assessment tool is a point in time snapshot
1818

1919
## Types of assessments
2020

21-
There are three types of assessments that you can create using the Azure Migrate: Discovery and assessment tool.
21+
There are four types of assessments that you can create using the Azure Migrate: Discovery and assessment tool.
2222

2323
**Assessment Type** | **Details**
2424
--- | ---

articles/migrate/concepts-azure-vmware-solution-assessment-calculation.md

Lines changed: 31 additions & 31 deletions
Large diffs are not rendered by default.

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

0 commit comments

Comments
 (0)