Skip to content

Commit c6c12d2

Browse files
Simplify "an instance of Azure Database for PostgreSQL flexible server" to "an Azure Database for PostgreSQL flexible server"
1 parent 311067c commit c6c12d2

File tree

42 files changed

+109
-109
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+109
-109
lines changed

articles/postgresql/flexible-server/azure-pipelines-deploy-database-task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You can automatically deploy your database updates to Azure Database for Postgre
2323
- An Azure account. If you don't have one, [get a free trial](https://azure.microsoft.com/free/).
2424
- [Azure Resource Manager service connection](/azure/devops/pipelines/library/connect-to-azure) to your Azure account.
2525
- Microsoft hosted agents have Azure CLI preinstalled. However if you're using private agents, [install Azure CLI](/cli/azure/install-azure-cli) on the computers that run the build and release agent. If an agent is already running on the machine on which the Azure CLI is installed, restart the agent to ensure all the relevant stage variables are updated.
26-
- [Create an instance of Azure Database for PostgreSQL flexible server](quickstart-create-server.md).
26+
- [Create an Azure Database for PostgreSQL flexible server](quickstart-create-server.md).
2727

2828
## Use SQL file
2929

articles/postgresql/flexible-server/concepts-backup-restore.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ If you configure your server within a virtual network, you can restore to the sa
119119

120120
## Geo-redundant backup and restore
121121

122-
To enable geo-redundant backup from the **Compute + storage** pane in the Azure portal, see [Create an instance of Azure Database for PostgreSQL flexible server](quickstart-create-server.md).
122+
To enable geo-redundant backup from the **Compute + storage** pane in the Azure portal, see [Create an Azure Database for PostgreSQL flexible server](quickstart-create-server.md).
123123

124124
>[!IMPORTANT]
125125
> Geo-redundant backup can be configured only at the time of server creation.

articles/postgresql/flexible-server/concepts-connection-libraries.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ Most language client libraries used to connect to Azure Database for PostgreSQL
3535

3636
## Related content
3737

38-
- [Quickstart: Use Python to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-python.md).
39-
- [Quickstart: Use Java to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-java.md).
40-
- [Quickstart: Use .NET (C#) to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-csharp.md).
41-
- [Quickstart: Use Go language to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-go.md).
42-
- [Quickstart: Use PHP to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-php.md).
43-
- [Quickstart: Use Azure CLI to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-azure-cli.md).
38+
- [Quickstart: Use Python to connect and query data from an Azure Database for PostgreSQL flexible server](connect-python.md).
39+
- [Quickstart: Use Java to connect and query data from an Azure Database for PostgreSQL flexible server](connect-java.md).
40+
- [Quickstart: Use .NET (C#) to connect and query data from an Azure Database for PostgreSQL flexible server](connect-csharp.md).
41+
- [Quickstart: Use Go language to connect and query data from an Azure Database for PostgreSQL flexible server](connect-go.md).
42+
- [Quickstart: Use PHP to connect and query data from an Azure Database for PostgreSQL flexible server](connect-php.md).
43+
- [Quickstart: Use Azure CLI to connect and query data from an Azure Database for PostgreSQL flexible server](connect-azure-cli.md).
4444
- [Quickstart: Import data from Azure Database for PostgreSQL flexible server in Power BI](connect-with-power-bi-desktop.md).

articles/postgresql/flexible-server/concepts-data-encryption.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.topic: conceptual
1515

1616
[!INCLUDE [applies-to-postgresql-flexible-server](~/reusable-content/ce-skilling/azure/includes/postgresql/includes/applies-to-postgresql-flexible-server.md)]
1717

18-
All the data managed by an instance of Azure Database for PostgreSQL flexible is always encrypted at rest. That data includes all system and user databases, temporary files, server logs, write-ahead log segments, and backups.
18+
All the data managed by an Azure Database for PostgreSQL flexible server flexible is always encrypted at rest. That data includes all system and user databases, temporary files, server logs, write-ahead log segments, and backups.
1919

2020
To achieve the encryption of your data, Azure Database for PostgreSQL flexible server uses [Azure Storage encryption for data at rest](/azure/storage/common/storage-service-encryption), providing keys for encrypting and decrypting data in Blob Storage and Azure Files services. These keys must be stored in Azure Key Vault or Azure Key Vault Managed Hardware Security Module (HSM). For more information, see [customer-managed keys for Azure Storage encryption](/azure/storage/common/customer-managed-keys-overview).
2121

articles/postgresql/flexible-server/concepts-identity.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ There are two types of managed identities:
4242

4343
## Uses of managed identities in Azure Database for PostgreSQL flexible server
4444

45-
**System assigned managed identity** for an instance of Azure Database for PostgreSQL flexible server is used by:
45+
**System assigned managed identity** for an Azure Database for PostgreSQL flexible server flexible server is used by:
4646

4747
- [azure_storage extension](concepts-storage-extension.md), when configured to access a storage account using the `managed-identity` authentication type. For more information, see how to [configure the azure_storage extension to use authorization with Microsoft Entra ID](how-to-use-pg-azure-storage.md#to-use-authorization-with-microsoft-entra-id).
4848
- [Microsoft Fabric mirrored databases from Azure Database for PostgreSQL flexible server (preview)](https://techcommunity.microsoft.com/blog/adforpostgresql/mirroring-azure-database-for-postgresql-flexible-server-in-microsoft-fabric---pr/4251876) uses the credentials of the system assigned managed identity to sign the requests that your instance of flexible server sends to the Azure DataLake service in Microsoft Fabric to mirror your designated databases.
4949

50-
**User assigned managed identities** configured for an instance of Azure Database for PostgreSQL flexible server can be used for:
50+
**User assigned managed identities** configured for an Azure Database for PostgreSQL flexible server flexible server can be used for:
5151

5252
- [Data encryption with customer managed keys](concepts-data-encryption.md).
5353

articles/postgresql/flexible-server/concepts-query-store.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ This function discards all statistics gathered so far by query store. It discard
282282
This function discards all statistics gathered in-memory by query store (that is, the data in memory that isn't flushed yet to the on disk tables supporting persistence of collected data for query store). Only members of the server admin role (`azure_pg_admin`) can execute this function.
283283

284284
### Read-only mode
285-
When an instance of Azure Database for PostgreSQL Flexible Server is in read-only mode, such as when the `default_transaction_read_only` parameter is set to `on`, or if read-only mode is [automatically enabled due to reaching storage capacity](concepts-limits.md#storage), query store doesn't capture any data.
285+
When an Azure Database for PostgreSQL flexible server Flexible Server is in read-only mode, such as when the `default_transaction_read_only` parameter is set to `on`, or if read-only mode is [automatically enabled due to reaching storage capacity](concepts-limits.md#storage), query store doesn't capture any data.
286286

287287
Enabling query store on a server that has [read replicas](concepts-read-replicas.md), doesn't automatically enable query store on any of the read replicas. Even if you enable it on any of the read replicas, query store doesn't record the queries executed on any read replicas, because they operate in read-only mode until you promote them to primary.
288288

articles/postgresql/flexible-server/connect-azure-cli.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -167,9 +167,9 @@ Closed the connection to server372060240
167167
## Related content
168168

169169
- [Manage Azure Database for PostgreSQL flexible server](how-to-manage-server-portal.md).
170-
- [Quickstart: Use Python to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-python.md).
171-
- [Quickstart: Use Java to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-java.md).
172-
- [Quickstart: Use .NET (C#) to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-csharp.md).
173-
- [Quickstart: Use Go language to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-go.md).
174-
- [Quickstart: Use PHP to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-php.md).
170+
- [Quickstart: Use Python to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-python.md).
171+
- [Quickstart: Use Java to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-java.md).
172+
- [Quickstart: Use .NET (C#) to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-csharp.md).
173+
- [Quickstart: Use Go language to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-go.md).
174+
- [Quickstart: Use PHP to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-php.md).
175175
- [Quickstart: Import data from Azure Database for PostgreSQL flexible server in Power BI](connect-with-power-bi-desktop.md).

articles/postgresql/flexible-server/connect-csharp.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This quickstart demonstrates how to connect to an Azure Database for PostgreSQL
2828
For this quickstart you need:
2929

3030
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free).
31-
- [Create an instance of Azure Database for PostgreSQL flexible server](quickstart-create-server.md), if you do not have one.
31+
- [Create an Azure Database for PostgreSQL flexible server flexible server](quickstart-create-server.md), if you do not have one.
3232
- Use the empty *postgres* database available on the server or create a [new database](quickstart-create-server.md#connect-using-psql).
3333
- Install the [.NET SDK for your platform](https://dotnet.microsoft.com/download) (Windows, Ubuntu Linux, or macOS) for your platform.
3434
- Install [Visual Studio](https://www.visualstudio.com/downloads/) to build your project.
@@ -351,9 +351,9 @@ az group delete \
351351
## Related content
352352

353353
- [Manage Azure Database for PostgreSQL flexible server](how-to-manage-server-portal.md).
354-
- [Quickstart: Use Python to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-python.md).
355-
- [Quickstart: Use Java to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-java.md).
356-
- [Quickstart: Use Go language to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-go.md).
357-
- [Quickstart: Use PHP to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-php.md).
358-
- [Quickstart: Use Azure CLI to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-azure-cli.md).
354+
- [Quickstart: Use Python to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-python.md).
355+
- [Quickstart: Use Java to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-java.md).
356+
- [Quickstart: Use Go language to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-go.md).
357+
- [Quickstart: Use PHP to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-php.md).
358+
- [Quickstart: Use Azure CLI to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-azure-cli.md).
359359
- [Quickstart: Import data from Azure Database for PostgreSQL flexible server in Power BI](connect-with-power-bi-desktop.md).

articles/postgresql/flexible-server/connect-go.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This quickstart demonstrates how to connect to an Azure Database for PostgreSQL
2323

2424
## Prerequisites
2525

26-
This quickstart uses the resources created in the [Create an instance of Azure Database for PostgreSQL flexible server](quickstart-create-server.md) as a starting point.
26+
This quickstart uses the resources created in the [Create an Azure Database for PostgreSQL flexible server flexible server](quickstart-create-server.md) as a starting point.
2727

2828
> [!IMPORTANT]
2929
> We recommend you use a server with **Public access (allowed IP addresses)** enabled for this quickstart. Using a server with **Private access (VNet Integration)** enabled to complete this quickstart might involve extra steps that aren't covered.
@@ -379,9 +379,9 @@ az group delete \
379379
## Related content
380380

381381
- [Manage Azure Database for PostgreSQL flexible server](how-to-manage-server-portal.md).
382-
- [Quickstart: Use Python to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-python.md).
383-
- [Quickstart: Use Java to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-java.md).
384-
- [Quickstart: Use .NET (C#) to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-csharp.md).
385-
- [Quickstart: Use PHP to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-php.md).
386-
- [Quickstart: Use Azure CLI to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-azure-cli.md).
382+
- [Quickstart: Use Python to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-python.md).
383+
- [Quickstart: Use Java to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-java.md).
384+
- [Quickstart: Use .NET (C#) to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-csharp.md).
385+
- [Quickstart: Use PHP to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-php.md).
386+
- [Quickstart: Use Azure CLI to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-azure-cli.md).
387387
- [Quickstart: Import data from Azure Database for PostgreSQL flexible server in Power BI](connect-with-power-bi-desktop.md).

articles/postgresql/flexible-server/connect-java.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -699,9 +699,9 @@ az group delete \
699699
## Related content
700700

701701
- [Manage Azure Database for PostgreSQL flexible server](how-to-manage-server-portal.md).
702-
- [Quickstart: Use Python to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-python.md).
703-
- [Quickstart: Use .NET (C#) to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-csharp.md).
704-
- [Quickstart: Use Go language to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-go.md).
705-
- [Quickstart: Use PHP to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-php.md).
706-
- [Quickstart: Use Azure CLI to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-azure-cli.md).
702+
- [Quickstart: Use Python to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-python.md).
703+
- [Quickstart: Use .NET (C#) to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-csharp.md).
704+
- [Quickstart: Use Go language to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-go.md).
705+
- [Quickstart: Use PHP to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-php.md).
706+
- [Quickstart: Use Azure CLI to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-azure-cli.md).
707707
- [Quickstart: Import data from Azure Database for PostgreSQL flexible server in Power BI](connect-with-power-bi-desktop.md).

articles/postgresql/flexible-server/connect-php.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This quickstart demonstrates connecting to an Azure Database for PostgreSQL usin
1919

2020
## Prerequisites
2121

22-
This quickstart uses the resources created in the [Create an instance of Azure Database for PostgreSQL flexible server](quickstart-create-server.md) as a starting point.
22+
This quickstart uses the resources created in the [Create an Azure Database for PostgreSQL flexible server flexible server](quickstart-create-server.md) as a starting point.
2323

2424
## Install PHP
2525

@@ -235,9 +235,9 @@ az group delete \
235235
## Related content
236236

237237
- [Manage Azure Database for PostgreSQL flexible server](how-to-manage-server-portal.md).
238-
- [Quickstart: Use Python to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-python.md).
239-
- [Quickstart: Use Java to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-java.md).
240-
- [Quickstart: Use .NET (C#) to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-csharp.md).
241-
- [Quickstart: Use Go language to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-go.md).
242-
- [Quickstart: Use Azure CLI to connect and query data from an instance of Azure Database for PostgreSQL flexible server](connect-azure-cli.md).
238+
- [Quickstart: Use Python to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-python.md).
239+
- [Quickstart: Use Java to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-java.md).
240+
- [Quickstart: Use .NET (C#) to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-csharp.md).
241+
- [Quickstart: Use Go language to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-go.md).
242+
- [Quickstart: Use Azure CLI to connect and query data from an Azure Database for PostgreSQL flexible server flexible server](connect-azure-cli.md).
243243
- [Quickstart: Import data from Azure Database for PostgreSQL flexible server in Power BI](connect-with-power-bi-desktop.md).

0 commit comments

Comments
 (0)