File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
iot-operations/discover-manage-assets Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -155,8 +155,8 @@ A backup policy is associated with at least one retention policy. A retention po
155
155
> [ !Important]
156
156
> The following cmdlets are used for the Backup policies:
157
157
>
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 ` .
160
160
> - Create a new backup policy by using ` New-AzRecoveryServicesBackupProtectionPolicy ` . Provide the schedule and retention policy objects as inputs.
161
161
162
162
To create a backup policy that configures multiple backups a day, follow these steps:
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ az k8s-extension update `
64
64
```
65
65
66
66
> [ !NOTE]
67
- > This update process id for preview components only. The media connector is currently a preview component.
67
+ > This update process is for preview components only. The media connector is currently a preview component.
68
68
69
69
## Deploy the media server
70
70
You can’t perform that action at this time.
0 commit comments