Skip to content

Commit 0369551

Browse files
authored
Merge pull request #103769 from Blackmist/disclaimer
disclaimer on moving workspace
2 parents c65f762 + 3ee630a commit 0369551

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

articles/machine-learning/concept-workspace.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ You can also perform the following workspace management tasks:
7979
> Compute instances are available only for workspaces with a region of **North Central US**, **East US 2**, **North Europe** or **UK South**, with support for other regions coming soon.
8080
>If your workspace is in any other region, you can continue to create and use a [Notebook VM](concept-compute-instance.md#notebookvm) instead.
8181
82+
> [!WARNING]
83+
> Moving your Azure Machine Learning workspace to a different subscription, or moving the owning subscription to a new tenant, is not supported. Doing so may cause errors.
84+
8285
## <a name='create-workspace'></a> Create a workspace
8386

8487
When you create a workspace, you decide whether to create it with [Basic or Enterprise edition](overview-what-is-azure-ml.md#sku). The edition determines the features available in the workspace. Among other features, Enterprise edition gives you access to [Azure Machine Learning designer](concept-designer.md) and the studio version of building [automated machine learning experiments](tutorial-first-experiment-automated-ml.md). For more details and pricing information, see [Azure Machine Learning pricing](https://azure.microsoft.com/pricing/details/machine-learning/).

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ Use the Delete button at the top of the workspace you wish to delete.
102102

103103
![Delete button](./media/how-to-manage-workspace/delete-workspace.png)
104104

105-
106105
## Clean up resources
107106

108107
[!INCLUDE [aml-delete-resource-group](../../includes/aml-delete-resource-group.md)]
@@ -113,6 +112,11 @@ Use the Delete button at the top of the workspace you wish to delete.
113112

114113
[!INCLUDE [machine-learning-resource-provider](../../includes/machine-learning-resource-provider.md)]
115114

115+
### Moving the workspace
116+
117+
> [!WARNING]
118+
> Moving your Azure Machine Learning workspace to a different subscription, or moving the owning subscription to a new tenant, is not supported. Doing so may cause errors.
119+
116120
## Next steps
117121

118122
Follow the full-length tutorial to learn how to use a workspace to build, train, and deploy models with Azure Machine Learning.

articles/machine-learning/resource-known-issues.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,3 +312,8 @@ Experiments can be archived by using [Experiment.archive](https://docs.microsoft
312312
method, or from Experiment tab view in Azure Machine Learning studio client. This action hides the experiment from list queries and views, but does not delete it.
313313

314314
Permanent deletion of individual experiments or runs is not currently supported. For more information on deleting Workspace assets, see [Export or delete your Machine Learning service workspace data](how-to-export-delete-data.md).
315+
316+
## Moving the workspace
317+
318+
> [!WARNING]
319+
> Moving your Azure Machine Learning workspace to a different subscription, or moving the owning subscription to a new tenant, is not supported. Doing so may cause errors.

0 commit comments

Comments
 (0)