@@ -123,8 +123,8 @@ In this section, you will create a SQL database server in Azure.
123
123
124
124
7 . Select ** OK** .
125
125
8 . Select ** Review + create** . You're taken to the ** Review + create** page where Azure validates your configuration.
126
- 9 . When you see the Validation passed message, select ** Create** .
127
- 10 . When you see the Validation passed message, select Create.
126
+ 9 . When you see the Validation passed message, select ** Create** .
127
+ 10 . When you see the Validation passed message, select Create.
128
128
129
129
## Create a private endpoint
130
130
@@ -161,7 +161,7 @@ In this section, you will create a SQL server and add a private endpoint to it.
161
161
| ------- | ----- |
162
162
| ** NETWORKING** | |
163
163
| Virtual network| Select * MyVirtualNetwork* . |
164
- | Subnet | Select * mySubnet* . |
164
+ | Subnet | Select * mySubnet* . |
165
165
| ** PRIVATE DNS INTEGRATION** ||
166
166
| Integrate with private DNS zone | Select ** Yes** . |
167
167
| Private DNS Zone | Select * (New)privatelink.database.windows.net* |
@@ -198,9 +198,9 @@ After you've created **myVm**, connect to it from the internet as follows:
198
198
199
199
## Access the SQL database server privately from the VM
200
200
201
- 1 . In the Remote Desktop of * myVM* , open PowerShell.
201
+ 1 . In the Remote Desktop of * myVM* , open PowerShell.
202
202
203
- 2 . Enter ` nslookup myserver.database.windows.net ` .
203
+ 2 . Enter ` nslookup myserver.database.windows.net ` .
204
204
205
205
You'll receive a message similar to this:
206
206
``` azurepowershell
@@ -226,13 +226,13 @@ After you've created **myVm**, connect to it from the internet as follows:
226
226
1. Select **Connect**.
227
227
2. Browse databases from left menu.
228
228
3. (Optionally) Create or query information from mydatabase.
229
- 4. Close the remote desktop connection to *myVm*.
229
+ 4. Close the remote desktop connection to *myVm*.
230
230
231
231
## Clean up resources
232
232
When you're done using the private endpoint, SQL server, and the VM, delete the resource group and all of the resources it contains:
233
- 1. Enter *myResourceGroup* in the **Search** box at the top of the portal and select *myResourceGroup* from the search results.
233
+ 1. Enter *myResourceGroup* in the **Search** box at the top of the portal and select *myResourceGroup* from the search results.
234
234
2. Select **Delete resource group**.
235
- 3. Enter myResourceGroup for **TYPE THE RESOURCE GROUP NAME** and select **Delete**.
235
+ 3. Enter myResourceGroup for **TYPE THE RESOURCE GROUP NAME** and select **Delete**.
236
236
237
237
## Next steps
238
238
0 commit comments