Skip to content

Commit 2909c02

Browse files
committed
Update and push to new PR
1 parent ab37eb9 commit 2909c02

File tree

4 files changed

+64
-7
lines changed

4 files changed

+64
-7
lines changed
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 - An Azure Native ISV Service
4+
summary: Neon in Microsoft Azure
5+
6+
metadata:
7+
title: Neon Serverless Postgres – An Azure Native ISV Service
8+
description: Neon Serverless Postgres – An Azure Native ISV Service integrates with Azure to combine the benefits of Neon with the Azure cloud.
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
17+
linkLists:
18+
- linkListType: overview
19+
links:
20+
- text: What is About 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+

articles/partner-solutions/neon/toc.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ items:
33
items:
44
- name: What is Neon Serverless Postgres - An Azure Native ISV Service
55
href: overview.md
6-
- name: Quickstarts
6+
- name: Neon Postgres resources and developer tools
7+
href: tools.md
8+
- name: Quickstart
79
expanded: true
810
items:
911
- name: Create
@@ -12,3 +14,9 @@ items:
1214
items:
1315
- name: Manage
1416
href: manage.md
17+
- name: Troubleshoot
18+
href: troubleshoot.md
19+
- name: SDKs and tools
20+
items:
21+
- name: Azure CLI
22+
href: /cli/azure/neon

articles/partner-solutions/neon/troubleshoot.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Troubleshoot Neon Serverless Postgres
3-
description: Learn how to troubleshoot Neon Serverless Postgres.
3+
description: his article provides information about getting support and troubleshooting Neon Serverless Postgres.
44
author: ProfessorKendrick
55
ms.topic: overview
66
ms.custom:
@@ -28,10 +28,10 @@ Only users with Owner or Contributor access on the Azure subscription can create
2828
## Marketplace purchase errors
2929

3030
### The Microsoft.SaaS resource provider isn't registered on the Azure subscription.
31-
You must make sure your Azure subscription is registered for the resource provider before you use it. Learn more about [resource provider registration](../../azure-resource-manager/management/resource-providers-and-types.md#register-resource-provider) and [resolving errors on resource provider registration](../../azure/azure-resource-manager/troubleshooting/error-register-resource-provider).
31+
You must make sure your Azure subscription is registered for the resource provider before you use it. Learn more about [resource provider registration](../../azure-resource-manager/management/resource-providers-and-types.md#register-resource-provider) and [resolving errors on resource provider registration](../../azure-resource-manager/troubleshooting/error-register-resource-provider.md).
3232

3333
### Plan can't be purchased on a free subscription.
34-
You can't make marketplace purchases on a free Azure subscription. Refer to the [Azure free account FAQ](https://azure.microsoft.com/en-us/pricing/purchase-options/azure-account). For more information, see [purchase SaaS offer in the Azure portal](/marketplace/purchase-saas-offer-in-azure-portal).
34+
You can't make marketplace purchases on a free Azure subscription. Refer to the [Azure free account FAQ](https://azure.microsoft.com/pricing/purchase-options/azure-account). For more information, see [purchase SaaS offer in the Azure portal](/marketplace/purchase-saas-offer-in-azure-portal).
3535

3636
### Purchase failed because we couldn't find a valid payment method associated with your Azure subscription.
3737
Use a different Azure subscription or add or update current credit card or payment method information for this subscription. For more information, see [purchase SaaS offer in the Azure portal](/marketplace/purchase-saas-offer-in-azure-portal).
@@ -52,14 +52,14 @@ Customer uses private marketplace to limit the access of its organization to spe
5252
Use a different subscription or check if your EA subscription is enabled for Marketplace purchase. For more information, see Enable Marketplace purchases.
5353
If those options don't solve the problem, contact [Neon support].
5454

55-
## Deployment Failed error
55+
### Deployment Failed error
5656
If you get a Deployment Failed error, check the status of your Azure subscription. Make sure it isn't suspended and doesn't have any billing issues.
5757

58-
## Resource creation takes a long time
58+
### Resource creation takes a long time
5959
If the deployment process takes more than three hours to complete, contact [Neon support](https://neon.tech/docs/introduction/support).
6060
If the deployment fails and the Neon resource has a status of Failed, delete the resource. After deletion, try to create the resource again
6161

62-
## Other Troubleshooting resources
62+
### Other Troubleshooting resources
6363

6464
### Errors when connecting to your Neon database
6565
If you encounter issues when connecting to your Neon database, refer to the [Connection errors section in the Neon documentation](https://neon.tech/docs/connect/connection-errors) for potential solutions.

articles/partner-solutions/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ items:
3232
href: ./informatica/index.yml
3333
- name: Split Experimentation
3434
href: ./split-experimentation/index.yml
35+
- name: Neon Serverless Postgres - An Azure Native ISV Service
36+
href: ./neon/index.yml

0 commit comments

Comments
 (0)