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-9Lines changed: 5 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,10 +119,10 @@ In this section, you'll create a virtual machine that will be used to test the p
119
119
| Setting | Value |
120
120
|-|-|
121
121
|**Network interface**||
122
-
| Virtual network |**myVNet**. |
123
-
| Subnet |**mySubnet**. |
122
+
| Virtual network |Select **myVNet**. |
123
+
| Subnet |Select **mySubnet**. |
124
124
| Public IP | Select **None**. |
125
-
| NIC network security group |**Basic**. |
125
+
| NIC network security group |Select **Basic**. |
126
126
| Public inbound ports | Select **None**. |
127
127
128
128
5. Select **Review + create**.
@@ -163,8 +163,6 @@ In this section, you'll create a SQL server in Azure.
163
163
164
164
1. Select **OK**.
165
165
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
-
168
166
1. In the **Basics** tab, enter or select this information after creating the SQL database server:
169
167
170
168
| Setting | Value |
@@ -175,7 +173,7 @@ In this section, you'll create a SQL server in Azure.
:::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":::
179
177
180
178
1. Select the **Networking** tab or select the **Next: Networking** button.
181
179
@@ -206,7 +204,7 @@ In this section, you'll create a SQL server in Azure.
206
204
207
205
1. Select **OK**.
208
206
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":::
210
208
211
209
1. Select **Review + create**.
212
210
@@ -254,10 +252,8 @@ In this section, you'll use the virtual machine you created in the previous step
254
252
Address: 10.1.0.5
255
253
Aliases: mysqlserver.database.windows.net
256
254
```
257
-
258
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.
259
256
260
-
261
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