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/virtual-machines/windows/sql/virtual-machines-windows-sql-automated-backup-v2.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,11 +114,7 @@ Then, on Tuesday at 10 for 6 hours, full backups of all databases start again.
114
114
> [!IMPORTANT]
115
115
> When scheduling daily backups, it is recommended that you schedule a wide time window to ensure all databases can be backed up within this time. This is especially important in the case where you have a large amount of data to back up.
116
116
117
-
## Configure in the portal
118
-
119
-
You can use the Azure portal to configure Automated Backup v2 during provisioning or for existing SQL Server 2016/2017 VMs.
120
-
121
-
## Configure for new VMs
117
+
## Configure new VMs
122
118
123
119
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.
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/sql/virtual-machines-windows-sql-automated-backup.md
+7-9Lines changed: 7 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: Automated Backup for SQL Server 2014 Azure Virtual Machines | Microsoft Docs
2
+
title: Automated Backup for SQL Server 2014 Azure Virtual Machines
3
3
description: Explains the Automated Backup feature for SQL Server 2014 VMs running in Azure. This article is specific to VMs using the Resource Manager.
4
4
services: virtual-machines-windows
5
5
documentationcenter: na
@@ -64,30 +64,28 @@ The following table describes the options that can be configured for Automated B
64
64
|**Encryption**| Enable/Disable (Disabled) | Enables or disables encryption. When encryption is enabled, the certificates used to restore the backup are located in the specified storage account in the same `automaticbackup` container using the same naming convention. If the password changes, a new certificate is generated with that password, but the old certificate remains to restore prior backups. |
65
65
|**Password**| Password text | A password for encryption keys. This is only required if encryption is enabled. In order to restore an encrypted backup, you must have the correct password and related certificate that was used at the time the backup was taken. |
66
66
67
-
## Configure in the portal
68
-
69
-
You can use the Azure portal to configure Automated Backup during provisioning or for existing SQL Server 2014 VMs.
70
67
71
68
## Configure new VMs
72
69
73
70
Use the Azure portal to configure Automated Backup when you create a new SQL Server 2014 Virtual Machine in the Resource Manager deployment model.
74
71
75
-
In the **SQL Server settings** tab, scroll down to **Automated backup** and select **Enable**. You can also specify the retention period, and storage account, as well as enabling encryption, backing up system databases, and configuring a backup schedule. The following Azure portal screenshot shows the **SQL Automated Backup** settings.
72
+
On the **SQL Server settings** tab, scroll down to **Automated backup** and select **Enable**. The following Azure portal screenshot shows the **SQL Automated Backup** settings.
76
73
77
74

For existing SQL Server virtual machines, navigate to the
84
-
[SQL virtual machines resource](virtual-machines-windows-sql-manage-portal.md#access-the-sql-virtual-machines-resource) and then select **Backups**.
80
+
For existing SQL Server virtual machines, you can enable and disable automated backups, change the retention period, specify the storage account, and enable encryption from the Azure portal.
81
+
82
+
Navigate to the [SQL virtual machines resource](virtual-machines-windows-sql-manage-portal.md#access-the-sql-virtual-machines-resource) for your SQL Server 2014 virtual machine and then select **Backups**.
85
83
86
84

87
85
88
86
When finished, select the **Apply** button on the bottom of the **Backups** page to save your changes.
89
87
90
-
If you are enabling Automated Backup for the first time, Azure configures the SQL Server IaaS Agent in the background. During this time, the Azure portal might not show that Automated Backup is configured. Wait several minutes for the agent to be installed, configured. After that the Azure portal will reflect the new settings.
88
+
If you are enabling Automated Backup for the first time, Azure configures the SQL Server IaaS Agent in the background. During this time, the Azure portal might not show that Automated Backup is configured. Wait several minutes for the agent to be installed and configured. After that, the Azure portal will reflect the new settings.
91
89
92
90
> [!NOTE]
93
91
> You can also configure Automated Backup using a template. For more information, see [Azure quickstart template for Automated Backup](https://github.com/Azure/azure-quickstart-templates/tree/master/101-vm-sql-existing-autobackup-update).
@@ -97,7 +95,7 @@ If you are enabling Automated Backup for the first time, Azure configures the SQ
97
95
You can use PowerShell to configure Automated Backup. Before you begin, you must:
98
96
99
97
-[Download and install the latest Azure PowerShell](https://aka.ms/webpi-azps).
100
-
- Open Windows PowerShell and associate it with your account with the **Connect-AzAccount** command.
98
+
- Open Windows PowerShell and associate it with your account with the **Connect-AzAccount** command.
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/sql/virtual-machines-windows-sql-performance.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ For VMs that support premium SSDs, you can also store TempDB on a disk that supp
130
130
> [!WARNING]
131
131
> Stop the SQL Server service when changing the cache setting of Azure VM disks to avoid the possibility of any database corruption.
132
132
133
-
* **NTFS allocation unit size**: When formatting the data disk, it is recommended that you use a 64-KB allocation unit size for data and log files as well as TempDB.
133
+
* **NTFS allocation unit size**: When formatting the data disk, it is recommended that you use a 64-KB allocation unit size for data and log files as well as TempDB. If TempDB is placed on the temporary disk (D:\ drive) the performance gained by leveraging this drive outweighs the need for a 64K allocation unit size.
134
134
135
135
* **Disk management best practices**: When removing a data disk or changing its cache type, stop the SQL Server service during the change. When the caching settings are changed on the OS disk, Azure stops the VM, changes the cache type, and restarts the VM. When the cache settings of a data disk are changed, the VM is not stopped, but the data disk is detached from the VM during the change and then reattached.
0 commit comments