Skip to content

Commit adfacd0

Browse files
authored
Merge pull request #127320 from dcurwin/corrections-aug26-2020
Style corrections
2 parents 6639a79 + adefb08 commit adfacd0

File tree

57 files changed

+147
-147
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+147
-147
lines changed

articles/backup/azure-file-share-backup-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.date: 03/05/2020
77

88
# About Azure file share backup
99

10-
Azure file share backup is a native, cloud based backup solution that protects your data in the cloud and eliminates additional maintenance overheads involved in on-premises backup solutions. The Azure Backup service smoothly integrates with Azure File Sync, and allows you to centralize your file share data as well as your backups. This simple, reliable, and secure solution enables you to configure protection for your enterprise file shares in few simple steps with an assurance that you can recover your data in case of any disaster scenario.
10+
Azure file share backup is a native, cloud based backup solution that protects your data in the cloud and eliminates additional maintenance overheads involved in on-premises backup solutions. The Azure Backup service smoothly integrates with Azure File Sync, and allows you to centralize your file share data as well as your backups. This simple, reliable, and secure solution enables you to configure protection for your enterprise file shares in a few simple steps with an assurance that you can recover your data in any disaster scenario.
1111

1212
## Key benefits of Azure file share backup
1313

articles/backup/azure-policy-configure-diagnostics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ To simplify the creation of diagnostics settings at scale (with LA as the destin
1414

1515
## Supported Scenarios
1616

17-
* The policy can be applied at one time to all Recovery Services vaults in a particular subscription (or to a resource group within the subscription). The user assigning the policy needs to have 'Owner' access to the subscription to which the policy is assigned.
17+
* The policy can be applied at one time to all Recovery Services vaults in a particular subscription (or to a resource group within the subscription). The user assigning the policy needs to have **Owner** access to the subscription to which the policy is assigned.
1818

19-
* The LA Workspace as specified by the user (to which diagnostics data will be sent) can be in a different subscription from the vaults to which the policy is assigned. The user needs to have 'Reader', 'Contributor' or 'Owner' access to the subscription in which the specified LA Workspace exists.
19+
* The LA Workspace as specified by the user (to which diagnostics data will be sent) can be in a different subscription from the vaults to which the policy is assigned. The user needs to have **Reader**, **Contributor** or **Owner** access to the subscription in which the specified LA Workspace exists.
2020

2121
* Management Group scope is currently unsupported.
2222

articles/backup/back-up-hyper-v-virtual-machines-mabs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ When you can recover a backed up virtual machine, you use the Recovery wizard to
144144
- Select **Enable SAN based recovery using hardware snapshots** if you have configured your network.
145145
- Select **Send an e-mail when the recovery completes** and then provide the email addresses, if you want email notifications sent once the recovery process completes.
146146

147-
6. In the Summary screen, make sure all details are correct. If the details aren't correct, or you want to make a change, click **Back**. If you are satisfied with the settings, click **Recover** to start the recovery process.
147+
6. In the Summary screen, make sure all details are correct. If the details aren't correct, or you want to make a change, click **Back**. If you're satisfied with the settings, click **Recover** to start the recovery process.
148148

149149
7. The **Recovery Status** screen provides information about the recovery job.
150150

articles/backup/backup-afs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ The following steps explain how you can configure backup for individual file sha
127127
![Create new vault](./media/backup-afs/create-new-vault.png)
128128

129129
>[!IMPORTANT]
130-
>If the storage account is registered with a vault, or there are few protected shares within the storage account hosting the file share you are trying to protect, the Recovery Services vault name will be pre-populated and you won’t be allowed to edit it [Learn more here](backup-azure-files-faq.md#why-cant-i-change-the-vault-to-configure-backup-for-the-file-share).
130+
>If the storage account is registered with a vault, or there are few protected shares within the storage account hosting the file share you're trying to protect, the Recovery Services vault name will be pre-populated and you won’t be allowed to edit it [Learn more here](backup-azure-files-faq.md#why-cant-i-change-the-vault-to-configure-backup-for-the-file-share).
131131
132132
1. For the **Backup Policy** selection, do one of the following:
133133

articles/backup/backup-azure-arm-userestapi-backupazurevms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Let's assume you want to protect a VM "testVM" under a resource group "testRG" t
1818

1919
### Discover unprotected Azure VMs
2020

21-
First, the vault should be able to identify the Azure VM. This is triggered using the [refresh operation](/rest/api/backup/protectioncontainers/refresh). It is an asynchronous *POST* operation that makes sure the vault gets the latest list of all unprotected VM in the current subscription and 'caches' them. Once the VM is 'cached', Recovery services will be able to access the VM and protect it.
21+
First, the vault should be able to identify the Azure VM. This is triggered using the [refresh operation](/rest/api/backup/protectioncontainers/refresh). It's an asynchronous *POST* operation that makes sure the vault gets the latest list of all unprotected VM in the current subscription and 'caches' them. Once the VM is 'cached', Recovery services will be able to access the VM and protect it.
2222

2323
```http
2424
POST https://management.azure.com/Subscriptions/{subscriptionId}/resourceGroups/{vaultresourceGroupname}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/refreshContainers?api-version=2016-12-01

articles/backup/backup-azure-arm-userestapi-managejobs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The Azure VM backup job is identified by "jobId" field and can be tracked as men
3636
GET https://management.azure.com/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupJobs/{jobName}?api-version=2019-05-13
3737
```
3838

39-
The `{jobName}` is "jobId" mentioned above. The response is always 200 OK with the "status" field indicating the current status of the job. Once it is "Completed" or "CompletedWithWarnings", the 'extendedInfo' section reveals more details about the job.
39+
The `{jobName}` is "jobId" mentioned above. The response is always 200 OK with the "status" field indicating the current status of the job. Once it's "Completed" or "CompletedWithWarnings", the 'extendedInfo' section reveals more details about the job.
4040

4141
### Response
4242

articles/backup/backup-azure-arm-userestapi-restoreazurevms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ For any restore operation, one has to identify the relevant recovery point first
1414

1515
## Select Recovery point
1616

17-
The available recovery points of a backup item can be listed using the [list recovery point REST API](/rest/api/backup/recoverypoints/list). It is a simple *GET* operation with all the relevant values.
17+
The available recovery points of a backup item can be listed using the [list recovery point REST API](/rest/api/backup/recoverypoints/list). It's a simple *GET* operation with all the relevant values.
1818

1919
```http
2020
GET https://management.azure.com/Subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.RecoveryServices/vaults/{vaultName}/backupFabrics/{fabricName}/protectionContainers/{containerName}/protectedItems/{protectedItemName}/recoveryPoints?api-version=2019-05-13

articles/backup/backup-azure-backup-exchange-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Before you continue, make sure that all the [prerequisites](backup-azure-dpm-int
2626
* Agent and vault credentials have been downloaded to the DPM server.
2727
* The agent is installed on the DPM server.
2828
* The vault credentials were used to register the DPM server.
29-
* If you are protecting Exchange 2016, upgrade to DPM 2012 R2 UR9 or later
29+
* If you're protecting Exchange 2016, upgrade to DPM 2012 R2 UR9 or later.
3030

3131
## DPM protection agent
3232

@@ -43,7 +43,7 @@ To install the DPM protection agent on the Exchange server, follow these steps:
4343
4. Select the Exchange server database that you want to protect and click **Next**.
4444

4545
> [!NOTE]
46-
> If you are protecting Exchange 2013, check the [Exchange 2013 prerequisites](/system-center/dpm/back-up-exchange).
46+
> If you're protecting Exchange 2013, check the [Exchange 2013 prerequisites](/system-center/dpm/back-up-exchange).
4747
>
4848
>
4949

articles/backup/backup-azure-backup-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ You can register up to 1000 Azure Virtual machines per vault. If you're using th
2121

2222
### How many datasources/items can be protected in a vault?
2323

24-
You can protect up to 2000 datasources/items across all workloads (IaaS VM, SQL, AFS, etc.) in a vault.
24+
You can protect up to 2000 datasources/items across all workloads (such as IaaS VM, SQL, AFS) in a vault.
2525
For example, if you've already protected 500 VMs and 400 Azure Files shares in the vault, you can only protect up to 1100 SQL databases in it.
2626

2727
### How many policies can I create per vault?

articles/backup/backup-azure-backup-import-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ The *AzureOfflineBackupDiskPrep* utility prepares the SATA drives that are sent
142142

143143
![Azure subscription sign-in](./media/backup-azure-backup-import-export/signindiskprep.png) <br/>
144144

145-
The tool then begins to prepare the disk and copy the backup data. You might need to attach additional disks when prompted by the tool in case the provided disk doesn't have sufficient space for the backup data. <br/>
145+
The tool then begins to prepare the disk and copy the backup data. You might need to attach additional disks when prompted by the tool if the provided disk doesn't have sufficient space for the backup data. <br/>
146146

147147
At the end of successful execution of the tool, the command prompt provides three pieces of information:
148148

0 commit comments

Comments
 (0)