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-cli.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,9 +49,9 @@ az group create \
49
49
50
50
## Create a virtual network and bastion host
51
51
52
-
In this section, you'll create a virtual network, subnet, and bastion host.
52
+
In this section, you create a virtual network, subnet, and bastion host.
53
53
54
-
The bastion host will be used to connect securely to the virtual machine for testing the private endpoint.
54
+
The bastion host is used to connect securely to the virtual machine for testing the private endpoint.
55
55
56
56
Create a virtual network with [az network vnet create](/cli/azure/network/vnet#az-network-vnet-create)
57
57
@@ -130,7 +130,7 @@ It can take a few minutes for the Azure Bastion host to deploy.
130
130
131
131
## Create test virtual machine
132
132
133
-
In this section, you'll create a virtual machine that will be used to test the private endpoint.
133
+
In this section, you create a virtual machine that is used to test the private endpoint.
134
134
135
135
Create a VM with [az vm create](/cli/azure/vm#az-vm-create). When prompted, provide a password to be used as the credentials for the VM:
136
136
@@ -155,7 +155,7 @@ az vm create \
155
155
156
156
## Create an Azure SQL server
157
157
158
-
In this section, you'll create a SQL server and database.
158
+
In this section, you create a SQL server and database.
159
159
160
160
Use [az sql server create](/cli/azure/sql/server#az-sql-server-create) to create a SQL server:
161
161
@@ -189,7 +189,7 @@ az sql db create \
189
189
190
190
## Create private endpoint
191
191
192
-
In this section, you'll create the private endpoint.
192
+
In this section, you create the private endpoint.
193
193
194
194
Use [az sql server list](/cli/azure/sql/server#az-sql-server-list) to place the resource ID of the SQL server into a shell variable.
195
195
@@ -220,9 +220,9 @@ az network private-endpoint create \
220
220
221
221
In this section, you'll create and configure the private DNS zone using [az network private-dns zone create](/cli/azure/network/private-dns/zone#az-network-private-dns-zone-create).
222
222
223
-
You'll use [az network private-dns link vnet create](/cli/azure/network/private-dns/link/vnet#az-network-private-dns-link-vnet-create) to create the virtual network link to the dns zone.
223
+
You use [az network private-dns link vnet create](/cli/azure/network/private-dns/link/vnet#az-network-private-dns-link-vnet-create) to create the virtual network link to the dns zone.
224
224
225
-
You'll create a dns zone group with [az network private-endpoint dns-zone-group create](/cli/azure/network/private-endpoint/dns-zone-group#az-network-private-endpoint-dns-zone-group-create).
225
+
You create a dns zone group with [az network private-endpoint dns-zone-group create](/cli/azure/network/private-endpoint/dns-zone-group#az-network-private-endpoint-dns-zone-group-create).
226
226
227
227
* Zone named **privatelink.database.windows.net**
228
228
* In virtual network **myVNet**.
@@ -253,7 +253,7 @@ az network private-endpoint dns-zone-group create \
253
253
254
254
## Test connectivity to private endpoint
255
255
256
-
In this section, you'll use the virtual machine you created in the previous step to connect to the SQL server across the private endpoint.
256
+
In this section, you use the virtual machine you created in the previous step to connect to the SQL server across the private endpoint.
257
257
258
258
1. Sign in to the [Azure portal](https://portal.azure.com).
259
259
@@ -271,7 +271,7 @@ In this section, you'll use the virtual machine you created in the previous step
271
271
272
272
8. Open Windows PowerShell on the server after you connect.
273
273
274
-
9. Enter `nslookup <sqlserver-name>.database.windows.net`. Replace **\<sqlserver-name>** with the name of the SQL server you created in the previous steps. You'll receive a message similar to what is displayed below:
274
+
9. Enter `nslookup <sqlserver-name>.database.windows.net`. Replace **\<sqlserver-name>** with the name of the SQL server you created in the previous steps. You receive a message similar to what is displayed below:
275
275
276
276
```powershell
277
277
Server: UnKnown
@@ -283,7 +283,7 @@ In this section, you'll use the virtual machine you created in the previous step
283
283
Aliases: mysqlserver8675.database.windows.net
284
284
```
285
285
286
-
A private IP address of **10.0.0.5** is returned for the SQL server name. This address is in the subnet of the virtual network you created previously.
286
+
A private IP address of **10.0.0.5** is returned for the SQL server name. This address is in the subnet of the virtual network you created previously.
287
287
288
288
289
289
10. Install [SQL Server Management Studio](/sql/ssms/download-sql-server-management-studio-ssms?preserve-view=true&view=sql-server-2017) on **myVM**.
@@ -328,6 +328,6 @@ In this tutorial, you created a:
328
328
329
329
You used the virtual machine to test connectivity securely to the SQL server across the private endpoint.
330
330
331
-
As a next step, you may also be interested in the **Web app with private connectivity to Azure SQL database** architecture scenario, which connects a web application outside of the virtual network to the private endpoint of a database.
331
+
As a next step, review the **Web app with private connectivity to Azure SQL database** architecture scenario, which connects a web application outside of the virtual network to the private endpoint of a database.
332
332
> [!div class="nextstepaction"]
333
333
> [Web app with private connectivity to Azure SQL database](/azure/architecture/example-scenario/private-web-app/private-web-app)
Copy file name to clipboardExpand all lines: articles/private-link/tutorial-private-endpoint-sql-portal.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ In this section, you create a SQL server in Azure.
47
47
48
48
1. In **SQL databases**, select **+ Create**.
49
49
50
-
1. In the **Basics** tab of **Create SQL Database**, enter or select the following information:
50
+
1. In the **Basics** tab of **Create SQL Database**, enter, or select the following information:
51
51
52
52
| Setting | Value |
53
53
|---|---|
@@ -64,7 +64,7 @@ In this section, you create a SQL server in Azure.
64
64
65
65
1. Select **Next: Networking**.
66
66
67
-
1. In the **Networking** tab of **Create SQL Database**, enter or select the following information:
67
+
1. In the **Networking** tab of **Create SQL Database**, enter, or select the following information:
68
68
69
69
| Setting | Value |
70
70
|---|---|
@@ -92,7 +92,7 @@ In this section, you create a SQL server in Azure.
92
92
1. Select **Create**.
93
93
94
94
> [!IMPORTANT]
95
-
> When adding a Private endpoint connection, public routing to your Azure SQL server is not blocked by default. The setting "Deny public network access" under the "Firewall and virtual networks" blade is left unchecked by default. To disable public network access ensure this is checked.
95
+
> When adding a Private endpoint connection, public routing to your Azure SQL server isn't blocked by default. The setting "Deny public network access" under the "Firewall and virtual networks" blade is left unchecked by default. To disable public network access, ensure this is checked.
96
96
97
97
## Disable public access to Azure SQL logical server
98
98
@@ -169,6 +169,6 @@ In this tutorial, you learned how to create:
169
169
170
170
You used the virtual machine to test connectivity privately and securely to the SQL server across the private endpoint.
171
171
172
-
As a next step, you may also be interested in the **Web app with private connectivity to Azure SQL Database** architecture scenario, which connects a web application outside of the virtual network to the private endpoint of a database.
172
+
As a next step, review the **Web app with private connectivity to Azure SQL Database** architecture scenario, which connects a web application outside of the virtual network to the private endpoint of a database.
173
173
> [!div class="nextstepaction"]
174
174
> [Web app with private connectivity to Azure SQL Database](/azure/architecture/example-scenario/private-web-app/private-web-app)
In this section, you'll use the virtual machine you created in the previous step to connect to the SQL server across the private endpoint.
266
+
In this section, you use the virtual machine you created in the previous step to connect to the SQL server across the private endpoint.
267
267
268
268
1. Sign in to the [Azure portal](https://portal.azure.com).
269
269
@@ -281,7 +281,7 @@ In this section, you'll use the virtual machine you created in the previous step
281
281
282
282
8. Open Windows PowerShell on the server after you connect.
283
283
284
-
9. Enter `nslookup <sqlserver-name>.database.windows.net`. Replace **\<sqlserver-name>** with the name of the SQL server you created in the previous steps. You'll receive a message similar to what is displayed below:
284
+
9. Enter `nslookup <sqlserver-name>.database.windows.net`. Replace **\<sqlserver-name>** with the name of the SQL server you created in the previous steps. You receive a message similar to what is displayed below:
285
285
286
286
```powershell
287
287
Server: UnKnown
@@ -293,7 +293,7 @@ In this section, you'll use the virtual machine you created in the previous step
293
293
Aliases: mysqlserver8675.database.windows.net
294
294
```
295
295
296
-
A private IP address of **10.0.0.5** is returned for the SQL server name. This address is in the subnet of the virtual network you created previously.
296
+
A private IP address of **10.0.0.5** is returned for the SQL server name. This address is in the subnet of the virtual network you created previously.
297
297
298
298
299
299
10. Install [SQL Server Management Studio](/sql/ssms/download-sql-server-management-studio-ssms?preserve-view=true&view=sql-server-2017) on **myVM**.
@@ -338,6 +338,6 @@ In this tutorial, you created a:
338
338
339
339
You used the virtual machine to test connectivity securely to the SQL server across the private endpoint.
340
340
341
-
As a next step, you may also be interested in the **Web app with private connectivity to Azure SQL database** architecture scenario, which connects a web application outside of the virtual network to the private endpoint of a database.
341
+
As a next step, review the **Web app with private connectivity to Azure SQL database** architecture scenario, which connects a web application outside of the virtual network to the private endpoint of a database.
342
342
> [!div class="nextstepaction"]
343
343
> [Web app with private connectivity to Azure SQL database](/azure/architecture/example-scenario/private-web-app/private-web-app)
0 commit comments