Skip to content

Commit 7b5c956

Browse files
Addressed Acro suggestions
1 parent d05121b commit 7b5c956

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

articles/backup/backup-sql-server-database-azure-vms.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ When you back up a SQL Server database on an Azure VM, the backup extension on t
122122

123123
- Multiple databases on the same SQL instance with casing difference aren't supported.
124124

125-
- Changing the casing of an SQL database isn't supported after configuring protection.
125+
- Changing the casing of a SQL database isn't supported after configuring protection.
126126

127127
>[!NOTE]
128128
>The **Configure Protection** operation for databases with special characters, such as `{`, `'}`, `[`, `]`, `,`, `=`, `-`, `(`, `)`, `.`, `+`, `&`, `;`, `'`, or `/`, in their name isn't supported. You can change the database name or enable **Auto Protection**, which can successfully protect these databases.
@@ -135,7 +135,7 @@ To discover databases running on a VM, follow these steps:
135135

136136
1. In the [Azure portal](https://portal.azure.com), go to **Business Continuity Center**, and then **+ Configure protection**.
137137

138-
1. On the **Configure protection** pane,select **Datasource type** as **SQL in Azure VM**, and then select **Continue**.
138+
1. On the **Configure protection** pane, select **Datasource type** as **SQL in Azure VM**, and then select **Continue**.
139139

140140
:::image type="content" source="./media/backup-azure-sql-database/configure-sql-backup.png" alt-text="Screenshot shows how to select SQL database as the datasource for Backup.":::
141141

@@ -161,7 +161,7 @@ You can track database discovery in **Notifications**. The time required for thi
161161
1. Azure Backup discovers all SQL Server databases on the VM. During discovery, the following elements occur in the background:
162162

163163
* Azure Backup registers the VM with the vault for workload backup. All databases on the registered VM can be backed up to this vault only.
164-
* Azure Backup installs the AzureBackupWindowsWorkload extension on the VM. No agent is installed on an SQL database.
164+
* Azure Backup installs the AzureBackupWindowsWorkload extension on the VM. No agent is installed on a SQL database.
165165
* Azure Backup creates the service account NT Service\AzureWLBackupPluginSvc on the VM.
166166
* All backup and restore operations use the service account.
167167
* NT Service\AzureWLBackupPluginSvc requires SQL sysadmin permissions. All SQL Server VMs created in the Marketplace come with the SqlIaaSExtension installed. The AzureBackupWindowsWorkload extension uses the SQLIaaSExtension to automatically get the required permissions.
@@ -241,7 +241,7 @@ To create a backup policy:
241241
1. In **RETENTION RANGE**, all options are selected by default. Clear any retention range limits that you don't want, and then set the intervals to use.
242242

243243
* Minimum retention period for any type of backup (full, differential, and log) is seven days.
244-
* Recovery points are tagged for retention based on their retention range. For example, if you select a daily full backup, only one full backup is triggered each day.
244+
* Recovery points are tagged for retention based on their retention range. For example, if you select a daily full backup, only one full backup is triggered for every day.
245245
* The backup for a specific day is tagged and retained based on the weekly retention range and the weekly retention setting.
246246
* Monthly and yearly retention ranges behave in a similar way.
247247

0 commit comments

Comments
 (0)