Skip to content

Commit 88ceaae

Browse files
authored
Merge pull request #202372 from halkazwini/pl-tut-sql3
Private Endpoint: Additional corrections to Tutorial: Connect to an Azure SQL server using an Azure Private Endpoint - Azure portal
2 parents d881a5f + 8779987 commit 88ceaae

File tree

5 files changed

+5
-9
lines changed

5 files changed

+5
-9
lines changed
154 KB
Loading

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

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ In this section, you'll create a virtual machine that will be used to test the p
119119
| Setting | Value |
120120
|-|-|
121121
| **Network interface** | |
122-
| Virtual network | **myVNet**. |
123-
| Subnet | **mySubnet**. |
122+
| Virtual network | Select **myVNet**. |
123+
| Subnet | Select **mySubnet**. |
124124
| Public IP | Select **None**. |
125-
| NIC network security group | **Basic**. |
125+
| NIC network security group | Select **Basic**. |
126126
| Public inbound ports | Select **None**. |
127127

128128
5. Select **Review + create**.
@@ -163,8 +163,6 @@ In this section, you'll create a SQL server in Azure.
163163

164164
1. Select **OK**.
165165

166-
:::image type="content" source="./media/tutorial-private-endpoint-sql-portal/create-sql-database-basics-tab-upper-inline.png" alt-text="Screenshot of Create S Q L Database page showing the setting values used up to creating the S Q L server." lightbox="./media/tutorial-private-endpoint-sql-portal/create-sql-database-basics-tab-upper-expanded.png":::
167-
168166
1. In the **Basics** tab, enter or select this information after creating the SQL database server:
169167

170168
| Setting | Value |
@@ -175,7 +173,7 @@ In this section, you'll create a SQL server in Azure.
175173
| **Backup storage redundancy** | |
176174
| Backup storage redundancy | Select **Locally-redundant backup storage**. |
177175

178-
:::image type="content" source="./media/tutorial-private-endpoint-sql-portal/create-sql-database-basics-tab-lower-inline.png" alt-text="Screenshot of Create S Q L Database page showing the setting values used." lightbox="./media/tutorial-private-endpoint-sql-portal/create-sql-database-basics-tab-expanded.png":::
176+
:::image type="content" source="./media/tutorial-private-endpoint-sql-portal/create-sql-database-basics-tab-inline.png" alt-text="Screenshot of Create S Q L Database page showing the settings used." lightbox="./media/tutorial-private-endpoint-sql-portal/create-sql-database-basics-tab-expanded.png":::
179177

180178
1. Select the **Networking** tab or select the **Next: Networking** button.
181179

@@ -206,7 +204,7 @@ In this section, you'll create a SQL server in Azure.
206204

207205
1. Select **OK**.
208206

209-
:::image type="content" source="./media/tutorial-private-endpoint-sql-portal/create-private-endpoint-sql-inline.png" alt-text="Screenshot of Create private endpoint page showing the setting values used." lightbox="./media/tutorial-private-endpoint-sql-portal/create-private-endpoint-sql-expanded.png":::
207+
:::image type="content" source="./media/tutorial-private-endpoint-sql-portal/create-private-endpoint-sql-inline.png" alt-text="Screenshot of Create private endpoint page showing the settings used." lightbox="./media/tutorial-private-endpoint-sql-portal/create-private-endpoint-sql-expanded.png":::
210208

211209
1. Select **Review + create**.
212210

@@ -254,10 +252,8 @@ In this section, you'll use the virtual machine you created in the previous step
254252
Address: 10.1.0.5
255253
Aliases: mysqlserver.database.windows.net
256254
```
257-
258255
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.
259256
260-
261257
9. Install [SQL Server Management Studio](/sql/ssms/download-sql-server-management-studio-ssms?preserve-view=true&view=sql-server-2017) on **myVM**.
262258
263259
10. Open **SQL Server Management Studio**.

0 commit comments

Comments
 (0)