Skip to content

Commit 3e5ace2

Browse files
authored
Merge pull request #183004 from MashaMSFT/202112_sqlvmdisk
New storage experience
2 parents 2b97b1c + f85b2ca commit 3e5ace2

27 files changed

+124
-78
lines changed

articles/azure-sql/virtual-machines/windows/automated-backup.md

Lines changed: 28 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.subservice: backup
1212
ms.topic: how-to
1313
ms.tgt_pltfrm: vm-windows-sql-server
1414
ms.workload: iaas-sql-server
15-
ms.date: 05/03/2018
15+
ms.date: 12/21/2021
1616
ms.author: pamela
1717
ms.reviewer: mathoma
1818
ms.custom: devx-track-azurepowershell
@@ -112,21 +112,41 @@ Then, on Tuesday at 10 for 6 hours, full backups of all databases start again.
112112
113113
## Configure new VMs
114114

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.
116116

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:
118119

119-
![SQL Automated Backup configuration in the Azure portal](./media/automated-backup/automated-backup-blade.png)
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+
![Automated Backup configuration in the Azure portal](./media/automated-backup/automated-backup-blade.png)
120135

121-
> [!NOTE]
122-
> Automated Backup v2 is disabled by default.
123136

124137
## Configure existing VMs
125138

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+
![Automated Backup for existing VMs](./media/automated-backup/sql-server-configuration.png)
127146

128-
![SQL Automated Backup for existing VMs](./media/automated-backup/sql-server-configuration.png)
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.
129148

149+
![Select manual to configure your own backup schedule](./media/automated-backup/configure-manual-backup-schedule.png)
130150

131151
When finished, click the **Apply** button on the bottom of the **Backups** settings page to save your changes.
132152

articles/azure-sql/virtual-machines/windows/create-sql-vm-portal.md

Lines changed: 66 additions & 59 deletions
Large diffs are not rendered by default.

articles/azure-sql/virtual-machines/windows/doc-changes-updates-release-notes-whats-new.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,24 @@ ms.subservice: service-overview
1111
ms.topic: reference
1212
ms.tgt_pltfrm: vm-windows-sql-server
1313
ms.workload: iaas-sql-server
14-
ms.date: 11/10/2021
14+
ms.date: 12/21/2021
1515
ms.custom: ignite-fall-2021
1616
---
1717
# Documentation changes for SQL Server on Azure Virtual Machines
1818
[!INCLUDE[appliesto-sqlvm](../../includes/appliesto-sqlvm.md)]
1919

2020
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).
2121

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. |
30+
|   |   |
31+
2232
## November 2021
2333

2434
| Changes | Details |

articles/azure-sql/virtual-machines/windows/manage-sql-vm-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.subservice: management
1010
ms.topic: how-to
1111
ms.tgt_pltfrm: vm-windows-sql-server
1212
ms.workload: iaas-sql-server
13-
ms.date: 05/30/2021
13+
ms.date: 12/21/2021
1414
ms.author: pamela
1515
ms.reviewer: mathoma
1616
ms.custom: ignite-fall-2021
@@ -69,7 +69,7 @@ Changing the license and edition metadata in the Azure portal is only supported
6969

7070
## Storage
7171

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.
7373

7474
![Extend storage in the Azure portal using the SQL virtual machines resource](./media/manage-sql-vm-portal/sql-vm-storage-configuration.png)
7575

3.15 KB
Loading
25.3 KB
Loading
4.89 KB
Loading
1.06 KB
Loading
3.52 KB
Loading

0 commit comments

Comments
 (0)