Skip to content

Commit 04a50c7

Browse files
Update backup-azure-afs-automation.md
backup policy retention ---> backup retention policy backup policy schedule ---> backup schedule policy The original word orders were confusing for readers... I had to double-check the functionality of the commands. ---------------------------------------------------- To reate a policy ---> To create a policy I suppose that "c" is missing.
1 parent 559f4a4 commit 04a50c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/backup/backup-azure-afs-automation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ A backup policy is associated with at least one retention policy. A retention po
155155
>[!Important]
156156
>The following cmdlets are used for the Backup policies:
157157
>
158-
>- View the default backup policy retention by using `Get-AzRecoveryServicesBackupRetentionPolicyObject`.
159-
>- View the default backup policy schedule by using `Get-AzRecoveryServicesBackupSchedulePolicyObject`.
158+
>- View the default backup retention policy by using `Get-AzRecoveryServicesBackupRetentionPolicyObject`.
159+
>- View the default backup schedule policy by using `Get-AzRecoveryServicesBackupSchedulePolicyObject`.
160160
>- Create a new backup policy by using `New-AzRecoveryServicesBackupProtectionPolicy`. Provide the schedule and retention policy objects as inputs.
161161
162162
To create a backup policy that configures multiple backups a day, follow these steps:
@@ -197,7 +197,7 @@ To create a backup policy that configures multiple backups a day, follow these s
197197
$schPol.ScheduleRunTimeZone=$timeZone.Id
198198
```
199199

200-
To reate a policy with daily schedule, run the following cmdlet:
200+
To create a policy with daily schedule, run the following cmdlet:
201201

202202
```azurepowershell
203203
$UtcTime = Get-Date -Date "2019-03-20 01:30:00Z"

0 commit comments

Comments
 (0)