Skip to content

Commit f1d1b15

Browse files
committed
Update concepts-networking.md
1 parent bae2336 commit f1d1b15

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/postgresql/flexible-server/concepts-networking.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,14 @@ The custom DNS server should be inside the virtual network or reachable via the
103103
Private DNS zone settings and virtual network peering are independent of each other. If you want to connect to the flexible server from a client that's provisioned in another virtual network from the same region or a different region, you have to link the private DNS zone with the virtual network. For more information, see [Link the virtual network](../../dns/private-dns-getstarted-portal.md#link-the-virtual-network).
104104

105105
> [!NOTE]
106-
> Only private DNS zone names that end with `postgres.database.azure.com` can be linked. Your DNS zone name cannot be the same as your flexible server(s) otherwise name resolution will fail.
106+
> Only private DNS zone names that end with **'postgres.database.azure.com'** can be linked. Your DNS zone name cannot be the same as your flexible server(s) otherwise name resolution will fail.
107+
108+
To map a Server name to the DNS record you can run *nslookup* command in [Azure Cloud Shell](../../cloud-shell/overview.md) using Azure PowerShell or Bash, substituting name of your server for <server_name> parameter in example below:
109+
110+
```bash
111+
nslookup -debug <server_name>.postgres.database.azure.com | grep 'canonical name'
112+
113+
```
107114

108115

109116
### Using Hub and Spoke private networking design

0 commit comments

Comments
 (0)