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/azure-sql/virtual-machines/windows/automated-backup.md
+28-8Lines changed: 28 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.subservice: backup
12
12
ms.topic: how-to
13
13
ms.tgt_pltfrm: vm-windows-sql-server
14
14
ms.workload: iaas-sql-server
15
-
ms.date: 05/03/2018
15
+
ms.date: 12/21/2021
16
16
ms.author: pamela
17
17
ms.reviewer: mathoma
18
18
ms.custom: devx-track-azurepowershell
@@ -112,21 +112,41 @@ Then, on Tuesday at 10 for 6 hours, full backups of all databases start again.
112
112
113
113
## Configure new VMs
114
114
115
-
Use the Azure portal to configure Automated Backup v2 when you create a new SQL Server 2016 or 2017 virtual machine in the Resource Manager deployment model.
115
+
Use the Azure portal to configure Automated Backup when you create a new SQL Server 2016 or later machine in the Resource Manager deployment model.
116
116
117
-
In the **SQL Server settings** tab, select **Enable** under **Automated backup**. The following Azure portal screenshot shows the **SQL Automated Backup** settings.
117
+
In the **SQL Server settings** tab, select **Enable** under **Automated backup**.
118
+
When you enable automated backup, you can configure the following settings:
118
119
119
-

120
+
* Retention period for backups (up to 90 days)
121
+
* Storage account, and storage container, to use for backups
122
+
* Encryption option and password for backups
123
+
* Backup system databases
124
+
* Configure backup schedule
125
+
126
+
To encrypt the backup, select **Enable**. Then specify the **Password**. Azure creates a certificate to encrypt the backups and uses the specified password to protect that certificate.
127
+
128
+
Choose **Select Storage Container** to specify the container where you want to store your backups.
129
+
130
+
By default the schedule is set automatically, but you can create your own schedule by selecting **Manual**, which allows you to configure the backup frequency, backup time window, and the log backup frequency in minutes.
131
+
132
+
The following Azure portal screenshot shows the **Automated Backup** settings when you create a new SQL Server VM:
133
+
134
+

120
135
121
-
> [!NOTE]
122
-
> Automated Backup v2 is disabled by default.
123
136
124
137
## Configure existing VMs
125
138
126
-
For existing SQL Server virtual machines, go to the [SQL virtual machines resource](manage-sql-vm-portal.md#access-the-resource) and then select **Backups** to configure your automated backups.
139
+
For existing SQL Server virtual machines, go to the [SQL virtual machines resource](manage-sql-vm-portal.md#access-the-resource) and then select **Backups** to configure your automated backups.
140
+
141
+
Select **Enable** to configure your automated backup settings.
142
+
143
+
You can configure the retention period (up to 90 days), the container for the storage account where you want to store your backups, as well as the encryption, and the backup schedule. By default, the schedule is automated.
144
+
145
+

127
146
128
-

147
+
If you want to set your own backup schedule, choose **Manual** and configure the backup frequency, whether or not you want system databases backed up, and the transaction log backup interval in minutes.
129
148
149
+

130
150
131
151
When finished, click the **Apply** button on the bottom of the **Backups** settings page to save your changes.
When you deploy an Azure virtual machine (VM) with SQL Server installed on it, either manually, or through a built-in image, you can leverage Azure features to improve your experience. This article summarizes the documentation changes associated with new features and improvements in the recent releases of [SQL Server on Azure Virtual Machines (VMs)](https://azure.microsoft.com/services/virtual-machines/sql-server/). To learn more about SQL Server on Azure VMs, see the [overview](sql-server-on-azure-vm-iaas-what-is-overview.md).
21
21
22
+
## December 2021
23
+
24
+
25
+
| Changes | Details |
26
+
| --- | --- |
27
+
|**Deployment configuration improvements**| It's now possible to configure the following options when deploying your SQL Server VM from an Azure marketplace image: System database location, number of tempdb data files, collation, max degree of parallelism, min and max server memory settings, and optimize for ad hoc workloads. Review [Deploy SQL Server VM](create-sql-vm-portal.md) to learn more. |
28
+
|**Automated backup improvements**| The possible maximum automated backup retention period has changed from 30 days to 90, and you're now able to choose a specific container within the storage account. Review [automated backup](automated-backup.md) to learn more. |
29
+
|**Tempdb configuration**| You can now modify tempdb settings directly from the [SQL virtual machines](manage-sql-vm-portal.md) blade in the Azure portal, such as increasing the size, and adding data files. |
Copy file name to clipboardExpand all lines: articles/azure-sql/virtual-machines/windows/manage-sql-vm-portal.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.subservice: management
10
10
ms.topic: how-to
11
11
ms.tgt_pltfrm: vm-windows-sql-server
12
12
ms.workload: iaas-sql-server
13
-
ms.date: 05/30/2021
13
+
ms.date: 12/21/2021
14
14
ms.author: pamela
15
15
ms.reviewer: mathoma
16
16
ms.custom: ignite-fall-2021
@@ -69,7 +69,7 @@ Changing the license and edition metadata in the Azure portal is only supported
69
69
70
70
## Storage
71
71
72
-
Use the **Configure**page of the SQL virtual machines resource to extend your data, log, and tempdb drives.
72
+
Use the **Storage Configuration** page of the SQL virtual machines resource to extend your data, log, and tempdb drives. Review [storage configuration](storage-configuration.md) to learn more.
73
73
74
74

0 commit comments