@@ -194,9 +194,10 @@ mstsc /v:<publicIpAddress>
194
194
## Access SQL Database Server privately from the VM
195
195
196
196
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.
198
198
199
199
You'll receive a message similar to this:
200
+
200
201
``` azurepowershell
201
202
Server: UnKnown
202
203
Address: 168.63.129.16
@@ -205,18 +206,21 @@ mstsc /v:<publicIpAddress>
205
206
Address: 10.0.0.5
206
207
Aliases: myserver.database.windows.net
207
208
```
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
+
210
213
| Setting | Value |
211
214
| --- | --- |
212
215
| Server type | Database Engine |
213
216
| Server name | myserver.database.windows.net |
214
217
| Username | Enter the username provided during creation |
215
218
| Password | Enter the password provided during creation |
216
219
| 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.
220
224
8. Close the remote desktop connection to *myVM*.
221
225
222
226
## Clean up resources
0 commit comments