Skip to content

Commit 1a8d15a

Browse files
committed
Spelling Fixes
1 parent 9dca2a5 commit 1a8d15a

14 files changed

+29
-29
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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"

articles/backup/backup-azure-monitoring-alerts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ The following example helps you to enable built-in Azure Monitor alerts for job
200200
az backup vault backup-properties set \
201201
--name testVault \
202202
--resource-group testRG \
203-
--clasic-alerts Disable \
203+
--classic-alerts Disable \
204204
--alerts-for-job-failures Enable
205205
```
206206

articles/backup/backup-azure-reports-data-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ This table provides information about core backup entities, such as vaults and b
9494
This table provides details about alert related fields.
9595

9696
> [!NOTE]
97-
> AddonAzureBackupAlerts 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 this event AddonAzureBackupAlerts 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.
97+
> AddonAzureBackupAlerts 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 this event AddonAzureBackupAlerts 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.
9898
9999
| **Field** | **Data Type** | **Applicable Resource Types** | **Description** |
100100
| ----------------------------- | ------------- | ------------------------------ | ------------------------------ |
@@ -187,7 +187,7 @@ This table provides details about job-related fields.
187187
| VaultUniqueId | Text | Recovery Services vault, Backup vault | Unique identifier of the protected vault associated with the job |
188188
| SourceSystem | Text | Recovery Services vault, Backup vault | Source system of the current data - Azure |
189189
| DatasourceSetFriendlyName | Text | Backup vault | Friendly name of the datasource being backed up |
190-
| DatasouceSetResourceId | Text | Backup vault | Azure Resource Manager (ARM) ID of the parent resource of the datasource (wherever applicable). For example, for an Azure PostgreSQL database, this field will contain the ARM ID of the PostgreSQL server |
190+
| DatasourceSetResourceId | Text | Backup vault | Azure Resource Manager (ARM) ID of the parent resource of the datasource (wherever applicable). For example, for an Azure PostgreSQL database, this field will contain the ARM ID of the PostgreSQL server |
191191
| DatasourceSetType | Text | Backup vault | Type of the datasource being backed up, for example, Microsoft.DBforPostgreSQL/servers/databases |
192192
| DatasourceResourceId | Text | Backup vault | Azure Resource Manager (ARM) ID of the datasource being backed up |
193193
| DatasourceType | Text | Backup vault | Type of the datasource being backed up, for example, Microsoft.DBforPostgreSQL/servers/databases |

articles/backup/backup-azure-vms-troubleshoot.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -435,33 +435,33 @@ To resolve this issue:
435435
>- With a different name than the original one, **or**
436436
>- In a different resource group with the same name.
437437

438-
#### UserErrorCrossSubscriptionRestoreNotSuppportedForOLR
438+
#### UserErrorCrossSubscriptionRestoreNotSupportedForOLR
439439

440-
**Error code**: UserErrorCrossSubscriptionRestoreNotSuppportedForOLR
440+
**Error code**: UserErrorCrossSubscriptionRestoreNotSupportedForOLR
441441

442442
**Error message**: Operation failed as Cross Subscription Restore is not supported for Original Location Recovery.
443443

444444
**Resolution**: Ensure that you [select Create New/ Restore Disk](backup-azure-arm-restore-vms.md#restore-disks) for restore operation.
445445

446-
#### UserErrorCrossSubscriptionRestoreNotSuppportedForUnManagedAzureVM
446+
#### UserErrorCrossSubscriptionRestoreNotSupportedForUnManagedAzureVM
447447

448-
**Error code**: UserErrorCrossSubscriptionRestoreNotSuppportedForUnManagedAzureVM
448+
**Error code**: UserErrorCrossSubscriptionRestoreNotSupportedForUnManagedAzureVM
449449

450450
**Error message**: Operation failed as Cross Subscription Restore is not supported for Azure VMs with Unmanaged Disks.
451451

452452
**Resolution**: Perform standard restores within the same subscription instead.
453453

454-
#### UserErrorCrossSubscriptionRestoreNotSuppportedForCRR
454+
#### UserErrorCrossSubscriptionRestoreNotSupportedForCRR
455455

456-
**Error code**: UserErrorCrossSubscriptionRestoreNotSuppportedForCRR
456+
**Error code**: UserErrorCrossSubscriptionRestoreNotSupportedForCRR
457457

458458
**Error message**: Operation failed as Cross Subscription Restore is not supported along-with Cross Region Restore.
459459

460460
**Resolution**: Use either Cross Subscription Restore' or Cross Region Restore. 
461461
462-
#### UserErrorCrossSubscriptionRestoreNotSuppportedFromSnapshot
462+
#### UserErrorCrossSubscriptionRestoreNotSupportedFromSnapshot
463463
464-
**Error code**: UserErrorCrossSubscriptionRestoreNotSuppportedFromSnapshot
464+
**Error code**: UserErrorCrossSubscriptionRestoreNotSupportedFromSnapshot
465465
466466
**Error message**: Operation failed as Cross Subscription Restore is not supported when restoring from a Snapshot recovery point.
467467
@@ -483,17 +483,17 @@ To resolve this issue:
483483

484484
**Resolution**: Ensure the target subscription is registered to the Recovery Services Resource Provider before you attempt a cross subscription restore. Creating a vault in the target Subscription should register the Subscription to Recovery Services Resource Provider.
485485

486-
#### UserErrorCrossSubscriptionRestoreNotSuppportedForEncryptedAzureVM
486+
#### UserErrorCrossSubscriptionRestoreNotSupportedForEncryptedAzureVM
487487

488-
**Error code**: UserErrorCrossSubscriptionRestoreNotSuppportedForEncryptedAzureVM
488+
**Error code**: UserErrorCrossSubscriptionRestoreNotSupportedForEncryptedAzureVM
489489

490490
**Error message**: Operation failed as Cross Subscription Restore is not supported for Encrypted Azure VMs.
491491

492492
**Resolution**: Use the same subscription for Restore of Encrypted AzureVMs.
493493

494-
#### UserErrorCrossSubscriptionRestoreNotSuppportedForTrustedLaunchAzureVM
494+
#### UserErrorCrossSubscriptionRestoreNotSupportedForTrustedLaunchAzureVM
495495

496-
**Error code**: UserErrorCrossSubscriptionRestoreNotSuppportedForTrustedLaunchAzureVM
496+
**Error code**: UserErrorCrossSubscriptionRestoreNotSupportedForTrustedLaunchAzureVM
497497

498498
**Error message**: Operation failed as Cross Subscription Restore is not supported for Trusted Launch Azure VMs (TVMs).
499499

articles/backup/backup-postgresql-ps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ For information on the Azure PostgreSQL databases supported scenarios and limita
2929

3030
Backup vault is a storage entity in Azure that stores the backup data for various new workloads that Azure Backup supports, such as Azure Database for PostgreSQL servers, Azure Disks, and Azure Blobs. Backup vaults help to organize your backup data, while minimizing management overhead. Backup vaults are based on the Azure Resource Manager model of Azure, which provides enhanced capabilities to help secure backup data.
3131

32-
Before you creat a Backup vault, choose the storage redundancy of the data within the vault. Then proceed to create the backup vault with that storage redundancy and the location.
32+
Before you create a Backup vault, choose the storage redundancy of the data within the vault. Then proceed to create the backup vault with that storage redundancy and the location.
3333

3434
In this article, we'll create a Backup vault *TestBkpVault*, in *westus* region, under the resource group *testBkpVaultRG*. Use the [New-AzDataProtectionBackupVault](/powershell/module/az.dataprotection/new-azdataprotectionbackupvault) command to create a Backup vault. Learn more about [creating a Backup vault](./create-manage-backup-vault.md#create-a-backup-vault).
3535

@@ -241,7 +241,7 @@ $keyURI = "https://testkeyvaulteus.vault.azure.net/secrets/ossdbkey"
241241

242242
#### Backup vault
243243

244-
You need to connect the Backup vault to the PostgreSQL server, and then access the database via the keys present in the key vault. So, it requires access to the PostgGreSQL server and the key vault. Access is granted to the Backup vault's MSI.
244+
You need to connect the Backup vault to the PostgreSQL server, and then access the database via the keys present in the key vault. So, it requires access to the PostGreSQL server and the key vault. Access is granted to the Backup vault's MSI.
245245

246246
[Read about the appropriate permissions](./backup-azure-database-postgresql-overview.md#set-of-permissions-needed-for-azure-postgresql-database-backup) that you should grant to the Backup vault's MSI on the PostgreSQL server and the Azure key vault, where the keys to the database are stored.
247247

articles/backup/offline-backup-server-previous-versions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ The *AzureOfflineBackupDiskPrep* utility is used to prepare the SATA drives that
196196
197197
When you run the command, the utility requests the selection of the Azure import job that corresponds to the drives that need to be prepared. If only a single import job is associated with the provided staging location, you see a page like this one.
198198
199-
![Screenshot shows how to add xthe Azure disk preparation tool input.](./media/offline-backup-dpm-mabs-previous-versions/azure-disk-preparation-tool-drive-input.png) <br/>
199+
![Screenshot shows how to add the Azure disk preparation tool input.](./media/offline-backup-dpm-mabs-previous-versions/azure-disk-preparation-tool-drive-input.png) <br/>
200200
201201
1. Enter the drive letter without the trailing colon for the mounted disk that you want to prepare for transfer to Azure. When prompted, provide confirmation for the formatting of the drive.
202202

articles/backup/restore-afs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ To perform item-level restore for Azure File share to the original location, fol
124124

125125
### Restore to an alternate location (item-level recovery)
126126

127-
To perform iten-level restore for Azure File share to an alternate location, follow these steps:
127+
To perform item-level restore for Azure File share to an alternate location, follow these steps:
128128

129129
1. Select **Alternate Location** as the **Recovery Destination**.
130130
1. Select the destination storage account where you want to restore the backed-up content from the **Storage Account** drop-down list.

articles/backup/sap-hana-backup-support-matrix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Azure Backup supports the backup of SAP HANA databases to Azure. This article su
3636
| **Special configurations** | | SAP HANA + Dynamic Tiering <br> Cloning through LaMa |
3737
| **Compression** | You can enable HANA Native compression via the Backup policy. [See the SAP HANA document](https://help.sap.com/docs/SAP_HANA_PLATFORM/6b94445c94ae495c83a19646e7c3fd56/86943e9f8d5343c59577755edff8296b.html). | |
3838
| **Multi-streaming backup** | You can increase your streaming backup throughput from *420 MBps* to *1.5 GBps*. [Learn more](#support-for-multistreaming-data-backups). | |
39-
| **File System types** | File Systems `ext3` and `xfs` are supported for SAP HANA database instance snapshots backup. | Other File Sustems aren't supported. |
39+
| **File System types** | File Systems `ext3` and `xfs` are supported for SAP HANA database instance snapshots backup. | Other File Systems aren't supported. |
4040

4141
------
4242

articles/backup/sap-hana-database-with-hana-system-replication-backup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,11 @@ When a failover occurs, the users are replicated to the new primary, but *hdbuse
8686
>
8787
>**Diagram shows the creation of the custom backup key using local host/IP.**
8888
>
89-
> :::image type="content" source="./media/sap-hana-database-with-hana-system-replication-backup/pass-custom-backup-user-key-to-script-as-parameter-architecture.png" alt-text="Disgram explains the flow to pass the custom backup user key to the script as a parameter." lightbox="./media/sap-hana-database-with-hana-system-replication-backup/pass-custom-backup-user-key-to-script-as-parameter-architecture.png":::
89+
> :::image type="content" source="./media/sap-hana-database-with-hana-system-replication-backup/pass-custom-backup-user-key-to-script-as-parameter-architecture.png" alt-text="Diagram explains the flow to pass the custom backup user key to the script as a parameter." lightbox="./media/sap-hana-database-with-hana-system-replication-backup/pass-custom-backup-user-key-to-script-as-parameter-architecture.png":::
9090
>
9191
>**Diagram shows the creation of the custom backup key using Virtual IP (Load Balancer Frontend IP/Host).**
9292
>
93-
> :::image type="content" source="./media/sap-hana-database-with-hana-system-replication-backup/create-custom-backup-key-using-virtual-ip.png" alt-text="Disgram explains the flow to create the custom backup key using Virtual IP." lightbox="./media/sap-hana-database-with-hana-system-replication-backup/create-custom-backup-key-using-virtual-ip.png":::
93+
> :::image type="content" source="./media/sap-hana-database-with-hana-system-replication-backup/create-custom-backup-key-using-virtual-ip.png" alt-text="Diagram explains the flow to create the custom backup key using Virtual IP." lightbox="./media/sap-hana-database-with-hana-system-replication-backup/create-custom-backup-key-using-virtual-ip.png":::
9494
9595
1. Create the same *Custom backup user* (with the same password) and key (in *hdbuserstore*) on both VMs/nodes.
9696

@@ -120,7 +120,7 @@ When a failover occurs, the users are replicated to the new primary, but *hdbuse
120120
- SDC: ./script.sh -sk SYSTEMKEY -bk USRBKP -hn HSRlab001 -p 39015
121121
```
122122

123-
1. If your HANA setup uses private endpoints, run the preregistration script with the `-sn` or `--skip-network-checks` parameter. Ater the preregistration script has run successfully, proceed to the next steps.
123+
1. If your HANA setup uses private endpoints, run the preregistration script with the `-sn` or `--skip-network-checks` parameter. After the preregistration script has run successfully, proceed to the next steps.
124124

125125
1. Run the SAP HANA backup configuration script (preregistration script) in the VMs where HANA is installed as the root user. This script sets up the HANA system for backup. For more information about the script actions, see the [What the preregistration script does](tutorial-backup-sap-hana-db.md#what-the-pre-registration-script-does) section.
126126

articles/cloud-services-extended-support/deploy-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ To deploy Cloud Services (extended support) by using a template:
307307
"type": "string",
308308
"defaultValue": "[concat(parameters('cloudServiceName'), 'VNet')]",
309309
"metadata": {
310-
"description": "Name of vitual network"
310+
"description": "Name of virtual network"
311311
}
312312
},
313313
"publicIPName": {

0 commit comments

Comments
 (0)