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-portal-sql-server-provision.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
31
31
32
32
When you create a SQL Server virtual machine, you can select one of several pre-configured images from the virtual machine gallery. The following steps demonstrate how to select one of the SQL Server 2017 images.
33
33
34
-
1.Log in to the [Azure portal](https://portal.azure.com) using your account.
34
+
1.Sign in to the [Azure portal](https://portal.azure.com) using your account.
35
35
36
36
1. On the Azure portal, click **Create a resource**. The portal opens the **New** window.
37
37
@@ -135,10 +135,10 @@ On the **Networking** tab, configure your networking options.
135
135
136
136
#### Monitoring
137
137
138
-
On the **Monitoring** tab, configure monitoring and auto-shutdown.
138
+
On the **Monitoring** tab, configure monitoring and autoshutdown.
139
139
140
140
* Azure enables **Boot Monitoring** by default with the same storage account designated for the VM. You can change these settings here, as well as enabling **OS guest diagnostics**.
141
-
* You can enable **System assigned managed identity** and **auto-shutdown** on this tab as well.
141
+
* You can enable **System assigned managed identity** and **autoshutdown** on this tab as well.
142
142
143
143

For a detailed walkthrough of provisioning, see [Provision a SQL Server virtual machine in the Azure Portal](virtual-machines-windows-portal-sql-server-provision.md).
47
+
For a detailed walkthrough of provisioning, see [Provision a SQL Server virtual machine in the Azure portal](virtual-machines-windows-portal-sql-server-provision.md).
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/sql/virtual-machines-windows-sql-ahb.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
@@ -32,7 +32,7 @@ Switching between the two license models incurs **no downtime**, does not restar
32
32
- CSP customers can utilize the AHB benefit by first deploying a pay-as-you-go VM and then converting it to bring-your-own-license.
33
33
- When registering a custom SQL Server VM image with the resource provider, specify the license type as = 'AHUB'. Leaving the license type as blank, or specifying 'PAYG' will cause the registration to fail.
34
34
- If you drop your SQL Server VM resource, you will go back to the hard-coded license setting of the image.
35
-
- Adding a SQL Server VM to an availability set requires recreating the VM. As such, any VMs added to an availablity set will go back to the default pay-as-you-go license type and AHB will need to be enabled again.
35
+
- Adding a SQL Server VM to an availability set requires recreating the VM. As such, any VMs added to an availability set will go back to the default pay-as-you-go license type and AHB will need to be enabled again.
36
36
- The ability to change the licensing model is a feature of the SQL VM resource provider. Deploying a marketplace image through the Azure portal automatically registers a SQL Server VM with the resource provider. However, customers who are self-installing SQL Server will need to manually [register their SQL Server VM](#register-sql-server-vm-with-the-sql-vm-resource-provider).
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/sql/virtual-machines-windows-sql-automated-backup-v2.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
@@ -62,7 +62,7 @@ The following table describes the options that can be configured for Automated B
62
62
|**Automated Backup**| Enable/Disable (Disabled) | Enables or disables Automated Backup for an Azure VM running SQL Server 2016/2017 Developer, Standard, or Enterprise. |
63
63
|**Retention Period**| 1-30 days (30 days) | The number of days to retain backups. |
64
64
|**Storage Account**| Azure storage account | An Azure storage account to use for storing Automated Backup files in blob storage. A container is created at this location to store all backup files. The backup file naming convention includes the date, time, and database GUID. |
65
-
|**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. It uses the same **automaticbackup** container with 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
+
|**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. It uses the same **automatic backup** container with 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. |
66
66
|**Password**|Password text | A password for encryption keys. This password 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. |
67
67
68
68
### Advanced Settings
@@ -133,7 +133,7 @@ In the **SQL Server settings** tab, select **Enable** under **Automated backup**
For existing SQL Server virtual machines, navigate to the [SQL virtuals machine resource](virtual-machines-windows-sql-manage-portal.md#access-sql-virtual-machine-resource) and then select **Backups** to configure your automated backups.
136
+
For existing SQL Server virtual machines, navigate to the [SQL virtual machines resource](virtual-machines-windows-sql-manage-portal.md#access-sql-virtual-machine-resource) and then select **Backups** to configure your automated backups.
137
137
138
138

139
139
@@ -204,7 +204,7 @@ If your output shows that **Enable** is set to **False**, then you have to enabl
204
204
### Configure Automated Backup v2
205
205
You can use PowerShell to enable Automated Backup as well as to modify its configuration and behavior at any time.
206
206
207
-
First, select or create a storage account for the backup files. The following script selects a storage account or creates it if it does not exist.
207
+
First, select, or create a storage account for the backup files. The following script selects a storage account or creates it if it does not exist.
To monitor Automated Backup on SQL Server 2016/2017, you have two main options. Because Automated Backup uses the SQL Server Managed Backup feature, the same monitoring techniques apply to both.
317
317
318
-
First, you can poll the status by calling [msdb.managed_backup.sp_get_backup_diagnostics](https://docs.microsoft.com/sql/relational-databases/system-stored-procedures/managed-backup-sp-get-backup-diagnostics-transact-sql). Or query the [msdb.managed_backup.fn_get_health_status](https://docs.microsoft.com/sql/relational-databases/system-functions/managed-backup-fn-get-health-status-transact-sql) tablevalued function.
318
+
First, you can poll the status by calling [msdb.managed_backup.sp_get_backup_diagnostics](https://docs.microsoft.com/sql/relational-databases/system-stored-procedures/managed-backup-sp-get-backup-diagnostics-transact-sql). Or query the [msdb.managed_backup.fn_get_health_status](https://docs.microsoft.com/sql/relational-databases/system-functions/managed-backup-fn-get-health-status-transact-sql) table-valued function.
319
319
320
320
Another option is to take advantage of the built-in Database Mail feature for notifications.
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/sql/virtual-machines-windows-sql-manage-portal.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
@@ -55,7 +55,7 @@ Selecting your SQL Server VM will open the **SQL virtual machines** resource:
55
55
> The **SQL virtual machines** resource is for dedicated SQL Server settings. Select the name of the VM in the **Virtual machine** field to navigate to settings that are specific to the VM, but not exclusive to SQL Server.
56
56
57
57
## Access SQL Server configuration tab
58
-
The SQL Server configuration tab has been deprecated and will be removed in the future. However, at this time, it is the only method to manage [end of support (EOS)](virtual-machines-windows-sql-server-2008-eos-extend-support.md) SQL Server VMs, and SQL Server VMs that have not been [registered with the SQL VM resource provider](virtual-machines-windows-sql-ahb.md#register-sql-server-vm-with-the-sql-vm-resource-provider).
58
+
The SQL Server configuration tab has been deprecated. At this time, it is the only method to manage [end of support (EOS)](virtual-machines-windows-sql-server-2008-eos-extend-support.md) SQL Server VMs, and SQL Server VMs that have not been [registered with the SQL VM resource provider](virtual-machines-windows-sql-ahb.md#register-sql-server-vm-with-the-sql-vm-resource-provider).
59
59
60
60
To access the deprecated SQL server configuration tab, you'll need to navigate to the **Virtual machines** resource. To do so, do the following:
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/sql/virtual-machines-windows-sql-server-iaas-release-notes.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
@@ -24,7 +24,7 @@ Azure allows you to deploy a virtual machine with an image of SQL Server built i
24
24
25
25
| Service improvements | Details |
26
26
| --- | --- |
27
-
|**New SQL VM management in Azure portal**| There is now a new way to manage your SQL Server VM in the Azure Portal. For more information, see [Manage SQL Server VM in the Azure Portal](virtual-machines-windows-sql-manage-portal.md). |
27
+
|**New SQL VM management in Azure portal**| There is now a new way to manage your SQL Server VM in the Azure portal. For more information, see [Manage SQL Server VM in the Azure portal](virtual-machines-windows-sql-manage-portal.md). |
Copy file name to clipboardExpand all lines: articles/virtual-machines/windows/sql/virtual-machines-windows-sql-server-storage-configuration.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
@@ -37,7 +37,7 @@ To use the automated storage configuration settings, your virtual machine requir
37
37
38
38
The following sections describe how to configure storage for new SQL Server virtual machines.
39
39
40
-
### Azure Portal
40
+
### Azure portal
41
41
42
42
When provisioning an Azure VM using a SQL Server gallery image, you can choose to automatically configure the storage for your new VM. You specify the storage size, performance limits, and workload type. The following screenshot shows the Storage configuration blade used during SQL VM provisioning.
43
43
@@ -51,7 +51,7 @@ Based on your choices, Azure performs the following storage configuration tasks
51
51
* Associates the storage pool with a new drive on the virtual machine.
52
52
* Optimizes this new drive based on your specified workload type (Data warehousing, Transactional processing, or General).
53
53
54
-
For further details on how Azure configures storage settings, see the [Storage configuration section](#storage-configuration). For a full walkthrough of how to create a SQL Server VM in the Azure Portal, see [the provisioning tutorial](virtual-machines-windows-portal-sql-server-provision.md).
54
+
For further details on how Azure configures storage settings, see the [Storage configuration section](#storage-configuration). For a full walkthrough of how to create a SQL Server VM in the Azure portal, see [the provisioning tutorial](virtual-machines-windows-portal-sql-server-provision.md).
55
55
56
56
### Resource Manage templates
57
57
@@ -99,13 +99,13 @@ However, after adding the drive, you must perform some extra manual configuratio
99
99
100
100
### Extend the drive
101
101
102
-
The other option for expanding storage is to extend the existing drive. This option increases the available storage for your drive, but it does not increase performance. With storage pools, you cannot alter the number of columns after the storage pool is created. The number of columns determines the number of parallel writes, which can be striped across the data disks. Therefore, any added data disks cannot increase performance. They can only provide more storage for the data being written. This limitation also means that, when extending the drive, the number of columns determines the minimum number of data disks that you can add. So if you create a storage pool with four data disks, the number of columns is also four. Any time you extend the storage, you must add at least four data disks.
102
+
The other option for expanding storage is to extend the existing drive. This option increases the available storage for your drive, but it does not increase performance. With storage pools, you cannot alter the number of columns after the storage pool is created. The number of columns determines the number of parallel writes, which can be striped across the data disks. Therefore, any added data disks cannot increase performance. They can only provide more storage for the data being written. This limitation also means that, when extending the drive, the number of columns determines the minimum number of data disks that you can add. So if you create a storage pool with four data disks, the number of columns is also four. Every time you extend the storage, you must add at least four data disks.
103
103
104
104

105
105
106
106
## Storage configuration
107
107
108
-
This section provides a reference for the storage configuration changes that Azure automatically performs during SQL VM provisioning or configuration in the Azure Portal.
108
+
This section provides a reference for the storage configuration changes that Azure automatically performs during SQL VM provisioning or configuration in the Azure portal.
109
109
110
110
* If you have selected fewer than two TBs of storage for your VM, Azure does not create a storage pool.
111
111
* If you have selected at least two TBs of storage for your VM, Azure configures a storage pool. The next section of this topic provides the details of the storage pool configuration.
0 commit comments