Skip to content

Commit d04b126

Browse files
authored
Fixing image markdown an adding lightbox
1 parent 94eec0d commit d04b126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/concept-disaster-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The original App Configuration store is also considered a replica, so to realize
2020

2121
The following diagram illustrates the topology between your application and two replicas:
2222

23-
<img src="./media/geo-redundant-app-configuration-replicas.png" width="450" height="400" alt="Geo-redundant Replicas">
23+
:::image type="content" source="./media/geo-redundant-app-configuration-replicas.png" alt-text="Diagram of geo-redundant replicas." lightbox="./media/geo-redundant-app-configuration-replicas.png":::
2424

2525
Your application loads its configuration from the more preferred replica. If the preferred replica is not available, configuration is loaded from the less preferred replica. This increases the chance of successfully getting the configuration data. The data in both replicas is always in sync.
2626

0 commit comments

Comments
 (0)