Skip to content

Commit b60f9bd

Browse files
committed
fixing blockers for merger
1 parent ed71ef2 commit b60f9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/machine-learning/how-to-high-availability-machine-learning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ When your primary workspace becomes unavailable, you can switch over the seconda
164164

165165
Azure Machine Learning can't sync or recover artifacts or metadata between workspace instances. Dependent on your application deployment strategy, you might have to move artifacts or recreate experimentation inputs, such as data assets, in the failover workspace in order to continue job submission. In case you have configured your primary workspace and secondary workspace resources to share associated resources with geo-replication enabled, some objects might be directly available to the failover workspace. For example, if both workspaces share the same docker images, configured datastores, and Azure Key Vault resources. The following diagram shows a configuration where two workspaces share the same images (1), datastores (2), and Key Vault (3).
166166

167-
![Reference resource configuration](./media/how-to-high-availability-machine-learning/bcdr-resource-configuration-v2.png)
167+
:::image type="content" source="./media/how-to-high-availability-machine-learning/bcdr-resource-configuration-v2.png" alt-text="Diagram of failover between paired regions" lightbox="./media/how-to-high-availability-machine-learning/bcdr-resource-configuration-v2.png":::
168168

169169
> [!NOTE]
170170
> Any jobs that are running when a service outage occurs will not automatically transition to the secondary workspace. It is also unlikely that the jobs will resume and finish successfully in the primary workspace once the outage is resolved. Instead, these jobs must be resubmitted, either in the secondary workspace or in the primary (once the outage is resolved).

0 commit comments

Comments
 (0)