You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/azure-pipelines-deploy-database-task.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ You can automatically deploy your database updates to Azure Database for Postgre
23
23
- An Azure account. If you don't have one, [get a free trial](https://azure.microsoft.com/free/).
24
24
-[Azure Resource Manager service connection](/azure/devops/pipelines/library/connect-to-azure) to your Azure account.
25
25
- 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).
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/concepts-backup-restore.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ If you configure your server within a virtual network, you can restore to the sa
119
119
120
120
## Geo-redundant backup and restore
121
121
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).
123
123
124
124
>[!IMPORTANT]
125
125
> Geo-redundant backup can be configured only at the time of server creation.
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.
19
19
20
20
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).
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/concepts-identity.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -42,12 +42,12 @@ There are two types of managed identities:
42
42
43
43
## Uses of managed identities in Azure Database for PostgreSQL flexible server
44
44
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:
46
46
47
47
-[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).
48
48
-[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.
49
49
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:
51
51
52
52
-[Data encryption with customer managed keys](concepts-data-encryption.md).
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/concepts-query-store.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -282,7 +282,7 @@ This function discards all statistics gathered so far by query store. It discard
282
282
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.
283
283
284
284
### 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.
286
286
287
287
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.
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/connect-go.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ This quickstart demonstrates how to connect to an Azure Database for PostgreSQL
23
23
24
24
## Prerequisites
25
25
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.
27
27
28
28
> [!IMPORTANT]
29
29
> 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 \
379
379
## Related content
380
380
381
381
-[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).
387
387
-[Quickstart: Import data from Azure Database for PostgreSQL flexible server in Power BI](connect-with-power-bi-desktop.md).
Copy file name to clipboardExpand all lines: articles/postgresql/flexible-server/connect-php.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ This quickstart demonstrates connecting to an Azure Database for PostgreSQL usin
19
19
20
20
## Prerequisites
21
21
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.
23
23
24
24
## Install PHP
25
25
@@ -235,9 +235,9 @@ az group delete \
235
235
## Related content
236
236
237
237
-[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).
243
243
-[Quickstart: Import data from Azure Database for PostgreSQL flexible server in Power BI](connect-with-power-bi-desktop.md).
0 commit comments