Skip to content

Commit f83773b

Browse files
committedSep 20, 2021
fix blockers
1 parent cd54dbf commit f83773b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎articles/hpc-cache/client-load-balancing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Load balance client connections to HPC Cache
2+
title: Load balance client connections to Azure HPC Cache
33
description: How to configure a DNS server for round-robin load balancing for Azure HPC Cache
44
author: ekpgh
55
ms.service: hpc-cache
@@ -112,7 +112,7 @@ There are two main steps to configure RRDNS:
112112

113113
The diagram below shows the basic structure of this configuration.
114114

115-
:::image type="complex" source="media/rrdns-diagram-hpc.png" alt-text="Diagram showing client mount point DNS configuration.":::
115+
:::image type="complex" source="media/round-robin-dns-diagram-hpc.png" alt-text="Diagram showing client mount point DNS configuration.":::
116116
<The diagram shows connections among three categories of elements: the single HPC Cache domain name (at the left), three IP addresses (middle column), and three internal-use reverse DNS client interfaces (right column). A single oval at the left labeled "hpccache.contoso.com" is connected by arrows pointing toward three ovals labeled with IP addresses: 10.0.0.10, 10.0.0.11, and 10.0.0.12. The arrows from the hpccache.contoso.com oval to the three IP ovals are labeled "A". Each of the IP address ovals is connected by two arrows to an oval labeled as a client interface - the oval with IP 10.0.0.10 is connected to "client-IP-10.contoso.com", the oval with IP 10.0.0.11 is connected to "client-IP-11.contoso.com", and the oval with IP 10.0.0.12 is connected to "client-IP-11.contoso.com". The connections between the IP address ovals and the client interface ovals are two arrows: one arrow labeled "PTR" that points from the IP address oval to the client interface oval, and one arrow labeled "A" that points from the client interface oval to the IP address oval.>
117117
:::image-end:::
118118

0 commit comments

Comments
 (0)
Please sign in to comment.