Skip to content

Commit 314b845

Browse files
authored
Merge pull request #202464 from halkazwini/pl-tut-sql
Private Endpoint: Minor corrections: Tutorial: Connect to an Azure SQL server using an Azure Private Endpoint - Azure portal
2 parents 7b8068c + 1e6565a commit 314b845

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/private-link/tutorial-private-endpoint-sql-portal.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: private-link
55
author: asudbring
66
ms.service: private-link
77
ms.topic: tutorial
8-
ms.date: 06/21/2022
8+
ms.date: 06/22/2022
99
ms.author: allensu
1010
ms.custom: fasttrack-edit, template-tutorial
1111
# 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
4747
|------------------|-----------------------------------------------------------------|
4848
| **Project Details** | |
4949
| Subscription | Select your Azure subscription. |
50-
| Resource Group | Select **CreateSQLEndpointTutorial**. |
50+
| Resource Group | Select **Create new**. </br> Enter **CreateSQLEndpointTutorial** in **Name**. </br> Select **OK**. |
5151
| **Instance details** | |
5252
| Name | Enter **myVNet**. |
5353
| Region | Select **East US**. |
@@ -235,9 +235,9 @@ In this section, you'll use the virtual machine you created in the previous step
235235

236236
4. On the overview page for **myVM**, select **Connect** then **Bastion**.
237237

238-
5. Select the blue **Use Bastion** button.
238+
5. Enter the username and password that you entered during the virtual machine creation.
239239

240-
6. Enter the username and password that you entered during the virtual machine creation.
240+
6. Select **Connect** button.
241241

242242
7. Open Windows PowerShell on the server after you connect.
243243

@@ -252,7 +252,7 @@ In this section, you'll use the virtual machine you created in the previous step
252252
Address: 10.1.0.5
253253
Aliases: mysqlserver.database.windows.net
254254
```
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.
256256
257257
9. Install [SQL Server Management Studio](/sql/ssms/download-sql-server-management-studio-ssms?preserve-view=true&view=sql-server-2017) on **myVM**.
258258

0 commit comments

Comments
 (0)