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
## Set up permissions for PostgreSQL - Flexible Server restore
27
27
28
28
Backup vault uses managed identity to access other Azure resources. To restore from backup, Backup vault’s managed identity requires a set of permissions on the Azure PostgreSQL – Flexible Server to which the database should be restored.
29
29
30
30
To assign the relevant permissions for vault's system-assigned managed identity on the target PostgreSQL – Flexible Server, check the [set of permissions](backup-azure-database-postgresql-flex-overview.md#azure-backup-authentication-with-the-postgresql-server) needed to backup Azure PostgreSQL – Flexible Server database.
31
31
32
32
To restore the recovery point as files to a storage account, the [Backup vault's system-assigned managed identity needs access on the target storage account](./restore-azure-database-postgresql.md#restore-permissions-on-the-target-storage-account).
33
33
34
-
## Fetch the relevant recovery point
34
+
## Fetch the relevant recovery point of PostgreSQL - Flexible Server
35
35
36
36
Fetch all instances using [Get-AzDataProtectionBackupInstance](/powershell/module/az.dataprotection/get-azdataprotectionbackupinstance) cmdlet and identify the relevant instance.
37
37
@@ -58,7 +58,7 @@ Once the instance is identified, fetch the relevant recovery point.
If you have more than one database to restore, rerun the earlier cmdlet for each database.
101
101
Also, by using multiple concurrent jobs `-j`, you can reduce the restore time of a large database on a **multi-vCore** target server. The number of jobs can be equal to or less than the number of `vCPUs` allocated for the target server.
102
102
103
-
## Trigger the restore
103
+
## Trigger the restore for PostgreSQL - Flexible Server
104
104
105
105
To trigger the restore operation with the prepared request, use the [`Start-AzDataProtectionBackupInstanceRestore`](/powershell/module/az.dataprotection/start-azdataprotectionbackupinstancerestore) cmdlet
## Track jobs for PostgreSQL - Flexible Server restore
112
112
113
113
Track all jobs by using the [`Get-AzDataProtectionJob`](/powershell/module/az.dataprotection/get-azdataprotectionjob) cmdlet. You can list all jobs and fetch a particular job detail.
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-database-postgresql.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Back Up Azure Database for PostgreSQL by Using the Azure Portal
3
3
description: Learn how to back up Azure Database for PostgreSQL by using the Azure portal.
4
4
ms.topic: how-to
5
-
ms.date: 08/18/2025
5
+
ms.date: 01/27/2026
6
6
ms.service: azure-backup
7
7
author: AbhishekMallick-MS
8
8
ms.author: v-mallicka
@@ -26,7 +26,7 @@ You can configure a backup on multiple PostgreSQL databases across multiple Azur
26
26
27
27
:::image type="content" source="./media/backup-azure-database-postgresql/adding-backup-inline.png" alt-text="Screenshot that shows the button for adding a backup." lightbox="./media/backup-azure-database-postgresql/adding-backup-expanded.png":::
28
28
29
-
Alternatively, you can go to this page from the [Backup center](./backup-center-overview.md).
29
+
Alternatively, you can go to this page from the [Resiliency](../resiliency/tutorial-configure-protection-datasource.md).
30
30
31
31
1. On the **Basics** tab, enter the required information.
32
32
@@ -126,7 +126,7 @@ You can configure a backup on multiple PostgreSQL databases across multiple Azur
126
126
127
127
## <aname = "create-backup-policy"></a>Create a backup policy
128
128
129
-
You can create a backup policy during the flow for configuring a backup. Alternatively, go to **Backup center** > **Backup policies** > **Add**. You can also [create a backup policy for PostgreSQL databases using REST API](backup-azure-data-protection-use-rest-api-create-update-postgresql-policy.md).
129
+
You can create a backup policy during the flow for configuring a backup. Alternatively, go to **Resiliency** > **Manage** > **Procection policies** > **+ Create policy**. You can also [create a backup policy for PostgreSQL databases using REST API](backup-azure-data-protection-use-rest-api-create-update-postgresql-policy.md).
130
130
131
131
1. On the **Create Backup Policy** pane, on the **Basics** tab, enter a name for the new policy.
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-manage-vms.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Manage and monitor Azure VM backups
3
3
description: Learn how to manage and monitor Azure VM backups by using the Azure Backup service.
4
4
ms.topic: how-to
5
-
ms.date: 10/24/2025
5
+
ms.date: 01/27/2026
6
6
ms.service: azure-backup
7
7
author: AbhishekMallick-MS
8
8
ms.author: v-mallicka
@@ -23,7 +23,7 @@ You can manage backups by using the dashboard and by drilling down to individual
23
23
24
24
:::image type="content" source="./media/backup-azure-manage-vms/bottom-slider-inline.png" alt-text="Screenshot showing the full dashboard view with slider." lightbox="./media/backup-azure-manage-vms/bottom-slider-expanded.png":::
:::image type="content" source="./media/backup-azure-sql-database/modify-backup-policy-impact.png" alt-text="Screenshot that shows the impact of modifying a backup policy on associated backup items." lightbox="./media/backup-azure-sql-database/modify-backup-policy-impact.png":::
138
138
139
139
Policy modification will impact all the associated Backup Items and trigger corresponding **configure protection** jobs.
Copy file name to clipboardExpand all lines: articles/backup/restore-azure-database-postgresql.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
title: Restore Azure Database for PostgreSQL by Using the Azure Portal
3
3
description: Learn about how to restore Azure Database for PostgreSQL backups.
4
4
ms.topic: how-to
5
-
ms.date: 08/18/2025
5
+
ms.date: 01/27/2026
6
6
ms.custom:
7
7
- devx-track-azurecli
8
8
- build-2025
@@ -24,7 +24,7 @@ You can restore a database to any Azure Database for PostgreSQL server of a diff
24
24
25
25
:::image type="content" source="./media/restore-azure-database-postgresql/select-database-for-restore-inline.png" alt-text="Screenshot that shows details for a backup instance." lightbox="./media/restore-azure-database-postgresql/select-database-for-restore-expanded.png":::
26
26
27
-
Alternatively, you can go to this page from the [Backup center](./backup-center-overview.md).
27
+
Alternatively, you can go to this page from the [Resiliency](../resiliency/resiliency-overview.md).
28
28
29
29
1. On the **Select restore point** tab, select a recovery point from the list of all full backups available for the selected backup instance. By default, the latest recovery point is selected.
Copy file name to clipboardExpand all lines: articles/network-watcher/traffic-analytics-schema.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,7 +73,7 @@ The following table lists the fields in the schema and what they signify for vir
73
73
> |**L7Protocol**| Protocol Name | Derived from destination port. |
74
74
> |**FlowDirection**| - **I** = Inbound <br> - **O** = Outbound | Direction of the flow: in or out of the target resource per flow log. |
75
75
> |**FlowStatus**| - **A** = Allowed <br> - **D** = Denied | Status of flow: allowed or denied by target resource per flow log. |
76
-
> |**AclList**|\<SubscriptionID\>/\<resourcegroup_Name\>/\<NSG_Name\>| Network security group associated with the flow. |
76
+
> |**AclGroup**|\<SubscriptionID\>/\<resourcegroup_Name\>/\<NSG_Name\>| Network security group associated with the flow. |
77
77
> |**AclRule**| NSG_Rule_Name | Network security group rule that allowed or denied the flow. |
78
78
> |**MACAddress**| MAC Address | MAC address of the NIC at which the flow was captured. |
79
79
> |**SrcSubscription**| Subscription ID | Subscription ID of virtual network / network interface / virtual machine that the source IP in the flow belongs to. |
0 commit comments