Skip to content

Commit 5e699e4

Browse files
authored
Merge pull request #105278 from Blackmist/acr-disclaimer
troubleshooting info
2 parents 4df3ce0 + 5009df9 commit 5e699e4

File tree

5 files changed

+47
-1
lines changed

5 files changed

+47
-1
lines changed

articles/machine-learning/how-to-create-workspace-template.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,12 @@ The example template has two parameters:
5959
The names of the other services are generated randomly.
6060

6161
> [!TIP]
62-
> While the template associated with this document creates a new Azure Container Registry, you can also create a new workspace without creating a container registry. If on container registry is present in the workspace, one will be created when you perform an operation that requires a container registry. For example, training or deploying a model.
62+
> While the template associated with this document creates a new Azure Container Registry, you can also create a new workspace without creating a container registry. One will be created when you perform an operation that requires a container registry. For example, training or deploying a model.
6363
>
6464
> You can also reference an existing container registry or storage account in the Azure Resource Manager template, instead of creating a new one.
6565
66+
[!INCLUDE [machine-learning-delete-acr](../../includes/machine-learning-delete-acr.md)]
67+
6668
For more information on templates, see the following articles:
6769

6870
* [Author Azure Resource Manager templates](../azure-resource-manager/templates/template-syntax.md)

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

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,23 @@ providers/Microsoft.Storage/storageAccounts/{your-storage-account-name}"
397397

398398
You should receive a `202 Accepted` response and, in the returned headers, a `Location` URI. You can GET this URI for information on the deployment, including helpful debugging information if there is a problem with one of your dependent resources (for instance, if you forgot to enable admin access on your container registry).
399399

400+
## Troubleshooting
401+
402+
### Resource provider errors
403+
404+
[!INCLUDE [machine-learning-resource-provider](../../includes/machine-learning-resource-provider.md)]
405+
406+
### Moving the workspace
407+
408+
> [!WARNING]
409+
> 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.
410+
411+
### Deleting the Azure Container Registry
412+
413+
The Azure Machine Learning workspace uses Azure Container Registry (ACR) for some operations. It will automatically create an ACR instance when it first needs one.
414+
415+
[!INCLUDE [machine-learning-delete-acr](../../includes/machine-learning-delete-acr.md)]
416+
400417
## Next steps
401418

402419
- Explore the complete [AzureML REST API reference](https://docs.microsoft.com/rest/api/azureml/).

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,17 @@ For more information, see the [az ml workspace delete](https://docs.microsoft.co
346346

347347
[!INCLUDE [machine-learning-resource-provider](../../includes/machine-learning-resource-provider.md)]
348348

349+
### Moving the workspace
350+
351+
> [!WARNING]
352+
> 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.
353+
354+
### Deleting the Azure Container Registry
355+
356+
The Azure Machine Learning workspace uses Azure Container Registry (ACR) for some operations. It will automatically create an ACR instance when it first needs one.
357+
358+
[!INCLUDE [machine-learning-delete-acr](../../includes/machine-learning-delete-acr.md)]
359+
349360
## Next steps
350361

351362
For more information on the Azure CLI extension for machine learning, see the [az ml](https://docs.microsoft.com/cli/azure/ext/azure-cli-ml/ml?view=azure-cli-latest) documentation.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,12 @@ Use the Delete button at the top of the workspace you wish to delete.
117117
> [!WARNING]
118118
> 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.
119119
120+
### Deleting the Azure Container Registry
121+
122+
The Azure Machine Learning workspace uses Azure Container Registry (ACR) for some operations. It will automatically create an ACR instance when it first needs one.
123+
124+
[!INCLUDE [machine-learning-delete-acr](../../includes/machine-learning-delete-acr.md)]
125+
120126
## Next steps
121127

122128
Follow the full-length tutorial to learn how to use a workspace to build, train, and deploy models with Azure Machine Learning.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
author: Blackmist
3+
ms.service: machine-learning
4+
ms.topic: include
5+
ms.date: 02/24/2020
6+
ms.author: larryfr
7+
---
8+
9+
> [!WARNING]
10+
> Once an Azure Container Registry has been created for a workspace, do not delete it. Doing so will break your Azure Machine Learning workspace.

0 commit comments

Comments
 (0)