Skip to content

Commit 9a8c477

Browse files
authored
Merge pull request #5495 from MicrosoftDocs/main
6/12/2025 AM Publish
2 parents 465470a + eef70b3 commit 9a8c477

File tree

4 files changed

+31
-31
lines changed

4 files changed

+31
-31
lines changed

articles/machine-learning/concept-machine-learning-registries-mlops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.subservice: mlops
88
ms.author: larryfr
99
author: Blackmist
1010
ms.reviewer: kritifaujdar
11-
ms.date: 06/06/2024
11+
ms.date: 06/12/2025
1212
ms.topic: concept-article
1313
ms.custom: build-2023
1414
---

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: how-to
99
ms.author: larryfr
1010
author: Blackmist
1111
ms.reviewer: andyaviles
12-
ms.date: 06/28/2024
12+
ms.date: 06/12/2025
1313
monikerRange: 'azureml-api-2'
1414
---
1515

@@ -25,9 +25,9 @@ Microsoft strives to ensure that Azure services are always available. However, u
2525
* Initiate a failover to another region.
2626

2727
> [!IMPORTANT]
28-
> Azure Machine Learning itself does not provide automatic failover or disaster recovery. Backup and restore of workspace metadata such as run history is unavailable.
28+
> Azure Machine Learning itself doesn't provide automatic failover or disaster recovery. Backup and restore of workspace metadata such as run history is unavailable.
2929
30-
In case you have accidentally deleted your workspace or corresponding components, this article also provides you with currently supported recovery options.
30+
In case you accidentally deleted your workspace or corresponding components, this article also provides you with currently supported recovery options.
3131

3232
## Understand Azure services for Azure Machine Learning
3333

@@ -80,7 +80,7 @@ A multi-regional deployment relies on creation of Azure Machine Learning and oth
8080
* __Hot/cold__: Primary region active, secondary region has Azure Machine Learning and other resources deployed, along with needed data. Resources such as models, model deployments, or pipelines would need to be manually deployed.
8181

8282
> [!TIP]
83-
> Depending on your business requirements, you may decide to treat different Azure Machine Learning resources differently. For example, you might want to use hot/hot for deployed models (inference), and hot/cold for experiments (training).
83+
> Depending on your business requirements, you might decide to treat different Azure Machine Learning resources differently. For example, you might want to use hot/hot for deployed models (inference), and hot/cold for experiments (training).
8484
8585
Azure Machine Learning builds on top of other services. Some services can be configured to replicate to other regions. Others you must manually create in multiple regions. The following table provides a list of services, who is responsible for replication, and an overview of the configuration:
8686

@@ -143,7 +143,7 @@ By keeping your data storage isolated from the default storage the workspace use
143143
### Manage machine learning assets as code
144144

145145
> [!NOTE]
146-
> Backup and restore of workspace metadata such as run history, models and environments is unavailable. Specifying assets and configurations as code using YAML specs, will help you re-recreate assets across workspaces in case of a disaster.
146+
> Backup and restore of workspace metadata such as run history, models and environments is unavailable. Specifying assets and configurations as code using YAML specs, helps you re-recreate assets across workspaces in case of a disaster.
147147
148148
Jobs in Azure Machine Learning are defined by a job specification. This specification includes dependencies on input artifacts that are managed on a workspace-instance level, including environments and compute. For multi-region job submission and deployments, we recommend the following practices:
149149

@@ -167,7 +167,7 @@ Azure Machine Learning can't sync or recover artifacts or metadata between works
167167
:::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]
170-
> 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).
170+
> Any jobs that are running when a service outage occurs won't automatically transition to the secondary workspace. It's 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).
171171
172172
### Moving artifacts between workspaces
173173

articles/machine-learning/how-to-move-workspace.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.service: azure-machine-learning
99
ms.subservice: enterprise-readiness
1010
ms.reviewer: deeikele
1111
ms.topic: how-to
12-
ms.date: 06/13/2024
12+
ms.date: 06/12/2025
1313
---
1414

1515
# Move Azure Machine Learning workspaces between subscriptions (preview)
@@ -44,7 +44,7 @@ Moving the workspace enables you to migrate the workspace and its contents as a
4444

4545
- You need permissions to __delete__ resources from the source location.
4646
- You need permissions to __create__ resources in the destination location.
47-
- Thee move mustn't violate Azure Policies in the destination location.
47+
- The move mustn't violate Azure Policies in the destination location.
4848
- Any role assignments to the source workspace scope aren't moved; you must recreate them in the destination.
4949

5050
- The destination subscription must be registered for required resource providers. The following table contains a list of the resource providers required by Azure Machine Learning:
@@ -70,7 +70,7 @@ Moving the workspace enables you to migrate the workspace and its contents as a
7070
- The [Azure CLI](/cli/azure/install-azure-cli).
7171

7272
> [!TIP]
73-
> The move operation does not use the Azure CLI extension for machine learning.
73+
> The move operation doesn't use the Azure CLI extension for machine learning.
7474
7575
## Supported scenarios
7676

@@ -95,7 +95,7 @@ Moving the workspace enables you to migrate the workspace and its contents as a
9595
* The workspace mustn't be in use during the move operation. Verify that all experiment jobs, data profiling jobs, and labeling projects have completed. Also verify that inference endpoints aren't being invoked.
9696
* The workspace becomes unavailable during the move.
9797
* Before to the move, you must delete or detach computes and inference endpoints from the workspace.
98-
* Datastores may still show the old subscription information after the move. For steps to manually update the datastores, see [Scenario: Move a workspace with nondefault datastores](#scenario-move-a-workspace-with-nondefault-datastores).
98+
* Datastores might still show the old subscription information after the move. For steps to manually update the datastores, see [Scenario: Move a workspace with nondefault datastores](#scenario-move-a-workspace-with-nondefault-datastores).
9999

100100
The following scenarios __are not__ supported:
101101

@@ -125,15 +125,15 @@ The following scenarios __are not__ supported:
125125
az group create -g destination-rg -l my-region --subscription destination-sub-id
126126
```
127127
128-
5. The following command demonstrates how to validate the move operation for workspace. You can include associated resources such as storage account, container registry, key vault, and application insights into the move by adding them to the ```resources``` list. The validation may take several minutes. In this command, `origin-rg` is the origin resource group, while `destination-rg` is the destination. The subscription IDs are `origin-sub-id` and `destination-sub-id`, while the workspace is `origin-workspace-name`:
128+
5. The following command demonstrates how to validate the move operation for workspace. You can include associated resources such as storage account, container registry, key vault, and application insights into the move by adding them to the ```resources``` list. The validation might take several minutes. In this command, `origin-rg` is the origin resource group, while `destination-rg` is the destination. The subscription IDs are `origin-sub-id` and `destination-sub-id`, while the workspace is `origin-workspace-name`:
129129
130130
```azurecli-interactive
131131
az resource invoke-action --action validateMoveResources --ids "/subscriptions/origin-sub-id/resourceGroups/origin-rg" --request-body "{ \"resources\": [\"/subscriptions/origin-sub-id/resourceGroups/origin-rg/providers/Microsoft.MachineLearningServices/workspaces/origin-workspace-name\"],\"targetResourceGroup\":\"/subscriptions/destination-sub-id/resourceGroups/destination-rg\" }"
132132
```
133133
134134
## Move the workspace
135135
136-
Once the validation has succeeded, move the workspace. You may also include any associated resources into move operation by adding them to the ```ids``` parameter. This operation may take several minutes.
136+
Once the validation has succeeded, move the workspace. You might also include any associated resources into move operation by adding them to the ```ids``` parameter. This operation might take several minutes.
137137
138138
```azurecli-interactive
139139
az resource move --destination-group destination-rg --destination-subscription-id destination-sub-id --ids "/subscriptions/origin-sub-id/resourceGroups/origin-rg/providers/Microsoft.MachineLearningServices/workspaces/origin-workspace-name"

0 commit comments

Comments
 (0)