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/backup/azure-kubernetes-service-cluster-manage-backups.md
+43-6Lines changed: 43 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,31 @@ The Azure Backup service creates a job for scheduled backups or if you trigger o
122
122
123
123

124
124
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
+

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
+

148
+
149
+
### Monitor a restore operation
126
150
127
151
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:
128
152
@@ -143,7 +167,7 @@ After you trigger the restore operation, the backup service creates a job for tr
143
167

144
168
145
169
146
-
## Monitor AKS backup related jobs with the completed with warnings status
170
+
###Monitor AKS backup related jobs with the completed with warnings status
147
171
148
172
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.
149
173
@@ -160,12 +184,25 @@ To view these warnings, select **View Details** next to **Warning Details**.
160
184
Learn [how to identify and resolve the error](azure-kubernetes-service-backup-troubleshoot.md#aks-backup-extension-installation-error-resolutions).
161
185
162
186
163
-
##Manage operations using the Azure portal
187
+
### Change policy
164
188
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.
166
190
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.
168
197
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
169
206
170
207
There are three ways by which you can stop protecting an Azure Disk:
171
208
@@ -233,7 +270,7 @@ There are three ways by which you can stop protecting an Azure Disk:
233
270
If you have selected the **Stop Protection and Retain data** option, you can resume protection for your clusters.
234
271
235
272
>[!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.
This article explains how to manage backup for the Azure PostgreSQL - Flexible servers from the Azure portal.
15
15
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
+
16
33
## Monitor a backup operation
17
34
18
35
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
59
76
60
77
### Stop Protection
61
78
62
-
63
79
There are three ways by which you can stop protecting an Azure Disk:
64
80
65
81
-**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:
126
142
If you have selected the **Stop Protection and Retain data** option, you can resume protection for your servers.
127
143
128
144
>[!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.
Copy file name to clipboardExpand all lines: articles/backup/manage-azure-database-postgresql.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,10 @@ You can change the associated policy with a backup instance.
25
25
26
26
:::image type="content" source="./media/manage-azure-database-postgresql/reassign-policy.png" alt-text="Screenshot showing the option to reassign policy.":::
27
27
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
+
28
32
## Stop protection
29
33
30
34
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.
85
89
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.
86
90
87
91
>[!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.
Copy file name to clipboardExpand all lines: articles/backup/manage-azure-managed-disks.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,23 @@ ms.custom: engagement-fy24
13
13
14
14
This article explains how to manage Azure Managed Disk from the Azure portal.
15
15
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
+
16
33
## Monitor a backup operation
17
34
18
35
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:
114
131
If you have selected the **Stop Protection and Retain data** option, you can resume protection for your disks.
115
132
116
133
>[!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.
Copy file name to clipboardExpand all lines: articles/data-factory/parameterize-linked-services.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,8 @@ You can use the UI in the Azure portal or a programming interface to parameteriz
22
22
> We recommend not to parameterize passwords or secrets. Store all secrets in Azure Key Vault instead, and parameterize the *Secret Name*.
23
23
24
24
> [!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.
26
27
27
28
For a seven-minute introduction and demonstration of this feature, watch the following video:
Copy file name to clipboardExpand all lines: articles/storage/common/storage-use-azcopy-v10.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,6 +284,9 @@ Over time, the AzCopy [download link](#download-and-install-azcopy) will point t
284
284
285
285
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.
286
286
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.
0 commit comments