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/private-link/tutorial-private-endpoint-sql-portal.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ services: private-link
5
5
author: asudbring
6
6
ms.service: private-link
7
7
ms.topic: tutorial
8
-
ms.date: 06/21/2022
8
+
ms.date: 06/22/2022
9
9
ms.author: allensu
10
10
ms.custom: fasttrack-edit, template-tutorial
11
11
# Customer intent: As someone with a basic network background, but is new to Azure, I want to create a private endpoint on a SQL server so that I can securely connect to it.
@@ -47,7 +47,7 @@ The bastion host will be used to connect securely to the virtual machine for tes
| Subscription | Select your Azure subscription. |
50
-
| Resource Group | Select **CreateSQLEndpointTutorial**. |
50
+
| Resource Group | Select **Create new**. </br> Enter **CreateSQLEndpointTutorial** in **Name**. </br> Select **OK**. |
51
51
|**Instance details**||
52
52
| Name | Enter **myVNet**. |
53
53
| Region | Select **East US**. |
@@ -235,9 +235,9 @@ In this section, you'll use the virtual machine you created in the previous step
235
235
236
236
4. On the overview page for **myVM**, select **Connect** then **Bastion**.
237
237
238
-
5.Select the blue **Use Bastion** button.
238
+
5.Enter the username and password that you entered during the virtual machine creation.
239
239
240
-
6.Enter the username and password that you entered during the virtual machine creation.
240
+
6.Select **Connect** button.
241
241
242
242
7. Open Windows PowerShell on the server after you connect.
243
243
@@ -252,7 +252,7 @@ In this section, you'll use the virtual machine you created in the previous step
252
252
Address: 10.1.0.5
253
253
Aliases: mysqlserver.database.windows.net
254
254
```
255
-
A private IP address of **10.1.0.5** is returned for the SQL server name. This address is in the subnet of the virtual network you created previously.
255
+
A private IP address of **10.1.0.5** is returned for the SQL server name. This address is in **mySubnet** subnet of **myVNet** virtual network you created previously.
256
256
257
257
9. Install [SQL Server Management Studio](/sql/ssms/download-sql-server-management-studio-ssms?preserve-view=true&view=sql-server-2017) on **myVM**.
0 commit comments