Skip to content

Commit c919022

Browse files
authored
Merge pull request #125018 from ArieHein/Spelling-Wave-13
Spelling Fixes - Wave 13
2 parents 59a87a4 + cd24ad3 commit c919022

File tree

39 files changed

+48
-48
lines changed

39 files changed

+48
-48
lines changed

articles/backup/azure-kubernetes-service-backup-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Azure Backup for AKS currently supports the following two options when doing a r
7272
2. **Patch**: This option allows the patching mutable variable in the backed-up resource on the resource in the target cluster. If you want to update the number of replicas in the target cluster, you can opt for patching as an operation.
7373

7474
>[!Note]
75-
>AKS backup currently doesn't delete and recreate resources in the target cluster if they already exist. If you attempt to restore Persistent Volumess in the original location, delete the existing Persistent Volumes, and then do the restore operation.
75+
>AKS backup currently doesn't delete and recreate resources in the target cluster if they already exist. If you attempt to restore Persistent Volumes in the original location, delete the existing Persistent Volumes, and then do the restore operation.
7676
7777
## Use custom hooks for backup and restore
7878

articles/backup/azure-kubernetes-service-cluster-backup-support-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ You can use [Azure Backup](./backup-overview.md) to help protect Azure Kubernete
6666

6767
- Backup vault doesn't support Azure Lighthouse. Thus, cross tenant management can't be enabled by Lighthouse for Azure Backup for AKS and you cannot backup/restore AKS Clusters across tenant.
6868

69-
- The following namespaces are skipped from Backup Configuration and not cofigured for backups: `kube-system`, `kube-node-lease`, `kube-public`.
69+
- The following namespaces are skipped from Backup Configuration and not configured for backups: `kube-system`, `kube-node-lease`, `kube-public`.
7070

7171
- Here are the AKS backup limits:
7272

articles/backup/azure-kubernetes-service-cluster-backup-using-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ The configuration of backup is performed in two steps:
254254
"snapshot_volumes": true
255255
}
256256
```
257-
The following namespaces are skipped from backup configuration and not cofigured for backups: kube-system, kube-node-lease, kube-public.
257+
The following namespaces are skipped from backup configuration and not configured for backups: kube-system, kube-node-lease, kube-public.
258258

259259
2. Prepare the relevant request using the relevant vault, policy, AKS cluster, backup configuration, and snapshot resource group using the `az dataprotection backup-instance initialize` command.
260260

articles/backup/azure-kubernetes-service-cluster-backup-using-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ With the created Backup vault and backup policy, and the AKS cluster in *ready-t
161161

162162
The configuration of backup is performed in two steps:
163163

164-
1. Prepare backup configuration to define which cluster resources are to be backed up using the `New-AzDataProtectionBackupConfigurationClientObject` cmdlet. In the following example, the configuration is defined as all cluster resources under current, and future namespaces will be backed up with the label as `key-value pair x=y`. Also, all the cluster scoped resources and persistent volumes are backed up. The following namespaces are skipped from backup configuration and not cofigured for backups: kube-system, kube-node-lease, kube-public.
164+
1. Prepare backup configuration to define which cluster resources are to be backed up using the `New-AzDataProtectionBackupConfigurationClientObject` cmdlet. In the following example, the configuration is defined as all cluster resources under current, and future namespaces will be backed up with the label as `key-value pair x=y`. Also, all the cluster scoped resources and persistent volumes are backed up. The following namespaces are skipped from backup configuration and not configured for backups: kube-system, kube-node-lease, kube-public.
165165

166166
```azurepowershell
167167
$backupConfig = New-AzDataProtectionBackupConfigurationClientObject -SnapshotVolume $true -IncludeClusterScopeResource $true -DatasourceType AzureKubernetesService -LabelSelector "env=prod"

articles/backup/azure-kubernetes-service-cluster-restore.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Azure Backup for AKS currently supports the following two options when doing a r
121121
- **Patch**: This option allows the patching mutable variable in the backed-up resource on the resource in the target cluster. If you want to update the number of replicas in the target cluster, you can opt for patching as an operation.
122122

123123
>[!Note]
124-
>AKS backup currently doesn't delete and recreate resources in the target cluster if they already exist. If you attempt to restore Persistent Volumess in the original location, delete the existing Persistent Volumes, and then do the restore operation.
124+
>AKS backup currently doesn't delete and recreate resources in the target cluster if they already exist. If you attempt to restore Persistent Volumes in the original location, delete the existing Persistent Volumes, and then do the restore operation.
125125
126126
## Restore in secondary region
127127

articles/backup/back-up-azure-stack-hyperconverged-infrastructure-virtual-machines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ When you can recover a backed up virtual machine, you use the Recovery wizard to
157157
1. In the MABS Administrator console, type the name of the VM, or expand the list of protected items, navigate to **All Protected HyperV Data**, and select the VM you want to recover.
158158
159159
>[!Note]
160-
>- All the Clustered HA VMs are recoverd by selecting these Virtual machines under the cluster.
160+
>- All the Clustered HA VMs are recovered by selecting these Virtual machines under the cluster.
161161
>- Both Hyper-V and Clustered VMs are restored as Hyper-V Virtual Machines.
162162
163163
2. In the **Recovery points for** pane, on the calendar, select any date to see the recovery points available. Then in the **Path** pane, select the recovery point you want to use in the Recovery wizard.

articles/backup/backup-azure-about-mars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ To back up files, folders, and the volume or system state from an on-premises co
6161

6262
The following diagram shows the backup flow:
6363

64-
![Diagra shows the bacup flow of Azure Backup agent.](./media/backup-try-azure-backup-in-10-mins/backup-process.png)
64+
![Diagram shows the backup flow of Azure Backup agent.](./media/backup-try-azure-backup-in-10-mins/backup-process.png)
6565

6666
### Additional information
6767

articles/backup/backup-azure-dataprotection-use-rest-api-restore-disks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -417,7 +417,7 @@ Use the *GET* command to track the _JobId_ present in the [trigger restore respo
417417
"errorDetails": null,
418418
"extendedInfo": {
419419
"backupInstanceState": null,
420-
"dataTransferedInBytes": null,
420+
"dataTransferredInBytes": null,
421421
"targetRecoverPoint": null,
422422
"sourceRecoverPoint": {
423423
"recoveryPointID": "3a512290ec6b43d6b9a644869f4a3b38",

articles/backup/backup-azure-diagnostic-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To send your vault diagnostics data to Log Analytics:
6969
After data flows into the Log Analytics workspace, dedicated tables for each of these events are created in your workspace. You can query any of these tables directly. You can also perform joins or unions between these tables if necessary.
7070

7171
> [!IMPORTANT]
72-
> *Addon Azure Backup Alerts* refers to the alerts being generated by the classic alerts solution. As classic alerts solution is on deprecation path in favour of Azure Monitor-based alers, we recommend you not to select the event *Addon Azure Backup Alerts* when configuring diagnostics settings. To send the fired Azure Monitor-based alerts to a destination of your choice, you can create an alert processing rule and action group that routes these alerts to a logic app, webhook, or runbook that in turn sends these alerts to the required destination.
72+
> *Addon Azure Backup Alerts* refers to the alerts being generated by the classic alerts solution. As classic alerts solution is on deprecation path in favour of Azure Monitor-based alerts, we recommend you not to select the event *Addon Azure Backup Alerts* when configuring diagnostics settings. To send the fired Azure Monitor-based alerts to a destination of your choice, you can create an alert processing rule and action group that routes these alerts to a logic app, webhook, or runbook that in turn sends these alerts to the required destination.
7373
>
7474
> For Recovery Services vault, the six events- *Core Azure Backup*, *Addon Azure Backup Jobs*, *Addon Azure Backup Policy*, *Addon Azure Backup Storage*, *Azure Backup Operations*, and *Addon Azure Backup Protected Instance* are supported *only* in the *resource-specific* mode for Recovery Services in Backup reports. If you try to send data for these events in the Azure diagnostics mode, no data will appear in Backup reports.
7575
>
@@ -88,7 +88,7 @@ Currently, we continue to support the *Azure Backup Reporting Data* event for Re
8888
*The legacy event in Azure diagnostics mode will eventually be deprecated. Choosing the new events can help you avoid complex migrations later*. Our Log Analytics-based [reporting solution](./configure-reports.md) will also cease support for data from the legacy event.
8989

9090
> [!NOTE]
91-
> For Backup vaults, all diagnostics events are sent to the resource-specific tables only; so, you don't need to do any migration for Backup vaults. The preceeding section is specific to Recovery services vaults.
91+
> For Backup vaults, all diagnostics events are sent to the resource-specific tables only; so, you don't need to do any migration for Backup vaults. The preceding section is specific to Recovery services vaults.
9292
9393
### Steps to move to new diagnostics settings for a Log Analytics workspace
9494

articles/backup/backup-azure-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ To run an on-demand backup, follow these steps:
207207

208208
# [File share blade](#tab/file-share-pane)
209209

210-
To run an on-demamd backup, follow these steps:
210+
To run an on-demand backup, follow these steps:
211211

212212
1. Open the file share’s **Overview** blade for which you want to take an on-demand backup.
213213

0 commit comments

Comments
 (0)