Skip to content

Commit 12390a7

Browse files
authored
Merge pull request #283644 from shikhagarg1/main
Add info of multiple private endpoints
2 parents a87c2d3 + d9a93d3 commit 12390a7

File tree

3 files changed

+24
-0
lines changed

3 files changed

+24
-0
lines changed

articles/energy-data-services/how-to-set-up-private-links.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,30 @@ Use the following steps to create a private endpoint for an existing Azure Data
155155
>
156156
> [![Screenshot that shows options for rejecting or approving a request to create a private endpoint.](media/how-to-manage-private-links/private-links-10-awaiting-approval.png)](media/how-to-manage-private-links/private-links-10-awaiting-approval.png#lightbox)
157157
158+
## Manage multiple endpoints in the same virtual network
159+
### Access via IP vs DNS
160+
In the same virtual network, you can create multiple endpoints. Each end point will have a different IP. It is not possible to resolve one host name with two difference IPs.
161+
- If you access the resource via IP:
162+
- The resource will be accessible only via the latest private IP address.
163+
- All the previous private IPs in the same vnet will become dangling.
164+
- Even when you delete the latest IP, all the previous IPs still remain dangling.
165+
- If you access via DNS name: You won't see any difference.
166+
167+
168+
### Know which endpoint the resource is connected to
169+
1. Go to any of the private endpoints, to the DNS configuration, and to Private DNS Zone associated with ADME resource.
170+
171+
[![Screenshot that shows DNS Config.](media/how-to-manage-private-links/private-links-17-dns-config.png)](media/how-to-manage-private-links/private-links-17-dns-config.png#lightbox)
172+
173+
174+
2. In the private DNS zone, check the IP associated with the entry for your Azure Data Manager for Energy instance.
175+
176+
[![Screenshot that shows DNS Zone.](media/how-to-manage-private-links/private-links-18-dns-zone.png)](media/how-to-manage-private-links/private-links-18-dns-zone.png#lightbox)
177+
178+
179+
3. This is the IP to which your resource is connected.
180+
181+
158182
## Next steps
159183
<!-- Add a context sentence for the following links -->
160184
To learn more about using Customer Lockbox as an interface to review and approve or reject access requests.
184 KB
Loading
216 KB
Loading

0 commit comments

Comments
 (0)