Skip to content

Commit 16c2ffd

Browse files
authored
public repo edit
1 parent a1af659 commit 16c2ffd

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

articles/private-link/create-private-endpoint-powershell.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,10 @@ mstsc /v:<publicIpAddress>
194194
## Access SQL Database Server privately from the VM
195195

196196
1. In the Remote Desktop of myVM, open PowerShell.
197-
2. Enter `nslookup myserver.database.windows.net`. Remember to replace myserver with your SQL server name.
197+
2. Enter `nslookup myserver.database.windows.net`. Remember to replace `myserver` with your SQL server name.
198198

199199
You'll receive a message similar to this:
200+
200201
```azurepowershell
201202
Server: UnKnown
202203
Address: 168.63.129.16
@@ -205,18 +206,21 @@ mstsc /v:<publicIpAddress>
205206
Address: 10.0.0.5
206207
Aliases: myserver.database.windows.net
207208
```
208-
3. Install SQL Server Management Studio
209-
4. In Connect to server, enter or select this information:
209+
210+
3. Install SQL Server Management Studio.
211+
4. In **Connect to server**, enter or select this information:
212+
210213
| Setting | Value |
211214
| --- | --- |
212215
| Server type | Database Engine |
213216
| Server name | myserver.database.windows.net |
214217
| Username | Enter the username provided during creation |
215218
| Password | Enter the password provided during creation |
216219
| Remember Password | Yes |
217-
5. Select Connect.
218-
6. Browse Databases from left menu.
219-
7. (Optionally) Create or query information from mydatabase
220+
221+
5. Select **Connect**.
222+
6. Browse **Databases** from the left menu.
223+
7. (Optionally) Create or query information from mydatabase.
220224
8. Close the remote desktop connection to *myVM*.
221225
222226
## Clean up resources

0 commit comments

Comments
 (0)