You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/backup-sql-server-database-azure-vms.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ When you back up a SQL Server database on an Azure VM, the backup extension on t
122
122
123
123
- Multiple databases on the same SQL instance with casing difference aren't supported.
124
124
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.
126
126
127
127
>[!NOTE]
128
128
>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:
135
135
136
136
1. In the [Azure portal](https://portal.azure.com), go to **Business Continuity Center**, and then **+ Configure protection**.
137
137
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**.
139
139
140
140
:::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.":::
141
141
@@ -161,7 +161,7 @@ You can track database discovery in **Notifications**. The time required for thi
161
161
1. Azure Backup discovers all SQL Server databases on the VM. During discovery, the following elements occur in the background:
162
162
163
163
* 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.
165
165
* Azure Backup creates the service account NT Service\AzureWLBackupPluginSvc on the VM.
166
166
* All backup and restore operations use the service account.
167
167
* 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:
241
241
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.
242
242
243
243
* 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.
245
245
* The backup for a specific day is tagged and retained based on the weekly retention range and the weekly retention setting.
246
246
* Monthly and yearly retention ranges behave in a similar way.
0 commit comments