Skip to content

Commit 9f93cbe

Browse files
authored
Update manage-afs-backup-cli.md
1 parent 257012b commit 9f93cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/backup/manage-afs-backup-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ This article assumes you already have an Azure file share backed up by [Azure Ba
2424

2525
## Monitor jobs
2626

27-
When you trigger backup or restore operations, the backup service creates a job for tracking. To monitor completed or currently running jobs, use the [az backup job list](https://docs.microsoft.com/cli/azure/backup/job?view=azure-cli-latest#az-backup-job-list) cmdlet. With the CLI, you also can [suspend a currently running job](https://docs.microsoft.com/cli/azure/backup/job?view=azure-cli-latest#az-backup-job-stop) or [wait until a job completes](https://docs.microsoft.com/cli/azure/backup/job?view=azure-cli-latest#az-backup-job-wait).
27+
When you trigger backup or restore operations, the backup service creates a job for tracking. To monitor completed or currently running jobs, use the [az backup job list](https://docs.microsoft.com/cli/azure/backup/job?view=azure-cli-latest#az-backup-job-list) cmdlet. With the CLI, you also can [suspend a currently running job](https://docs.microsoft.com/cli/azure/backup/job?view=azure-cli-latest#az-backup-job-stop) or [wait until a job finishes](https://docs.microsoft.com/cli/azure/backup/job?view=azure-cli-latest#az-backup-job-wait).
2828

2929
The following example displays the status of backup jobs for the *azurefilesvault* Recovery Services vault:
3030

@@ -235,4 +235,4 @@ az backup container unregister --vault-name azurefilesvault --resource-group azu
235235

236236
## Next steps
237237

238-
For more information, see [Troubleshoot Azure file shares backup](troubleshoot-azure-files.md)
238+
For more information, see [Troubleshoot Azure file shares backup](troubleshoot-azure-files.md).

0 commit comments

Comments
 (0)