Skip to content

Commit 206d7fd

Browse files
authored
Merge pull request #293129 from MicrosoftDocs/main
Merge main to live, 4 AM
2 parents 9034d3b + 7a9c792 commit 206d7fd

6 files changed

+89
-11
lines changed

articles/backup/azure-kubernetes-service-cluster-manage-backups.md

Lines changed: 43 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,31 @@ The Azure Backup service creates a job for scheduled backups or if you trigger o
122122

123123
![Screenshot shows how to select a job to see details.](./media/backup-managed-disks/select-job.png)
124124

125-
## Monitor a restore operation
125+
## Manage operations using the Azure portal
126+
127+
This section describes several Azure Backup supported management operations that make it easy to manage Azure Kubernetes Service cluster backups.
128+
129+
### Monitor a backup operation
130+
131+
The Azure Backup service creates a job for scheduled backups or if you trigger on-demand backup operation for tracking. To view the backup job status:
132+
133+
1. Go to the **Azure Business Continuity Center** and select **Protected Items** under **Protection Inventory**.
134+
135+
The **Protected Items** blade shows all the backup instances created across the subscriptions. Use the filters to access the backup instance you would like to take a look at. Select on the protected item and open it.
136+
137+
:::image type="content" source="./media/backup-managed-disks/jobs-dashboard.png" alt-text="Screenshot shows the jobs dashboard." lightbox="./media/backup-managed-disks/jobs-dashboard.png":::
138+
139+
1. Now select on the **Associated Items** to open up the dashboard for the backup instance. Here you can see the backup jobs for the last seven days.
140+
141+
1. To view the status of the backup operation, select **View all** to show ongoing and past jobs of this backup instance.
142+
143+
![Screenshot shows how to select the view all option.](./media/backup-managed-disks/view-all.png)
144+
145+
1. Review the list of backup and restore jobs and their status. Select a job from the list of jobs to view job details.
146+
147+
![Screenshot shows how to select a job to see details.](./media/backup-managed-disks/select-job.png)
148+
149+
### Monitor a restore operation
126150

127151
After you trigger the restore operation, the backup service creates a job for tracking. Azure Backup displays notifications about the job in the portal. To view the restore job progress:
128152

@@ -143,7 +167,7 @@ After you trigger the restore operation, the backup service creates a job for tr
143167
![Screenshot shows the list of jobs.](./media/restore-managed-disks/list-of-jobs.png)
144168

145169

146-
## Monitor AKS backup related jobs with the completed with warnings status
170+
### Monitor AKS backup related jobs with the completed with warnings status
147171

148172
When a scheduled or an on-demand backup or restore operation is performed, a job is created corresponding to the operation to track its progress. If there is a failure, these jobs allow you to identify error codes and fix issues to run a successful job later.
149173

@@ -160,12 +184,25 @@ To view these warnings, select **View Details** next to **Warning Details**.
160184
Learn [how to identify and resolve the error](azure-kubernetes-service-backup-troubleshoot.md#aks-backup-extension-installation-error-resolutions).
161185

162186

163-
## Manage operations using the Azure portal
187+
### Change policy
164188

165-
This section describes several Azure Backup supported management operations that make it easy to manage Azure Kubernetes Service cluster backups.
189+
You can change the associated policy with a backup instance.
166190

167-
### Stop Protection
191+
1. Select the **Backup Instance** -> **Change Policy**.
192+
193+
194+
:::image type="content" source="./media/manage-azure-database-postgresql/change-policy.png" alt-text="Screenshot showing the option to change policy.":::
195+
196+
1. Select the new policy that you wish to apply to the database.
168197

198+
:::image type="content" source="./media/manage-azure-database-postgresql/reassign-policy.png" alt-text="Screenshot showing the option to reassign policy.":::
199+
200+
> [!NOTE]
201+
>
202+
> Changing a backup policy assigned to a backup instance does not affect existing recovery points and their retention duration. The updated retention settings will apply only to new recovery points created after the policy change.
203+
204+
205+
### Stop Protection
169206

170207
There are three ways by which you can stop protecting an Azure Disk:
171208

@@ -233,7 +270,7 @@ There are three ways by which you can stop protecting an Azure Disk:
233270
If you have selected the **Stop Protection and Retain data** option, you can resume protection for your clusters.
234271

235272
>[!Note]
236-
>When you start protecting a clusters, the backup policy is applied to the retained data as well. The recovery points that have expired as per the policy will be cleaned up.
273+
>When you resume protecting a backup instance, the existing backup policy will start applying to new recovery points only. Recovery points that have already expired based on their original retention duration, as defined by the backup policy in effect at the time of their creation, will be cleaned up.
237274
238275
Use the following steps:
239276

articles/backup/backup-azure-database-postgresql-flex-manage.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,23 @@ ms.custom: engagement-fy24, ignite-2024
1313

1414
This article explains how to manage backup for the Azure PostgreSQL - Flexible servers from the Azure portal.
1515

16+
## Change policy
17+
18+
You can change the associated policy with a backup instance.
19+
20+
1. Select the **Backup Instance** -> **Change Policy**.
21+
22+
23+
:::image type="content" source="./media/manage-azure-database-postgresql/change-policy.png" alt-text="Screenshot showing the option to change policy.":::
24+
25+
1. Select the new policy that you wish to apply to the database.
26+
27+
:::image type="content" source="./media/manage-azure-database-postgresql/reassign-policy.png" alt-text="Screenshot showing the option to reassign policy.":::
28+
29+
> [!NOTE]
30+
>
31+
> Changing a backup policy assigned to a backup instance does not affect existing recovery points and their retention duration. The updated retention settings will apply only to new recovery points created after the policy change.
32+
1633
## Monitor a backup operation
1734

1835
The Azure Backup service creates a job for scheduled backups or if you trigger on-demand backup operation for tracking. To view the backup job status:
@@ -59,7 +76,6 @@ This section describes several Azure Backup supported management operations that
5976

6077
### Stop Protection
6178

62-
6379
There are three ways by which you can stop protecting an Azure Disk:
6480

6581
- **Stop Protection and Retain Data (Retain forever)**: This option helps you stop all future backup jobs from protecting your server. However, Azure Backup service retains the recovery points that are backed up forever. You need to pay to keep the recovery points in the vault (see [Azure Backup pricing](https://azure.microsoft.com/pricing/details/backup/) for details). You are able to restore the disk, if needed. To resume server protection, use the **Resume backup** option.
@@ -126,7 +142,7 @@ There are three ways by which you can stop protecting an Azure Disk:
126142
If you have selected the **Stop Protection and Retain data** option, you can resume protection for your servers.
127143

128144
>[!Note]
129-
>When you start protecting a servers, the backup policy is applied to the retained data as well. The recovery points that have expired as per the policy will be cleaned up.
145+
>When you resume protecting a backup instance, the existing backup policy will start applying to new recovery points only. Recovery points that have already expired based on their original retention duration, as defined by the backup policy in effect at the time of their creation, will be cleaned up.
130146
131147
Use the following steps:
132148

articles/backup/manage-azure-database-postgresql.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ You can change the associated policy with a backup instance.
2525

2626
:::image type="content" source="./media/manage-azure-database-postgresql/reassign-policy.png" alt-text="Screenshot showing the option to reassign policy.":::
2727

28+
> [!NOTE]
29+
>
30+
> Changing a backup policy assigned to a backup instance does not affect existing recovery points and their retention duration. The updated retention settings will apply only to new recovery points created after the policy change.
31+
2832
## Stop protection
2933

3034
There are three ways to stop protecting an Azure Database for PostgreSQL server.
@@ -85,7 +89,7 @@ There are three ways to stop protecting an Azure Database for PostgreSQL server.
8589
If you have selected the **Stop Protection and Retain data** option while stopping the data backup, you can resume protection for your Azure Database for PostgreSQL server.
8690

8791
>[!Note]
88-
>When you start protecting a database, the backup policy is applied to the retained data as well. The recovery points that have expired as per the policy will be cleaned up.
92+
>When you resume protecting a backup instance, the existing backup policy will start applying to new recovery points only. Recovery points that have already expired based on their original retention duration, as defined by the backup policy in effect at the time of their creation, will be cleaned up.
8993
9094
Follow these steps:
9195

articles/backup/manage-azure-managed-disks.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,23 @@ ms.custom: engagement-fy24
1313

1414
This article explains how to manage Azure Managed Disk from the Azure portal.
1515

16+
17+
## Change policy
18+
19+
You can change the associated policy with a backup instance.
20+
21+
1. Select the **Backup Instance** -> **Change Policy**.
22+
23+
:::image type="content" source="./media/manage-azure-database-postgresql/change-policy.png" alt-text="Screenshot showing the option to change policy.":::
24+
25+
1. Select the new policy that you wish to apply to the database.
26+
27+
:::image type="content" source="./media/manage-azure-database-postgresql/reassign-policy.png" alt-text="Screenshot showing the option to reassign policy.":::
28+
29+
> [!NOTE]
30+
>
31+
> Changing a backup policy assigned to a backup instance does not affect existing recovery points and their retention duration. The updated retention settings will apply only to new recovery points created after the policy change.
32+
1633
## Monitor a backup operation
1734

1835
The Azure Backup service creates a job for scheduled backups or if you trigger on-demand backup operation for tracking. To view the backup job status:
@@ -114,7 +131,7 @@ There are three ways by which you can stop protecting an Azure Disk:
114131
If you have selected the **Stop Protection and Retain data** option, you can resume protection for your disks.
115132

116133
>[!Note]
117-
>When you start protecting a disk, the backup policy is applied to the retained data as well. The recovery points that have expired as per the policy will be cleaned up.
134+
>When you resume protecting a backup instance, the existing backup policy will start applying to new recovery points only. Recovery points that have already expired based on their original retention duration, as defined by the backup policy in effect at the time of their creation, will be cleaned up.
118135
119136
Use the following steps:
120137

articles/data-factory/parameterize-linked-services.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ You can use the UI in the Azure portal or a programming interface to parameteriz
2222
> We recommend not to parameterize passwords or secrets. Store all secrets in Azure Key Vault instead, and parameterize the *Secret Name*.
2323
2424
> [!Note]
25-
> There is open bug to use "-" in parameter names, we recommend to use names without "-" until the bug is resolved.
25+
> 1. There is open bug to use "-" in parameter names, we recommend to use names without "-" until the bug is resolved.
26+
> 2. There is an active bug affecting dataflows with parameters. To avoid issues, it is recommended to use dataflow names without spaces until the bug is resolved.
2627
2728
For a seven-minute introduction and demonstration of this feature, watch the following video:
2829

articles/storage/common/storage-use-azcopy-v10.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,9 @@ Over time, the AzCopy [download link](#download-and-install-azcopy) will point t
284284

285285
To avoid these issues, obtain a static (unchanging) link to the current version of AzCopy. That way, your script downloads the same exact version of AzCopy each time that it runs.
286286

287+
> [!NOTE]
288+
> The static link to AzCopy binaries is subject to change over time due to our content delivery infrastructure. If you must use a specific version of AzCopy for any reason, we recommend using AzCopy with an operating system that leverages a [published package](#install-azcopy-on-linux-by-using-a-package-manager). This method ensures that you can reliably install and maintain the desired version of AzCopy.
289+
287290
To obtain the link, run this command:
288291

289292
| Operating system | Command |

0 commit comments

Comments
 (0)