Skip to content

Commit cb5593e

Browse files
authored
Merge pull request #273773 from markingmyname/sunil
[PostgreSQL] update landing page
2 parents e86a9b4 + 5d219a1 commit cb5593e

File tree

3 files changed

+10
-38
lines changed

3 files changed

+10
-38
lines changed

articles/postgresql/flexible-server/concepts-compare-single-server-flexible-server.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ ms.subservice: flexible-server
1010
ms.topic: conceptual
1111
---
1212

13-
# Comparison chart - Azure Database for PostgreSQL - Single Server and Azure Database for PostgreSQL - Flexible Server
13+
# Comparison chart: Azure Database for PostgreSQL - Flexible Server vs. Single Server
1414

15-
[!INCLUDE [applies-to-postgresql-flexible-server](../includes/applies-to-postgresql-flexible-server.md)]
15+
[!INCLUDE [applies-to-postgresql-single-flexible-server](../includes/applies-to-postgresql-single-flexible-server.md)]
1616

1717
## Overview
1818

@@ -55,7 +55,7 @@ The following table provides a list of high-level features and capabilities comp
5555
| Storage auto-grow | Yes | Yes |
5656
| Max IOPS | Basic - Variable. GP/MO: up to 18 K | Up to 80 K |
5757
| **Networking/Security** | | |
58-
| Supported networking | Virtual network, private link, public access | Private access (VNET injection in a delegated subnet), public access) |
58+
| Supported networking | Virtual network, private link, public access | Private access (VNET injection in a delegated subnet), public access |
5959
| Public access control | Firewall | Firewall |
6060
| Private link support | Yes | Yes (Preview) |
6161
| Private VNET injection support | No | Yes |

articles/postgresql/flexible-server/generative-ai-azure-openai.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Generate vector embeddings with Azure OpenAI in Azure Database for PostgreSQL.
3-
description: Use vector indexes and Azure Open AI embeddings in PostgreSQL for retrieval augmented generation (RAG) patterns.
2+
title: Generate vector embeddings with Azure OpenAI
3+
description: Use vector indexes and Azure OpenAI embeddings in PostgreSQL for retrieval augmented generation (RAG) patterns.
44
author: mulander
55
ms.author: adamwolk
66
ms.reviewer: maghan
@@ -21,7 +21,7 @@ Invoke [Azure OpenAI embeddings](../../ai-services/openai/reference.md#embedding
2121
## Prerequisites
2222

2323
1. [Enable and configure](generative-ai-azure-overview.md#enable-the-azure_ai-extension) the `azure_ai` extension.
24-
1. Create an Open AI account and [request access to Azure OpenAI Service](https://aka.ms/oai/access).
24+
1. Create an OpenAI account and [request access to Azure OpenAI Service](https://aka.ms/oai/access).
2525
1. Grant Access to Azure OpenAI in the desired subscription.
2626
1. Grant permissions to [create Azure OpenAI resources and to deploy models](../../ai-services/openai/how-to/role-based-access-control.md).
2727
1. [Create and deploy an Azure OpenAI service resource and a model](../../ai-services/openai/how-to/create-resource.md), for example deploy the embeddings model [text-embedding-ada-002](../../ai-services/openai/concepts/models.md#embeddings-models). Copy the deployment name as it is needed to create embeddings.

articles/postgresql/index.yml

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ landingContent:
106106
url: concepts-business-continuity.md
107107
- text: High availability
108108
url: concepts-high-availability.md
109-
- text: Backup and restore
109+
- text: Back up and restore
110110
url: flexible-server/concepts-backup-restore.md
111111
- linkListType: how-to-guide
112112
links:
@@ -154,8 +154,8 @@ landingContent:
154154
url: flexible-server/concepts-connectivity.md
155155
- linkListType: tutorial
156156
links:
157-
- text: Design a database on Azure Database for PostgreSQL - Single Server
158-
url: single-server/tutorial-design-database-using-azure-portal.md
157+
- text: Deploy Django app on AKS
158+
url: flexible-server\tutorial-django-aks-database.md
159159

160160
# Card 7
161161
- title: Migrate
@@ -167,35 +167,7 @@ landingContent:
167167
- text: Migrate online
168168
url: howto-migrate-online.md
169169

170-
#Card 8
171-
- title: Azure Database for PostgreSQL - Single server
172-
linkLists:
173-
- linkListType: overview
174-
links:
175-
- text: What is Azure Database for PostgreSQL - Single Server?
176-
url: single-server/overview.md
177-
- linkListType: quickstart
178-
links:
179-
- text: Create an Azure Database for PostgreSQL - Single Server instance using the Azure portal
180-
url: single-server/quickstart-create-server-database-portal.md
181-
- text: Create an Azure Database for PostgreSQL - Single Server instance using Azure CLI
182-
url: single-server/quickstart-create-server-database-azure-cli.md
183-
- linkListType: concept
184-
links:
185-
- text: Server concepts
186-
url: flexible-server/concepts-servers.md
187-
- text: Limits
188-
url: flexible-server/concepts-limits.md
189-
- linkListType: tutorial
190-
links:
191-
- text: Design a database on Azure Database for PostgreSQL - Single Server
192-
url: single-server/tutorial-design-database-using-azure-portal.md
193-
- text: Build Python (Django) app with PostgreSQL
194-
url: ../app-service/tutorial-python-postgresql-app.md?toc=/azure/postgresql/toc.json
195-
- text: Monitor and tune the server
196-
url: single-server/tutorial-monitor-and-tune.md
197-
198-
# Card 9
170+
# Card 8
199171
- title: Reference
200172
linkLists:
201173
- linkListType: learn

0 commit comments

Comments
 (0)