Skip to content

Commit 5800f39

Browse files
author
Jill Grant
authored
Merge pull request #291238 from ProfessorKendrick/liftr-neon-updates
[Liftr] Neon preview updates
2 parents d88a4b6 + a2519a4 commit 5800f39

File tree

6 files changed

+35
-16
lines changed

6 files changed

+35
-16
lines changed

articles/partner-solutions/neon/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to create a resource for Neon Serverless Postgres (Previ
44
author: ProfessorKendrick
55
ms.author: kkendrick
66
ms.topic: quickstart
7-
ms.date: 11/22/2024
7+
ms.date: 12/02/2024
88

99
---
1010
# Quickstart: Create a Neon Serverless Postgres (Preview) resource

articles/partner-solutions/neon/index.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,14 @@ landingContent:
4343
url: tools.md
4444
- text: Azure CLI
4545
url: /cli/azure/neon
46-
46+
- text: Go
47+
url: https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/neonpostgres/[email protected]
48+
- text: Java
49+
url: https://central.sonatype.com/artifact/com.azure.resourcemanager/azure-resourcemanager-neonpostgres/1.0.0-beta.1
50+
- text: JavaScript
51+
url: https://www.npmjs.com/package/@azure/arm-neonpostgres/v/1.0.0-beta.1
52+
- text: .NET
53+
url: https://www.nuget.org/packages/Azure.ResourceManager.NeonPostgres/1.0.0-beta.1
54+
- text: Python
55+
url: https://pypi.org/project/azure-mgmt-neonpostgres/
4756

articles/partner-solutions/neon/manage.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ author: ProfessorKendrick
55
ms.topic: how-to
66
ms.custom:
77

8-
ms.date: 11/22/2024
8+
ms.date: 12/04/2024
99
---
1010

1111
# Manage your Neon integration through the portal (Preview)
1212

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.
13+
This article describes how to access the Neon Console and how to delete the Neon Serverless Postgres (Preview) resource using the Azure portal.
1414

1515
## Single sign-on
1616

17-
Single sign-on (SSO) is already enabled when you created your Neon resource. To access Neon through SSO, follow these steps:
17+
Single sign-on (SSO) is already enabled when you create your Neon resource. To access Neon through SSO, follow these steps:
1818

1919
1. Navigate to the **Overview** for your instance of the Neon resource.
2020

@@ -29,13 +29,13 @@ Single sign-on (SSO) is already enabled when you created your Neon resource. To
2929

3030
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:
3131

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

3434
1. On the working pane of the **Overview** menu, select **Delete**.
3535

3636
1. Confirm deletion.
3737

38-
1. Select a reason fo deleting the resource.
38+
1. Select a reason for deleting the resource.
3939

4040
1. Select **Delete**.
4141

articles/partner-solutions/neon/overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: What is Neon Serverless Postgres (Preview)?
3-
description: Learn about using the Neon Serverless Postgres (Preview) in Azure Marketplace.
3+
description: Learn about Neon Serverless Postgres (Preview), a cloud-native Postgres solution designed for modern applications, in Azure Marketplace.
44
author: ProfessorKendrick
55
ms.topic: overview
66
ms.custom:
77

8-
ms.date: 11/22/2024
8+
ms.date: 12/02/2024
99
---
1010

1111
# What is Neon Serverless Postgres (Preview)?
@@ -27,14 +27,14 @@ With its intuitive onboarding process, you can quickly start using Neon's capabi
2727
Here are the key capabilities provided by the Neon integration:
2828

2929
- **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.
30+
- **Unified billing** of Neon via monthly billing through Azure Marketplace.
31+
- **Single-Sign on to Neon** with no separate sign-up needed from the Neon portal.
3232
- **Manage all Neon resources** from the Azure portal, and track them in the **All resources** page with your other Azure resources.
3333

3434
## Prerequisites for Neon Serverless Postgres
3535

3636
- 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.
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 the setup for this integration.
3838

3939
## Find Neon Serverless Postgres
4040

articles/partner-solutions/neon/toc.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,14 @@ items:
2121
- name: SDKs and tools
2222
items:
2323
- name: Azure CLI
24-
href: /cli/azure/neon
24+
href: /cli/azure/neon
25+
- name: Go
26+
href: https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/neonpostgres/[email protected]
27+
- name: Java
28+
href: https://central.sonatype.com/artifact/com.azure.resourcemanager/azure-resourcemanager-neonpostgres/1.0.0-beta.1
29+
- name: JavaScript
30+
href: https://www.npmjs.com/package/@azure/arm-neonpostgres/v/1.0.0-beta.1
31+
- name: .NET
32+
href: https://www.nuget.org/packages/Azure.ResourceManager.NeonPostgres/1.0.0-beta.1
33+
- name: Python
34+
href: https://pypi.org/project/azure-mgmt-neonpostgres/

articles/partner-solutions/neon/tools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Neon Serverless Postgres (Preview) developer resources and tools
33
description: Learn about resources and developer tools available with Neon Serverless Postgres (Preview).
44
author: ProfessorKendrick
55
ms.topic: overview
6-
ms.date: 11/22/2024
6+
ms.date: 12/02/2024
77

88
# CustomerIntent: As a developer implementing Neon Serverless Postgres, I want to know about other resources and tools available.
99

@@ -13,8 +13,8 @@ ms.date: 11/22/2024
1313

1414
In this article, you learn about resources and tools for use with Neon Serverless Postgres (Preview).
1515

16-
- Articles that you can use to understand Neon Serverless Postgres
17-
- Tools for developers to work with Neon Serverless Postgres
16+
- [Articles that you can use to understand Neon Serverless Postgres](#neon-postgres-resources)
17+
- [Tools for developers to work with Neon Serverless Postgres](#developer-tools)
1818

1919
## Neon Postgres resources
2020

0 commit comments

Comments
 (0)