Skip to content

Commit fe5d8c1

Browse files
committed
updates
1 parent 45ea5fa commit fe5d8c1

File tree

1 file changed

+0
-57
lines changed

1 file changed

+0
-57
lines changed

articles/private-link/create-network-security-perimeter-template.md

Lines changed: 0 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -59,65 +59,8 @@ Deploy the ARM template to Azure by doing the following:
5959

6060
## Validate the deployment
6161

62-
> [!NOTE]
63-
> The ARM template generates a unique name for the virtual machine myVm<b>{uniqueid}</b> resource, and for the SQL Database sqlserver<b>{uniqueid}</b> resource. Substitute your generated value for **{uniqueid}**.
6462

65-
### Connect to a VM from the internet
6663

67-
Connect to the VM _myVm{uniqueid}_ from the internet by doing the following:
68-
69-
1. In the portal's search bar, enter _myVm{uniqueid}_.
70-
71-
1. Select **Connect**. **Connect to virtual machine** opens.
72-
73-
1. Select **Download RDP File**. Azure creates a Remote Desktop Protocol (RDP) file and downloads it to your computer.
74-
75-
1. Open the downloaded RDP file.
76-
77-
a. If you're prompted, select **Connect**.
78-
b. Enter the username and password that you specified when you created the VM.
79-
80-
> [!NOTE]
81-
> You might need to select **More choices** > **Use a different account** to specify the credentials you entered when you created the VM.
82-
83-
1. Select **OK**.
84-
85-
You might receive a certificate warning during the sign-in process. If you do, select **Yes** or **Continue**.
86-
87-
1. After the VM desktop appears, minimize it to go back to your local desktop.
88-
89-
### Access the SQL Database server privately from the VM
90-
91-
To connect to the SQL Database server from the VM by using the private endpoint, do the following:
92-
93-
1. On the Remote Desktop of _myVM{uniqueid}_, open PowerShell.
94-
1. Run the following command:
95-
96-
`nslookup sqlserver{uniqueid}.database.windows.net`
97-
98-
You'll receive a message that's similar to this one:
99-
100-
```
101-
Server: UnKnown
102-
Address: 168.63.129.16
103-
Non-authoritative answer:
104-
Name: sqlserver.privatelink.database.windows.net
105-
Address: 10.0.0.5
106-
Aliases: sqlserver.database.windows.net
107-
```
108-
109-
1. Install SQL Server Management Studio.
110-
111-
1. On the **Connect to server** pane, do the following:
112-
- For **Server type**, select **Database Engine**.
113-
- For **Server name**, select **sqlserver{uniqueid}.database.windows.net**.
114-
- For **Username**, enter the username that was provided earlier.
115-
- For **Password**, enter the password that was provided earlier.
116-
- For **Remember password**, select **Yes**.
117-
118-
1. Select **Connect**.
119-
1. On the left pane, select **Databases**. Optionally, you can create or query information from _sample-db_.
120-
1. Close the Remote Desktop connection to _myVm{uniqueid}_.
12164

12265
## Clean up resources
12366

0 commit comments

Comments
 (0)