Skip to content

Commit c551b98

Browse files
committed
acrolinx fixes
1 parent fbd82f8 commit c551b98

7 files changed

+15
-15
lines changed

articles/virtual-machines/windows/sql/virtual-machines-windows-portal-sql-server-provision.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
3131

3232
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.
3333

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

3636
1. On the Azure portal, click **Create a resource**. The portal opens the **New** window.
3737

@@ -135,10 +135,10 @@ On the **Networking** tab, configure your networking options.
135135

136136
#### Monitoring
137137

138-
On the **Monitoring** tab, configure monitoring and auto-shutdown.
138+
On the **Monitoring** tab, configure monitoring and autoshutdown.
139139

140140
* 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.
142142

143143
![SQL VM management settings](media/virtual-machines-windows-portal-sql-server-provision/azure-sqlvm-management.png)
144144

articles/virtual-machines/windows/sql/virtual-machines-windows-ps-sql-keyvault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ If you are provisioning a new SQL Server virtual machine with Resource Manager,
4444

4545
![SQL Azure Key Vault Integration](./media/virtual-machines-windows-ps-sql-keyvault/azure-sql-arm-akv.png)
4646

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).
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).
4848

4949
### Existing VMs
5050

articles/virtual-machines/windows/sql/virtual-machines-windows-sql-ahb.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Switching between the two license models incurs **no downtime**, does not restar
3232
- 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.
3333
- 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.
3434
- 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.
3636
- 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).
3737

3838

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The following table describes the options that can be configured for Automated B
6262
| **Automated Backup** | Enable/Disable (Disabled) | Enables or disables Automated Backup for an Azure VM running SQL Server 2016/2017 Developer, Standard, or Enterprise. |
6363
| **Retention Period** | 1-30 days (30 days) | The number of days to retain backups. |
6464
| **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. |
6666
| **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. |
6767

6868
### Advanced Settings
@@ -133,7 +133,7 @@ In the **SQL Server settings** tab, select **Enable** under **Automated backup**
133133

134134
[!INCLUDE [windows-virtual-machines-sql-use-new-management-blade](../../../../includes/windows-virtual-machines-sql-new-resource.md)]
135135

136-
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.
137137

138138
![SQL Automated Backup for existing VMs](./media/virtual-machines-windows-sql-automated-backup-v2/sql-server-configuration.png)
139139

@@ -204,7 +204,7 @@ If your output shows that **Enable** is set to **False**, then you have to enabl
204204
### Configure Automated Backup v2
205205
You can use PowerShell to enable Automated Backup as well as to modify its configuration and behavior at any time.
206206

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

209209
```powershell
210210
$storage_accountname = “yourstorageaccount”
@@ -315,7 +315,7 @@ Set-AzVMSqlServerExtension -AutoBackupSettings $autobackupconfig `
315315

316316
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.
317317

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

320320
Another option is to take advantage of the built-in Database Mail feature for notifications.
321321

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Selecting your SQL Server VM will open the **SQL virtual machines** resource:
5555
> 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.
5656
5757
## 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).
5959

6060
To access the deprecated SQL server configuration tab, you'll need to navigate to the **Virtual machines** resource. To do so, do the following:
6161

articles/virtual-machines/windows/sql/virtual-machines-windows-sql-server-iaas-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Azure allows you to deploy a virtual machine with an image of SQL Server built i
2424

2525
| Service improvements | Details |
2626
| --- | --- |
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). |
2828
|   |   |
2929

3030
### Documentation improvements

articles/virtual-machines/windows/sql/virtual-machines-windows-sql-server-storage-configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To use the automated storage configuration settings, your virtual machine requir
3737

3838
The following sections describe how to configure storage for new SQL Server virtual machines.
3939

40-
### Azure Portal
40+
### Azure portal
4141

4242
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.
4343

@@ -51,7 +51,7 @@ Based on your choices, Azure performs the following storage configuration tasks
5151
* Associates the storage pool with a new drive on the virtual machine.
5252
* Optimizes this new drive based on your specified workload type (Data warehousing, Transactional processing, or General).
5353

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).
5555

5656
### Resource Manage templates
5757

@@ -99,13 +99,13 @@ However, after adding the drive, you must perform some extra manual configuratio
9999

100100
### Extend the drive
101101

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

104104
![Extend a drive for a SQL VM](./media/virtual-machines-windows-sql-storage-configuration/sql-vm-storage-extend-a-drive.png)
105105

106106
## Storage configuration
107107

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

110110
* If you have selected fewer than two TBs of storage for your VM, Azure does not create a storage pool.
111111
* 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

Comments
 (0)