Skip to content

Commit 8441774

Browse files
committed
2 articles
1 parent 3613e8c commit 8441774

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create a SQL Server Windows VM in the portal | Microsoft Docs
3-
description: This tutorial shows how to create a Windows SQL Server 2017 virtual machine in the Azure portal.
2+
title: Create SQL Server on a Windows virtual machine in the Azure portal | Microsoft Docs
3+
description: This tutorial shows how to create a Windows virtual machine with SQL Server 2017 in the Azure portal.
44
services: virtual-machines-windows
55
documentationcenter: na
66
author: MashaMSFT
@@ -16,15 +16,15 @@ ms.author: mathoma
1616
ms.reviewer: jroth
1717
---
1818

19-
# Quickstart: Create a SQL Server 2017 Windows virtual machine in the Azure portal
19+
# Quickstart: Create SQL Server 2017 on a Windows virtual machine in the Azure portal
2020
[!INCLUDE[appliesto-sqlvm](../../includes/appliesto-sqlvm.md)]
2121

2222

2323
> [!div class="op_single_selector"]
2424
> * [Windows](sql-vm-create-portal-quickstart.md)
2525
> * [Linux](../linux/sql-vm-create-portal-quickstart.md)
2626
27-
This quickstart steps through creating a SQL Server virtual machine in the Azure portal.
27+
This quickstart steps through creating a SQL Server virtual machine (VM) in the Azure portal.
2828

2929

3030
> [!TIP]
@@ -79,7 +79,7 @@ On the **Basics** tab, provide the following information:
7979
On the **SQL Server settings** tab, configure the following options:
8080

8181
1. Under **Security & Networking**, select _Public (Internet_) for **SQL Connectivity** and change the port to `1401` to avoid using a well-known port number in the public scenario.
82-
1. Under **SQL Authentication**, select **Enable**. The SQL Login is set to the same user name and password that you configured for the VM. Use the default setting for [**Azure Key Vault integration**](azure-key-vault-integration-configure.md). **Storage configuration** is not available for the basic SQL Server VM image but you can find more information about available options for other images at [storage configuration](storage-configuration.md#new-vms).
82+
1. Under **SQL Authentication**, select **Enable**. The SQL login credentials are set to the same user name and password that you configured for the VM. Use the default setting for [**Azure Key Vault integration**](azure-key-vault-integration-configure.md). **Storage configuration** is not available for the basic SQL Server VM image, but you can find more information about available options for other images at [storage configuration](storage-configuration.md#new-vms).
8383

8484
![SQL server security settings](./media/sql-vm-create-portal-quickstart/sql-server-settings.png)
8585

@@ -102,7 +102,7 @@ You can monitor the deployment from the Azure portal. The **Notifications** butt
102102
1. On a different computer connected to the Internet, open [SQL Server Management Studio (SSMS)](/sql/ssms/download-sql-server-management-studio-ssms).
103103

104104

105-
1. In the **Connect to Server** or **Connect to Database Engine** dialog box, edit the **Server name** value. Enter your VM's public IP address. Then add a comma, and add the custom port, **1401**, that we specified when you configured the new VM. For example, `11.22.33.444,1401`.
105+
1. In the **Connect to Server** or **Connect to Database Engine** dialog box, edit the **Server name** value. Enter your VM's public IP address. Then add a comma and add the custom port (**1401**) that you specified when you configured the new VM. For example, `11.22.33.444,1401`.
106106

107107
1. In the **Authentication** box, select **SQL Server Authentication**.
108108

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Create a SQL Server Windows VM with Azure PowerShell | Microsoft Docs
3-
description: This tutorial shows how to create a Windows SQL Server 2017 virtual machine with Azure PowerShell.
2+
title: Create SQL Server on a Windows virtual machine with Azure PowerShell | Microsoft Docs
3+
description: This tutorial shows how to use Azure Powershell to create a Windows virtual machine running SQL Server 2017.
44
services: virtual-machines-windows
55
documentationcenter: na
66
author: MashaMSFT
@@ -16,10 +16,10 @@ ms.author: mathoma
1616
ms.reviewer: jroth
1717
---
1818

19-
# Quickstart: Create a SQL Server Windows virtual machine with Azure PowerShell
19+
# Quickstart: Create SQL Server on a Windows virtual machine with Azure PowerShell
2020
[!INCLUDE[appliesto-sqlvm](../../includes/appliesto-sqlvm.md)]
2121

22-
This quickstart steps through creating a SQL Server virtual machine with Azure PowerShell.
22+
This quickstart steps through creating a SQL Server virtual machine (VM) with Azure PowerShell.
2323

2424
> [!TIP]
2525
> - This quickstart provides a path for quickly provisioning and connecting to a SQL VM. For more information about other Azure PowerShell options for creating SQL VMs, see the [Provisioning guide for SQL Server VMs with Azure PowerShell](create-sql-vm-powershell.md).
@@ -42,7 +42,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
4242
Connect-AzAccount
4343
```
4444

45-
1. You should see a screen to enter your credentials. Use the same email and password that you use to sign in to the Azure portal.
45+
1. When you see the sign-in window, enter your credentials. Use the same email and password that you use to sign in to the Azure portal.
4646

4747
## Create a resource group
4848

0 commit comments

Comments
 (0)