Skip to content

Commit 1a27c20

Browse files
authored
Merge pull request #97867 from asudbring/privlnkdns
Removed dns disclaimer
2 parents 329e93a + 6920329 commit 1a27c20

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

articles/private-link/create-private-endpoint-cosmosdb-portal.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,6 @@ Connect to the VM *myVm* from the internet as follows:
125125

126126
In this section, you will connect privately to the Azure Cosmos account using the Private Endpoint.
127127

128-
> [!IMPORTANT]
129-
> The DNS configuration for the Azure Cosmos account needs a manual modification on the hosts file to include the FQDN of the specific account. In production scenarios you will configure the DNS server to use the private IP addresses. However for the demo purpose, you can use administrator permissions on the VM and modify the `c:\Windows\System32\Drivers\etc\hosts` file (on Windows) or `/etc/hosts` file (on Linux) to include the IP address and DNS mapping.
130-
131128
1. To include the IP address and DNS mapping, sign into your Virtual machine *myVM*, open the `c:\Windows\System32\Drivers\etc\hosts` file and include the DNS information from previous step in the following format:
132129

133130
[Private IP Address] [Account endpoint].documents.azure.com

articles/private-link/create-private-endpoint-storage-portal.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,12 +165,6 @@ Connect to the VM *myVm* from the internet as follows:
165165

166166
In this section, you will connect privately to the storage account using the Private Endpoint.
167167

168-
> [!IMPORTANT]
169-
> DNS configuration for storage needs a manual modification on the hosts file to include the FQDN of the specific account
170-
> Please modify the following file using administrator permissions on Windows: c:\Windows\System32\Drivers\etc\hosts or Linux /etc/hosts
171-
> Include the DNS information for the account from previous step in the following format
172-
> [Private IP Address] myaccount.blob.core.windows.net
173-
174168
1. In the Remote Desktop of *myVM*, open PowerShell.
175169
2. Enter `nslookup mystorageaccount.blob.core.windows.net`
176170
You'll receive a message similar to this:

0 commit comments

Comments
 (0)