Skip to content

Commit 07f7b5e

Browse files
committed
change manual backup workflow
1 parent d436086 commit 07f7b5e

File tree

3 files changed

+23
-21
lines changed

3 files changed

+23
-21
lines changed

articles/azure-netapp-files/azure-netapp-files-quickstart-set-up-account-create-volumes.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: devx-track-azurecli, subject-armqs, mode-ui, devx-track-azurepowershe
1414

1515
This article shows you how to quickly set up Azure NetApp Files and create an NFS volume.
1616

17-
In this quickstart, you will set up the following items:
17+
In this quickstart, you set up the following items:
1818

1919
- Registration for NetApp Resource Provider
2020
- A NetApp account
@@ -265,13 +265,13 @@ The following code snippet shows how to create a capacity pool in an Azure Resou
265265
266266
4. Select **Protocol**, and then complete the following actions:
267267
* Select **NFS** as the protocol type for the volume.
268-
* Enter **myfilepath1** as the file path that will be used to create the export path for the volume.
268+
* Enter **myfilepath1** for the file path used to create the export path for the volume.
269269
* Select the NFS version (**NFSv3** or **NFSv4.1**) for the volume.
270270
See [considerations](azure-netapp-files-create-volumes.md#considerations) and [best practice](azure-netapp-files-create-volumes.md#best-practice) about NFS versions.
271271
272272
![Screenshot of NFS protocol for selection.](./media/azure-netapp-files-quickstart-set-up-account-create-volumes/azure-netapp-files-quickstart-protocol-nfs.png)
273273
274-
5. Select **Review + create** to display information for the volume you are creating.
274+
5. Select **Review + create** to display information for the volume you're creating.
275275
276276
6. Select **Create** to create the volume.
277277
The created volume appears in the Volumes blade.
@@ -389,14 +389,13 @@ The following code snippets show how to set up a VNet and create an Azure NetApp
389389
390390
# [Portal](#tab/azure-portal)
391391
392-
When you are done and if you want to, you can delete the resource group. The action of deleting a resource group is irreversible.
392+
When you're done and if you want to, you can delete the resource group. The action of deleting a resource group is irreversible.
393393
394394
> [!IMPORTANT]
395-
> All resources within the resource groups will be permanently deleted and cannot be undone.
396-
395+
>Deleting a resource group also deletes all resources within it. The action can't be undone.
397396
398397
>[!IMPORTANT]
399-
>Before you delete a resource group, you must first delete the backups. Deleting a resource group will not delete the backups. You can preemptively delete backups on volumes by [disabling the backup policy](backup-disable.md) or you can [manually delete the backups](backup-delete.md). If you delete the resource group without disabling backups, backups will continue to impact your billing.
398+
>Before you delete a resource group, you must first delete the backups. Deleting a resource group will not delete the backups. You can preemptively delete backups on volumes by [manually delete the backups](backup-delete.md). If you delete the resource group without deleting all the backups, you can't see those backups anymore but can continue to incur billing for them. In case you're wrongly billed for some backups, open a support case ticket to get this issue resolved.
400399
401400
1. In the Azure portal's search box, enter **Azure NetApp Files** and then select **Azure NetApp Files** from the list that appears.
402401
@@ -409,18 +408,18 @@ When you are done and if you want to, you can delete the resource group. The act
409408
410409
![Screenshot that highlights the Delete resource group button.](./media/azure-netapp-files-quickstart-set-up-account-create-volumes/azure-netapp-files-azure-delete-resource-group.png)
411410
412-
A window opens and displays a warning about the resources that will be deleted with the resource group.
411+
A window opens and displays a warning about the resources to be deleted with the resource group.
413412
414413
4. Enter the name of the resource group (myRG1) to confirm that you want to permanently delete the resource group and all resources in it, and then select **Delete**.
415414
416415
![Screenshot showing confirmation of deleting resource group.](./media/azure-netapp-files-quickstart-set-up-account-create-volumes/azure-netapp-files-azure-confirm-resource-group-deletion.png)
417416
418417
# [PowerShell](#tab/azure-powershell)
419418
420-
When you are done and if you want to, you can delete the resource group. The action of deleting a resource group is irreversible.
419+
When you're done and if you want to, you can delete the resource group. The action of deleting a resource group is irreversible.
421420
422421
> [!IMPORTANT]
423-
> All resources within the resource groups will be permanently deleted and cannot be undone.
422+
>Deleting a resource group also deletes all resources within it. The action can't be undone.
424423
425424
1. Delete resource group by using the [Remove-AzResourceGroup](/powershell/module/az.resources/remove-azresourcegroup) command.
426425
@@ -430,10 +429,10 @@ When you are done and if you want to, you can delete the resource group. The act
430429
431430
# [Azure CLI](#tab/azure-cli)
432431
433-
When you are done and if you want to, you can delete the resource group. The action of deleting a resource group is irreversible.
432+
When you're done and if you want to, you can delete the resource group. The action of deleting a resource group is irreversible.
434433
435434
> [!IMPORTANT]
436-
> All resources within the resource groups will be permanently deleted and cannot be undone.
435+
>Deleting a resource group also deletes all resources within it. The action can't be undone.
437436
438437
1. Delete resource group by using the [az group delete](/cli/azure/group#az-group-delete) command.
439438

articles/azure-netapp-files/backup-configure-manual.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ ms.author: anfdocs
1010
---
1111
# Configure manual backups for Azure NetApp Files
1212

13-
Azure NetApp Files backup supports *policy-based* (scheduled) backups and *manual* (on-demand) backups at the volume level. You can use both types of backups in the same volume. During the configuration process, you enable the backup feature for an Azure NetApp Files volume before policy-based backups or manual backups can be taken.
13+
Azure NetApp Files backup supports *policy-based* (scheduled) backups and *manual* (on-demand) backups at the volume level. You can use both types of backups in the same volume. During the configuration process, you need to assign a backup vault to Azure NetApp Files volume before policy-based backups or manual backups can be created.
1414

1515
This article shows you how to configure manual backups. For policy-based backup configuration, see [Configure policy-based backups](backup-configure-policy-based.md).
1616

1717
## About manual backups
1818

19-
Every Azure NetApp Files volume must have the backup functionality enabled before any backups (policy-based or manual) can be taken.
19+
Every Azure NetApp Files volume must have a backup vault assigned before any backups (policy-based or manual) can be taken.
2020

21-
After you enable the backup functionality, you can choose to manually back up a volume. A manual backup takes a point-in-time snapshot of the active file system and backs up that snapshot to the Azure storage account.
21+
After you assign a backup vault, you can choose to manually back up a volume. A manual backup takes a point-in-time snapshot of the active file system and backs up that snapshot to the Azure storage account.
2222

2323
The following list summarizes manual backup behaviors:
2424

25-
* You can create manual backups on a volume even if the volume is already backup-enabled and configured with backup policies. However, there can be only one outstanding manual-backup request for the volume. If you assign a backup policy and if the baseline transfer is still in progress, then the creation of a manual backup will be blocked until the baseline transfer is complete.
25+
* You can create manual backups on a volume even if the volume is already assigned to a backup vault and configured with backup policies. However, there can be only one outstanding manual-backup request for the volume. If you assign a backup policy and if the baseline transfer is still in progress, then the creation of a manual backup is blocked until the baseline transfer is complete.
2626

27-
* Unless you specify an existing snapshot to use for a backup, creating a manual backup automatically generates a snapshot on the volume. The snapshot is then transferred to Azure storage. The snapshot created on the volume will be retained until the next manual backup is created. During the subsequent manual backup operation, older snapshots will be cleaned up. You can't delete the snapshot generated for the latest manual backup.
27+
* Unless you specify an existing snapshot to use for a backup, creating a manual backup automatically generates a snapshot on the volume. The snapshot is then transferred to Azure storage. The snapshot created on the volume will be retained until the next manual backup is created. During the subsequent manual backup operation, older snapshots are cleaned up. You can't delete the snapshot generated for the latest manual backup.
2828

2929
[!INCLUDE [Backup registration heading](includes/backup-registration.md)]
3030

@@ -35,11 +35,11 @@ The following list summarizes manual backup behaviors:
3535

3636
## Enable backup functionality
3737

38-
If you haven’t done so, enable the backup functionality for the volume before creating manual backups:
38+
If you haven’t done so, assign a backup vault to the volume before creating manual backups:
3939

40-
1. Go to **Volumes** and select the specific volume for which you want to enable backup.
40+
1. Go to **Volumes** and select the specific volume for which you want to configure backups.
4141
2. Select **Configure**.
42-
3. In the Configure Backup page, toggle the **Enabled** setting to **On**.
42+
3. In the Configure Backup page, select the backup vault from the dropdown menu.
4343
4. Select **OK**.
4444

4545
![Screenshot that shows the Enabled setting of Configure Backups window.](./media/shared/backup-configure-enabled.png)

articles/azure-netapp-files/backup-disable.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@ You can disable the backup functionality for a volume if you no longer need the
1515
> [!IMPORTANT]
1616
> Disabling backups for a volume deletes all the backups stored in the Azure storage for that volume.
1717
18-
If a volume is deleted but the backup policy wasn’t disabled before the volume deletion, all the backups related to the volume are retained in the Azure storage and will be listed under the associated NetApp account.
18+
If a volume is deleted but the backup policy wasn’t disabled before the volume deletion, all the backups related to the volume are retained in the Azure storage and listed under the associated NetApp account.
19+
20+
>[!IMPORTANT]
21+
>Beginning with the 2023.09 API version, the `backupEnabled` property is no longer supported on Azure NetApp Files.
1922
2023
## Steps
2124

0 commit comments

Comments
 (0)