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
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.
28
28
29
29
30
30
> [!TIP]
@@ -79,7 +79,7 @@ On the **Basics** tab, provide the following information:
79
79
On the **SQL Server settings** tab, configure the following options:
80
80
81
81
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).
83
83
84
84

85
85
@@ -102,7 +102,7 @@ You can monitor the deployment from the Azure portal. The **Notifications** butt
102
102
1. On a different computer connected to the Internet, open [SQL Server Management Studio (SSMS)](/sql/ssms/download-sql-server-management-studio-ssms).
103
103
104
104
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`.
106
106
107
107
1. In the **Authentication** box, select **SQL Server Authentication**.
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.
23
23
24
24
> [!TIP]
25
25
> - 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
42
42
Connect-AzAccount
43
43
```
44
44
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.
0 commit comments